|
||||||||||
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.rice.kns.bo.GlobalBusinessObjectDetailBase
org.kuali.kfs.coa.businessobject.OrganizationReversionGlobalDetail
public class OrganizationReversionGlobalDetail
This is a representation of an Organization Reversion Detail, made specifically for Global Organization Reversions. However, as OrganizationReversionDetail lists Organization as a primary key and Global Organization Reversions deal with several Organizations, that class could not be re-used for Globals.
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
LOG
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OrganizationReversionGlobalDetail()
Constructs an OrganizationReversionGlobalDocumentDetail. |
Method Summary | |
---|---|
String |
getDocumentNumber()
Gets the documentNumber attribute. |
String |
getObjectCodeNames()
This returns a string of object code names associated with the object code in this org rev change detail. |
OrganizationReversionCategory |
getOrganizationReversionCategory()
Gets the organizationReversionCategory attribute. |
String |
getOrganizationReversionCategoryCode()
Gets the organizationReversionCategoryCode attribute. |
String |
getOrganizationReversionCode()
Gets the organizationReversionCode attribute. |
ObjectCode |
getOrganizationReversionObject()
Gets the organizationReversionObject attribute. |
String |
getOrganizationReversionObjectCode()
Gets the organizationReversionObjectCode attribute. |
OrganizationReversionGlobal |
getParentGlobalOrganizationReversion()
Gets the parentGlobalOrganizationReversion attribute. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value. |
void |
setOrganizationReversionCategory(OrganizationReversionCategory organizationReversionCategory)
Sets the organizationReversionCategory attribute value. |
void |
setOrganizationReversionCategoryCode(String organizationReversionCategoryCode)
Sets the organizationReversionCategoryCode attribute value. |
void |
setOrganizationReversionCode(String organizationReversionCode)
Sets the organizationReversionCode attribute value. |
void |
setOrganizationReversionObject(ObjectCode organizationReversionObject)
Sets the organizationReversionObject attribute value. |
void |
setOrganizationReversionObjectCode(String organizationReversionObjectCode)
Sets the organizationReversionObjectCode attribute value. |
void |
setParentGlobalOrganizationReversion(OrganizationReversionGlobal parentGlobalOrganizationReversion)
Sets the parentGlobalOrganizationReversion attribute value. |
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 |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
Constructor Detail |
---|
public OrganizationReversionGlobalDetail()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getDocumentNumber()
getDocumentNumber
in interface org.kuali.rice.kns.bo.GlobalBusinessObjectDetail
getDocumentNumber
in class org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface org.kuali.rice.kns.bo.GlobalBusinessObjectDetail
setDocumentNumber
in class org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
documentNumber
- The documentNumber to set.public String getOrganizationReversionCode()
public void setOrganizationReversionCode(String organizationReversionCode)
organizationReversionCode
- The organizationReversionCode to set.public OrganizationReversionCategory getOrganizationReversionCategory()
public void setOrganizationReversionCategory(OrganizationReversionCategory organizationReversionCategory)
organizationReversionCategory
- The organizationReversionCategory to set.public String getOrganizationReversionCategoryCode()
public void setOrganizationReversionCategoryCode(String organizationReversionCategoryCode)
organizationReversionCategoryCode
- The organizationReversionCategoryCode to set.public String getOrganizationReversionObjectCode()
public void setOrganizationReversionObjectCode(String organizationReversionObjectCode)
organizationReversionObjectCode
- The organizationReversionObjectCode to set.public OrganizationReversionGlobal getParentGlobalOrganizationReversion()
public void setParentGlobalOrganizationReversion(OrganizationReversionGlobal parentGlobalOrganizationReversion)
parentGlobalOrganizationReversion
- The parentGlobalOrganizationReversion to set.public ObjectCode getOrganizationReversionObject()
public void setOrganizationReversionObject(ObjectCode organizationReversionObject)
organizationReversionObject
- The organizationReversionObject to set.public String getObjectCodeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |