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

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.KemidGeneralLedgerAccount
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class KemidGeneralLedgerAccount
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

This KemidGeneralLedgerAccount class provides the general ledger account to which transaction information will be interfaced. Also controls etran code use.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KemidGeneralLedgerAccount()
           
 
Method Summary
 Account getAccount()
          Gets the account.
 String getAccountNumber()
          Gets the accountNumber.
 Chart getChart()
          Gets the chart.
 String getChartCode()
          Gets the chartCode.
 IncomePrincipalIndicator getIncomePrincipalIndicator()
          Gets the incomePrincipalIndicator.
 String getIncomePrincipalIndicatorCode()
          Gets the incomePrincipalIndicatorCode.
 String getKemid()
          Gets the kemid.
 KEMID getKemidObjRef()
          Gets the kemidObjRef.
 boolean isActive()
           
 void setAccount(Account account)
          Sets the account.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber.
 void setActive(boolean active)
           
 void setChart(Chart chart)
          Sets the chart.
 void setChartCode(String chartCode)
          Sets the chartCode.
 void setIncomePrincipalIndicator(IncomePrincipalIndicator incomePrincipalIndicator)
          Sets the incomePrincipalIndicator.
 void setIncomePrincipalIndicatorCode(String incomePrincipalIndicatorCode)
          Sets the incomePrincipalIndicatorCode.
 void setKemid(String kemid)
          Sets the kemid.
 void setKemidObjRef(KEMID kemidObjRef)
          Sets the kemidObjRef.
protected  LinkedHashMap 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.BusinessObject
prepareForWorkflow
 

Constructor Detail

KemidGeneralLedgerAccount

public KemidGeneralLedgerAccount()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getAccountNumber

public String getAccountNumber()
Gets the accountNumber.

Returns:
accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber.

Parameters:
accountNumber -

getChartCode

public String getChartCode()
Gets the chartCode.

Returns:
chartCode

setChartCode

public void setChartCode(String chartCode)
Sets the chartCode.

Parameters:
chartCode -

getIncomePrincipalIndicator

public IncomePrincipalIndicator getIncomePrincipalIndicator()
Gets the incomePrincipalIndicator.

Returns:
incomePrincipalIndicator

setIncomePrincipalIndicator

public void setIncomePrincipalIndicator(IncomePrincipalIndicator incomePrincipalIndicator)
Sets the incomePrincipalIndicator.

Parameters:
incomePrincipalIndicator -

getIncomePrincipalIndicatorCode

public String getIncomePrincipalIndicatorCode()
Gets the incomePrincipalIndicatorCode.

Returns:
incomePrincipalIndicatorCode

setIncomePrincipalIndicatorCode

public void setIncomePrincipalIndicatorCode(String incomePrincipalIndicatorCode)
Sets the incomePrincipalIndicatorCode.

Parameters:
incomePrincipalIndicatorCode -

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getKemidObjRef

public KEMID getKemidObjRef()
Gets the kemidObjRef.

Returns:
kemidObjRef

setKemidObjRef

public void setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef.

Parameters:
kemidObjRef -

getAccount

public Account getAccount()
Gets the account.

Returns:
account

setAccount

public void setAccount(Account account)
Sets the account.

Parameters:
account -

getChart

public Chart getChart()
Gets the chart.

Returns:
chart

setChart

public void setChart(Chart chart)
Sets the chart.

Parameters:
chart -

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
See Also:
Inactivateable.isActive()

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
See Also:
Inactivateable.setActive(boolean)


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