|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.kfs.coa.businessobject.Organization
public class Organization
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
Organization()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
public String getOrganizationReviewHierarchy() { Properties params = new Properties(); params.put("methodToCall", "start"); params.put("docFormKey", ""); params.put("lookupableImplServiceName", "RuleBaseValuesLookupableImplService"); params.put("fin_coa_cd", this.chartOfAccountsCode); params.put("org_cd", this.organizationCode); params.put("conversionFields", ""); params.put("returnLocation", ""); params.put("active_ind", "true"); params.put("ruleTemplateName", "KualiOrgReviewTemplate"); return UrlFactory.parameterizeUrl(SpringContext.getBean(KualiConfigurationService.class).getPropertyString(KFSConstants.WORKFLOW_URL_KEY) + "/Lookup.do", params); } /** Implementing equals so Org will behave reasonably in a hashed datastructure. |
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
String |
getCodeAndDescription()
|
String |
getOrganizationCode()
Gets the organizationCode attribute. |
String |
getOrganizationName()
Gets the organizationName attribute. |
int |
hashCode()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value. |
void |
setOrganizationCode(String organizationCode)
Sets the organizationCode attribute. |
void |
setOrganizationName(String organizationName)
Sets the organizationName attribute. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public Organization()
Method Detail |
---|
public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
organizationCode
- The organizationCode to set.public String getOrganizationName()
public void setOrganizationName(String organizationName)
organizationName
- The organizationName to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.protected LinkedHashMap toStringMapper()
org.kuali.rice.kns.bo.BusinessObjectBase#toStringMapper()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String getCodeAndDescription()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |