public class OrganizationReversionGlobalOrganization extends org.kuali.rice.krad.bo.GlobalBusinessObjectDetailBase
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
OrganizationReversionGlobalOrganization()
Constructs a OrganizationReversionGlobalOrganization
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
Organization |
getOrganization()
Gets the organization attribute.
|
String |
getOrganizationCode()
Gets the organizationCode attribute.
|
int |
hashCode() |
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.
|
void |
setOrganization(Organization organization)
Deprecated.
|
void |
setOrganizationCode(String organizationCode)
Sets the organizationCode attribute value.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
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
protected static org.apache.log4j.Logger LOG
public OrganizationReversionGlobalOrganization()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public String getDocumentNumber()
getDocumentNumber
in interface org.kuali.rice.krad.bo.GlobalBusinessObjectDetail
getDocumentNumber
in class org.kuali.rice.krad.bo.GlobalBusinessObjectDetailBase
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface org.kuali.rice.krad.bo.GlobalBusinessObjectDetail
setDocumentNumber
in class org.kuali.rice.krad.bo.GlobalBusinessObjectDetailBase
documentNumber
- The documentNumber 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.public Organization getOrganization()
public void setOrganization(Organization organization)
organization
- The organization to set.public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
organizationCode
- The organizationCode to set.public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.