|
||||||||||
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.coa.businessobject.AccountDelegateModel
public class AccountDelegateModel
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AccountDelegateModel()
Default constructor. |
Method Summary | |
---|---|
List<AccountDelegateModelDetail> |
getAccountDelegateModelDetails()
Gets the accountDelegateModelDetails attribute. |
String |
getAccountDelegateModelName()
Gets the accountDelegateModelName attribute. |
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
Organization |
getOrganization()
Gets the organization attribute. |
String |
getOrganizationCode()
Gets the organizationCode attribute. |
boolean |
isActive()
Gets the active attribute. |
void |
linkEditableUserFields()
|
void |
setAccountDelegateModelDetails(List<AccountDelegateModelDetail> organizationRoutingModel)
Sets the accountDelegateModelDetails attribute value. |
void |
setAccountDelegateModelName(String organizationRoutingModelName)
Sets the accountDelegateModelName attribute. |
void |
setActive(boolean active)
Sets the active attribute value. |
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. |
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, 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 AccountDelegateModel()
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 getAccountDelegateModelName()
public void setAccountDelegateModelName(String organizationRoutingModelName)
accountDelegateModelName
- The accountDelegateModelName to set.public Organization getOrganization()
public void setOrganization(Organization organization)
organization
- The organization to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public List<AccountDelegateModelDetail> getAccountDelegateModelDetails()
public void setAccountDelegateModelDetails(List<AccountDelegateModelDetail> organizationRoutingModel)
accountDelegateModelDetails
- The accountDelegateModelDetails to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public void linkEditableUserFields()
linkEditableUserFields
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
linkEditableUserFields
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.linkEditableUserFields()
public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |