public class OrganizationReversionGlobalDetail extends org.kuali.rice.krad.bo.GlobalBusinessObjectDetailBase
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
OrganizationReversionGlobalDetail()
Constructs an OrganizationReversionGlobalDocumentDetail.
|
Modifier and Type | Method and Description |
---|---|
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_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 OrganizationReversionGlobalDetail()
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 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()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.