|
||||||||||
| 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.endow.businessobject.KemidGeneralLedgerAccount
public class KemidGeneralLedgerAccount
This KemidGeneralLedgerAccount class provides the general ledger account to which transaction information will be interfaced. Also controls etran code use.
| 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 |
|---|
public KemidGeneralLedgerAccount()
| Method Detail |
|---|
protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - public String getChartCode()
public void setChartCode(String chartCode)
chartCode - public IncomePrincipalIndicator getIncomePrincipalIndicator()
public void setIncomePrincipalIndicator(IncomePrincipalIndicator incomePrincipalIndicator)
incomePrincipalIndicator - public String getIncomePrincipalIndicatorCode()
public void setIncomePrincipalIndicatorCode(String incomePrincipalIndicatorCode)
incomePrincipalIndicatorCode - public String getKemid()
public void setKemid(String kemid)
kemid - public KEMID getKemidObjRef()
public void setKemidObjRef(KEMID kemidObjRef)
kemidObjRef - public Account getAccount()
public void setAccount(Account account)
account - public Chart getChart()
public void setChart(Chart chart)
chart - public boolean isActive()
isActive in interface org.kuali.rice.kns.bo.InactivateableInactivateable.isActive()public void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.InactivateableInactivateable.setActive(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||