org.kuali.kfs.module.cam.businessobject
Class AssetGlpeSourceDetail

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.cam.businessobject.AssetGlpeSourceDetail
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GeneralLedgerPendingEntrySourceDetail, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class AssetGlpeSourceDetail
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements GeneralLedgerPendingEntrySourceDetail

See Also:
Serialized Form

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

AssetGlpeSourceDetail

public AssetGlpeSourceDetail()
Method Detail

getAccount

public Account getAccount()
Specified by:
getAccount in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the account.

setAccount

public void setAccount(Account account)

getAccountNumber

public String getAccountNumber()
Specified by:
getAccountNumber in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the accountNumber.

setAccountNumber

public void setAccountNumber(String accountNumber)

getAmount

public org.kuali.rice.kns.util.KualiDecimal getAmount()
Specified by:
getAmount in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the amount.

setAmount

public void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)

getBalanceTypeCode

public String getBalanceTypeCode()
Specified by:
getBalanceTypeCode in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the balanceTypeCode.

setBalanceTypeCode

public void setBalanceTypeCode(String balanceTypeCode)

getChartOfAccountsCode

public String getChartOfAccountsCode()
Specified by:
getChartOfAccountsCode in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)

getDocumentNumber

public String getDocumentNumber()
Specified by:
getDocumentNumber in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)

getFinancialDocumentLineDescription

public String getFinancialDocumentLineDescription()
Specified by:
getFinancialDocumentLineDescription in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the financialDocumentLineDescription.

setFinancialDocumentLineDescription

public void setFinancialDocumentLineDescription(String financialDocumentLineDescription)

getFinancialObjectCode

public String getFinancialObjectCode()
Specified by:
getFinancialObjectCode in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the financialObjectCode.

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)

getFinancialSubObjectCode

public String getFinancialSubObjectCode()
Specified by:
getFinancialSubObjectCode in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the financialSubObjectCode.

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String financialSubObjectCode)

getObjectCode

public ObjectCode getObjectCode()
Specified by:
getObjectCode in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the objectCode.

setObjectCode

public void setObjectCode(ObjectCode objectCode)

getOrganizationReferenceId

public String getOrganizationReferenceId()
Specified by:
getOrganizationReferenceId in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the organizationReferenceId.

setOrganizationReferenceId

public void setOrganizationReferenceId(String organizationReferenceId)

getPostingYear

public Integer getPostingYear()
Specified by:
getPostingYear in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the postingYear.

setPostingYear

public void setPostingYear(Integer postingYear)

getProjectCode

public String getProjectCode()
Specified by:
getProjectCode in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the projectCode.

setProjectCode

public void setProjectCode(String projectCode)

getReferenceNumber

public String getReferenceNumber()
Specified by:
getReferenceNumber in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the referenceNumber.

setReferenceNumber

public void setReferenceNumber(String referenceNumber)

getReferenceOriginCode

public String getReferenceOriginCode()
Specified by:
getReferenceOriginCode in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the referenceOriginCode.

setReferenceOriginCode

public void setReferenceOriginCode(String referenceOriginCode)

getReferenceTypeCode

public String getReferenceTypeCode()
Specified by:
getReferenceTypeCode in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the referenceTypeCode.

setReferenceTypeCode

public void setReferenceTypeCode(String referenceTypeCode)

getSubAccountNumber

public String getSubAccountNumber()
Specified by:
getSubAccountNumber in interface GeneralLedgerPendingEntrySourceDetail
Returns:
Returns the subAccountNumber.

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)

isSource

public boolean isSource()

setSource

public void setSource(boolean source)

isExpense

public boolean isExpense()

setExpense

public void setExpense(boolean expense)

isCapitalization

public boolean isCapitalization()

setCapitalization

public void setCapitalization(boolean capitalization)

isAccumulatedDepreciation

public boolean isAccumulatedDepreciation()

setAccumulatedDepreciation

public void setAccumulatedDepreciation(boolean accumulatedDepreciation)

toStringMapper

protected LinkedHashMap<String,String> toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase

setCapitalizationOffset

public void setCapitalizationOffset(boolean b)

isCapitalizationOffset

public boolean isCapitalizationOffset()

isPayment

public boolean isPayment()
Gets the payment attribute.

Returns:
Returns the payment.

setPayment

public void setPayment(boolean payment)
Sets the payment attribute value.

Parameters:
payment - The payment to set.

isPaymentOffset

public boolean isPaymentOffset()
Gets the paymentOffset attribute.

Returns:
Returns the paymentOffset.

setPaymentOffset

public void setPaymentOffset(boolean paymentOffset)
Sets the paymentOffset attribute value.

Parameters:
paymentOffset - The paymentOffset to set.

refresh

public 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.

Specified by:
refresh in interface org.kuali.rice.kns.bo.BusinessObject
Overrides:
refresh in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
See Also:
PersistableBusinessObjectBase.refresh()

refreshNonUpdateableReferences

public 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.

Specified by:
refreshNonUpdateableReferences in interface org.kuali.rice.kns.bo.PersistableBusinessObject
Overrides:
refreshNonUpdateableReferences in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
See Also:
PersistableBusinessObjectBase.refreshNonUpdateableReferences()

refreshReferenceObject

public 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.

Specified by:
refreshReferenceObject in interface org.kuali.rice.kns.bo.PersistableBusinessObject
Overrides:
refreshReferenceObject in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
See Also:
PersistableBusinessObjectBase.refreshReferenceObject(java.lang.String)

getSequenceNumber

public int getSequenceNumber()
Gets the sequenceNumber attribute.

Returns:
Returns the sequenceNumber.

setSequenceNumber

public void setSequenceNumber(int sequenceNumber)
Sets the sequenceNumber attribute value.

Parameters:
sequenceNumber - The sequenceNumber to set.

getPostingPeriodCode

public String getPostingPeriodCode()
Gets the postingPeriodCode attribute.

Returns:
Returns the postingPeriodCode.

setPostingPeriodCode

public void setPostingPeriodCode(String postingPeriodCode)
Sets the postingPeriodCode attribute value.

Parameters:
postingPeriodCode - The postingPeriodCode to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.