|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.cam.businessobject.AssetGlpeSourceDetail
public class AssetGlpeSourceDetail
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AssetGlpeSourceDetail()
|
Method Summary | |
---|---|
Account |
getAccount()
|
String |
getAccountNumber()
|
org.kuali.rice.kns.util.KualiDecimal |
getAmount()
|
String |
getBalanceTypeCode()
|
String |
getChartOfAccountsCode()
|
String |
getDocumentNumber()
|
String |
getFinancialDocumentLineDescription()
|
String |
getFinancialObjectCode()
|
String |
getFinancialSubObjectCode()
|
ObjectCode |
getObjectCode()
|
String |
getOrganizationReferenceId()
|
String |
getPostingPeriodCode()
Gets the postingPeriodCode attribute. |
Integer |
getPostingYear()
|
String |
getProjectCode()
|
String |
getReferenceNumber()
|
String |
getReferenceOriginCode()
|
String |
getReferenceTypeCode()
|
int |
getSequenceNumber()
Gets the sequenceNumber attribute. |
String |
getSubAccountNumber()
|
boolean |
isAccumulatedDepreciation()
|
boolean |
isCapitalization()
|
boolean |
isCapitalizationOffset()
|
boolean |
isExpense()
|
boolean |
isPayment()
Gets the payment attribute. |
boolean |
isPaymentOffset()
Gets the paymentOffset attribute. |
boolean |
isSource()
|
void |
refresh()
We have to return from this method directly since this is not a real persistent class and if we call super, it will run into "Class not found in OJB repository" exception. |
void |
refreshNonUpdateableReferences()
We have to return from this method directly since this is not a real persistent class and if we call super, it will run into "Class not found in OJB repository" exception. |
void |
refreshReferenceObject(String referenceObjectName)
We have to return from this method directly since this is not a real persistent class and if we call super, it will run into "Class not found in OJB repository" exception. |
void |
setAccount(Account account)
|
void |
setAccountNumber(String accountNumber)
|
void |
setAccumulatedDepreciation(boolean accumulatedDepreciation)
|
void |
setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
|
void |
setBalanceTypeCode(String balanceTypeCode)
|
void |
setCapitalization(boolean capitalization)
|
void |
setCapitalizationOffset(boolean b)
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
|
void |
setDocumentNumber(String documentNumber)
|
void |
setExpense(boolean expense)
|
void |
setFinancialDocumentLineDescription(String financialDocumentLineDescription)
|
void |
setFinancialObjectCode(String financialObjectCode)
|
void |
setFinancialSubObjectCode(String financialSubObjectCode)
|
void |
setObjectCode(ObjectCode objectCode)
|
void |
setOrganizationReferenceId(String organizationReferenceId)
|
void |
setPayment(boolean payment)
Sets the payment attribute value. |
void |
setPaymentOffset(boolean paymentOffset)
Sets the paymentOffset attribute value. |
void |
setPostingPeriodCode(String postingPeriodCode)
Sets the postingPeriodCode attribute value. |
void |
setPostingYear(Integer postingYear)
|
void |
setProjectCode(String projectCode)
|
void |
setReferenceNumber(String referenceNumber)
|
void |
setReferenceOriginCode(String referenceOriginCode)
|
void |
setReferenceTypeCode(String referenceTypeCode)
|
void |
setSequenceNumber(int sequenceNumber)
Sets the sequenceNumber attribute value. |
void |
setSource(boolean source)
|
void |
setSubAccountNumber(String subAccountNumber)
|
protected LinkedHashMap<String,String> |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Constructor Detail |
---|
public AssetGlpeSourceDetail()
Method Detail |
---|
public Account getAccount()
getAccount
in interface GeneralLedgerPendingEntrySourceDetail
public void setAccount(Account account)
public String getAccountNumber()
getAccountNumber
in interface GeneralLedgerPendingEntrySourceDetail
public void setAccountNumber(String accountNumber)
public org.kuali.rice.kns.util.KualiDecimal getAmount()
getAmount
in interface GeneralLedgerPendingEntrySourceDetail
public void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
public String getBalanceTypeCode()
getBalanceTypeCode
in interface GeneralLedgerPendingEntrySourceDetail
public void setBalanceTypeCode(String balanceTypeCode)
public String getChartOfAccountsCode()
getChartOfAccountsCode
in interface GeneralLedgerPendingEntrySourceDetail
public void setChartOfAccountsCode(String chartOfAccountsCode)
public String getDocumentNumber()
getDocumentNumber
in interface GeneralLedgerPendingEntrySourceDetail
public void setDocumentNumber(String documentNumber)
public String getFinancialDocumentLineDescription()
getFinancialDocumentLineDescription
in interface GeneralLedgerPendingEntrySourceDetail
public void setFinancialDocumentLineDescription(String financialDocumentLineDescription)
public String getFinancialObjectCode()
getFinancialObjectCode
in interface GeneralLedgerPendingEntrySourceDetail
public void setFinancialObjectCode(String financialObjectCode)
public String getFinancialSubObjectCode()
getFinancialSubObjectCode
in interface GeneralLedgerPendingEntrySourceDetail
public void setFinancialSubObjectCode(String financialSubObjectCode)
public ObjectCode getObjectCode()
getObjectCode
in interface GeneralLedgerPendingEntrySourceDetail
public void setObjectCode(ObjectCode objectCode)
public String getOrganizationReferenceId()
getOrganizationReferenceId
in interface GeneralLedgerPendingEntrySourceDetail
public void setOrganizationReferenceId(String organizationReferenceId)
public Integer getPostingYear()
getPostingYear
in interface GeneralLedgerPendingEntrySourceDetail
public void setPostingYear(Integer postingYear)
public String getProjectCode()
getProjectCode
in interface GeneralLedgerPendingEntrySourceDetail
public void setProjectCode(String projectCode)
public String getReferenceNumber()
getReferenceNumber
in interface GeneralLedgerPendingEntrySourceDetail
public void setReferenceNumber(String referenceNumber)
public String getReferenceOriginCode()
getReferenceOriginCode
in interface GeneralLedgerPendingEntrySourceDetail
public void setReferenceOriginCode(String referenceOriginCode)
public String getReferenceTypeCode()
getReferenceTypeCode
in interface GeneralLedgerPendingEntrySourceDetail
public void setReferenceTypeCode(String referenceTypeCode)
public String getSubAccountNumber()
getSubAccountNumber
in interface GeneralLedgerPendingEntrySourceDetail
public void setSubAccountNumber(String subAccountNumber)
public boolean isSource()
public void setSource(boolean source)
public boolean isExpense()
public void setExpense(boolean expense)
public boolean isCapitalization()
public void setCapitalization(boolean capitalization)
public boolean isAccumulatedDepreciation()
public void setAccumulatedDepreciation(boolean accumulatedDepreciation)
protected LinkedHashMap<String,String> toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
public void setCapitalizationOffset(boolean b)
public boolean isCapitalizationOffset()
public boolean isPayment()
public void setPayment(boolean payment)
payment
- The payment to set.public boolean isPaymentOffset()
public void setPaymentOffset(boolean paymentOffset)
paymentOffset
- The paymentOffset to set.public void refresh()
refresh
in interface org.kuali.rice.kns.bo.BusinessObject
refresh
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.refresh()
public void refreshNonUpdateableReferences()
refreshNonUpdateableReferences
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
refreshNonUpdateableReferences
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.refreshNonUpdateableReferences()
public void refreshReferenceObject(String referenceObjectName)
refreshReferenceObject
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
refreshReferenceObject
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.refreshReferenceObject(java.lang.String)
public int getSequenceNumber()
public void setSequenceNumber(int sequenceNumber)
sequenceNumber
- The sequenceNumber to set.public String getPostingPeriodCode()
public void setPostingPeriodCode(String postingPeriodCode)
postingPeriodCode
- The postingPeriodCode to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |