org.kuali.kfs.module.endow.businessobject
Class TargetEndowmentAccountingLine

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.endow.businessobject.EndowmentAccountingLineBase
              extended by org.kuali.kfs.module.endow.businessobject.TargetEndowmentAccountingLine
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, EndowmentAccountingLine, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class TargetEndowmentAccountingLine
extends EndowmentAccountingLineBase

Represents the "target" grouping of accounting lines in a given Endowment Transfer of Funds document. Its counterpart is the SourceEndowmentAccountingLine class. Both objects' data is stored in the DB in a single table named "ENDOW_ACCT_LINES_T."

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.kfs.module.endow.businessobject.EndowmentAccountingLineBase
financialDocumentLineTypeCode
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
TargetEndowmentAccountingLine()
          Initializes the financialDocumentLineTypeCode attribute to the value for this class.
 
Method Summary
 
Methods inherited from class org.kuali.kfs.module.endow.businessobject.EndowmentAccountingLineBase
getAccount, getAccountingLineNumber, getAccountNumber, getAmount, getChart, getChartOfAccountsCode, getDocumentNumber, getFinancialDocumentLineTypeCode, getFinancialObjectCode, getFinancialSubObjectCode, getObjectCode, getOrganizationReferenceId, getProject, getProjectCode, getSubAccount, getSubAccountNumber, getSubObjectCode, isSourceAccountingLine, isTargetAccountingLine, setAccount, setAccountingLineNumber, setAccountNumber, setAmount, setChart, setChartOfAccountsCode, setDocumentNumber, setFinancialDocumentLineTypeCode, setFinancialObjectCode, setFinancialSubObjectCode, setObjectCode, setOrganizationReferenceId, setProject, setProjectCode, setSubAccount, setSubAccountNumber, setSubObjectCode, 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, refresh, refreshNonUpdateableReferences, refreshReferenceObject, 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, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 

Constructor Detail

TargetEndowmentAccountingLine

public TargetEndowmentAccountingLine()
Initializes the financialDocumentLineTypeCode attribute to the value for this class.



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