|
||||||||||
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.bc.businessobject.BudgetConstructionPullup
public class BudgetConstructionPullup
Field Summary | |
---|---|
boolean |
isLeaf
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
BudgetConstructionPullup()
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
Organization |
getOrganization()
Gets the organization attribute. |
String |
getOrganizationCode()
Gets the organizationCode attribute. |
String |
getPrincipalId()
Gets the principalId attribute. |
Integer |
getPullFlag()
Gets the pullFlag attribute. |
Chart |
getReportsToChartOfAccounts()
Gets the reportsToChartOfAccounts attribute. |
String |
getReportsToChartOfAccountsCode()
Gets the reportsToChartOfAccountsCode attribute. |
Organization |
getReportsToOrganization()
Gets the reportsToOrganization attribute. |
String |
getReportsToOrganizationCode()
Gets the reportsToOrganizationCode attribute. |
boolean |
isLeaf()
Gets the isLeaf attribute. |
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute. |
void |
setOrganization(Organization organization)
Deprecated. |
void |
setOrganizationCode(String organizationCode)
Sets the organizationCode attribute. |
void |
setPrincipalId(String principalId)
Sets the principalId attribute value. |
void |
setPullFlag(Integer pullFlag)
Sets the pullFlag attribute. |
void |
setReportsToChartOfAccounts(Chart reportsToChartOfAccounts)
Deprecated. |
void |
setReportsToChartOfAccountsCode(String reportsToChartOfAccountsCode)
Sets the reportsToChartOfAccountsCode attribute. |
void |
setReportsToOrganization(Organization reportsToOrganization)
Deprecated. |
void |
setReportsToOrganizationCode(String reportsToOrganizationCode)
Sets the reportsToOrganizationCode attribute. |
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Field Detail |
---|
public boolean isLeaf
Constructor Detail |
---|
public BudgetConstructionPullup()
Method Detail |
---|
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
organizationCode
- The organizationCode to set.public String getReportsToChartOfAccountsCode()
public void setReportsToChartOfAccountsCode(String reportsToChartOfAccountsCode)
reportsToChartOfAccountsCode
- The reportsToChartOfAccountsCode to set.public String getReportsToOrganizationCode()
public void setReportsToOrganizationCode(String reportsToOrganizationCode)
reportsToOrganizationCode
- The reportsToOrganizationCode to set.public Integer getPullFlag()
public void setPullFlag(Integer pullFlag)
pullFlag
- The pullFlag to set.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public boolean isLeaf()
public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public Organization getOrganization()
public void setOrganization(Organization organization)
organization
- The organization to set.public Organization getReportsToOrganization()
public void setReportsToOrganization(Organization reportsToOrganization)
reportsToOrganization
- The reportsToOrganization to set.public Chart getReportsToChartOfAccounts()
public void setReportsToChartOfAccounts(Chart reportsToChartOfAccounts)
reportsToChartOfAccounts
- The reportsToChartOfAccounts to set.public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |