org.kuali.kfs.coa.businessobject
Class ClosedAccountOrganizationReversionDetail

java.lang.Object
  extended by org.kuali.kfs.coa.businessobject.ClosedAccountOrganizationReversionDetail
All Implemented Interfaces:
OrganizationReversionCategoryInfo

public class ClosedAccountOrganizationReversionDetail
extends Object
implements OrganizationReversionCategoryInfo

Returns OrganizationReversionCategoryInformation for a closed account - which is to say that only returns "R2" as the organization reversion strategy code


Constructor Summary
protected ClosedAccountOrganizationReversionDetail(OrganizationReversionCategoryInfo organizationReversionDetail)
          Constructs a ClosedAccountOrganizationReversionDetail.java.
 
Method Summary
 String getOrganizationReversionCode()
          Always returns R2
 String getOrganizationReversionObjectCode()
          Gets the organizationReversionObjectCode attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosedAccountOrganizationReversionDetail

protected ClosedAccountOrganizationReversionDetail(OrganizationReversionCategoryInfo organizationReversionDetail)
Constructs a ClosedAccountOrganizationReversionDetail.java.

Parameters:
organizationReversionDetail - the decorated organization reversion detail
Method Detail

getOrganizationReversionCode

public String getOrganizationReversionCode()
Always returns R2

Specified by:
getOrganizationReversionCode in interface OrganizationReversionCategoryInfo
Returns:
Returns the organizationReversionCode
See Also:
OrganizationReversionCategoryInfo.getOrganizationReversionCode()

getOrganizationReversionObjectCode

public String getOrganizationReversionObjectCode()
Description copied from interface: OrganizationReversionCategoryInfo
Gets the organizationReversionObjectCode attribute.

Specified by:
getOrganizationReversionObjectCode in interface OrganizationReversionCategoryInfo
Returns:
Returns the organizationReversionObjectCode
See Also:
OrganizationReversionCategoryInfo.getOrganizationReversionObjectCode()


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