org.kuali.kfs.coa.businessobject
Class OrganizationReversionGlobalDetail

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
              extended by org.kuali.kfs.coa.businessobject.OrganizationReversionGlobalDetail
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.GlobalBusinessObjectDetail, org.kuali.rice.kns.bo.PersistableBusinessObject

public class OrganizationReversionGlobalDetail
extends org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase

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.

See Also:
Serialized Form

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

LOG

protected static org.apache.log4j.Logger LOG
Constructor Detail

OrganizationReversionGlobalDetail

public OrganizationReversionGlobalDetail()
Constructs an OrganizationReversionGlobalDocumentDetail.

Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Specified by:
getDocumentNumber in interface org.kuali.rice.kns.bo.GlobalBusinessObjectDetail
Overrides:
getDocumentNumber in class org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Specified by:
setDocumentNumber in interface org.kuali.rice.kns.bo.GlobalBusinessObjectDetail
Overrides:
setDocumentNumber in class org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
Parameters:
documentNumber - The documentNumber to set.

getOrganizationReversionCode

public String getOrganizationReversionCode()
Gets the organizationReversionCode attribute.

Returns:
Returns the organizationReversionCode.

setOrganizationReversionCode

public void setOrganizationReversionCode(String organizationReversionCode)
Sets the organizationReversionCode attribute value.

Parameters:
organizationReversionCode - The organizationReversionCode to set.

getOrganizationReversionCategory

public OrganizationReversionCategory getOrganizationReversionCategory()
Gets the organizationReversionCategory attribute.

Returns:
Returns the organizationReversionCategory.

setOrganizationReversionCategory

public void setOrganizationReversionCategory(OrganizationReversionCategory organizationReversionCategory)
Sets the organizationReversionCategory attribute value.

Parameters:
organizationReversionCategory - The organizationReversionCategory to set.

getOrganizationReversionCategoryCode

public String getOrganizationReversionCategoryCode()
Gets the organizationReversionCategoryCode attribute.

Returns:
Returns the organizationReversionCategoryCode.

setOrganizationReversionCategoryCode

public void setOrganizationReversionCategoryCode(String organizationReversionCategoryCode)
Sets the organizationReversionCategoryCode attribute value.

Parameters:
organizationReversionCategoryCode - The organizationReversionCategoryCode to set.

getOrganizationReversionObjectCode

public String getOrganizationReversionObjectCode()
Gets the organizationReversionObjectCode attribute.

Returns:
Returns the organizationReversionObjectCode.

setOrganizationReversionObjectCode

public void setOrganizationReversionObjectCode(String organizationReversionObjectCode)
Sets the organizationReversionObjectCode attribute value.

Parameters:
organizationReversionObjectCode - The organizationReversionObjectCode to set.

getParentGlobalOrganizationReversion

public OrganizationReversionGlobal getParentGlobalOrganizationReversion()
Gets the parentGlobalOrganizationReversion attribute. This field does not persist, and is populated by OrganzationReversionChangeMaintainable.

Returns:
Returns the parentGlobalOrganizationReversion.

setParentGlobalOrganizationReversion

public void setParentGlobalOrganizationReversion(OrganizationReversionGlobal parentGlobalOrganizationReversion)
Sets the parentGlobalOrganizationReversion attribute value. This field does not persist, and is populated by OrganizationReversionGlobalMaintainableImpl.

Parameters:
parentGlobalOrganizationReversion - The parentGlobalOrganizationReversion to set.

getOrganizationReversionObject

public ObjectCode getOrganizationReversionObject()
Gets the organizationReversionObject attribute.

Returns:
Returns the organizationReversionObject.

setOrganizationReversionObject

public void setOrganizationReversionObject(ObjectCode organizationReversionObject)
Sets the organizationReversionObject attribute value.

Parameters:
organizationReversionObject - The organizationReversionObject to set.

getObjectCodeNames

public String getObjectCodeNames()
This returns a string of object code names associated with the object code in this org rev change detail.

Returns:
String of distinct object code names


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.