org.kuali.kfs.coa.businessobject
Class SubFundGroup

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

public class SubFundGroup
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
SubFundGroup()
          Default no-arg constructor.
 
Method Summary
 RestrictedStatus getAccountRestrictedStatus()
          Gets the accountRestrictedStatus attribute.
 String getAccountRestrictedStatusCode()
          Gets the accountRestrictedStatusCode attribute.
 String getCodeAndDescription()
           
 String getFinancialReportingSortCode()
          Gets the financialReportingSortCode attribute.
 FundGroup getFundGroup()
           
 String getFundGroupBudgetAdjustmentRestrictionLevelCode()
          Gets the fundGroupBudgetAdjustmentRestrictionLevelCode attribute.
 String getFundGroupCode()
           
 String getSubFundGroupCode()
          Gets the subFundGroupCode attribute.
 String getSubFundGroupDescription()
          Gets the subFundGroupDescription attribute.
 SubFundGroupType getSubFundGroupType()
          Gets the subFundGroupType attribute.
 String getSubFundGroupTypeCode()
          Gets the subFundGroupTypeCode attribute.
 boolean isActive()
          Gets the _active_ attribute.
 boolean isSubFundGroupWagesIndicator()
          Gets the subFundGroupWagesIndicator attribute.
 void setAccountRestrictedStatus(RestrictedStatus accountRestrictedStatus)
          Sets the accountRestrictedStatus attribute value.
 void setAccountRestrictedStatusCode(String accountRestrictedStatusCode)
          Sets the accountRestrictedStatusCode attribute value.
 void setActive(boolean active)
          Sets the _active_ attribute.
 void setFinancialReportingSortCode(String financialReportingSortCode)
          Sets the financialReportingSortCode attribute.
 void setFundGroup(FundGroup fundGroup)
           
 void setFundGroupBudgetAdjustmentRestrictionLevelCode(String fundGroupBudgetAdjustmentRestrictionLevelCode)
          Sets the fundGroupBudgetAdjustmentRestrictionLevelCode attribute value.
 void setFundGroupCode(String fundGroupCode)
           
 void setSubFundGroupCode(String subFundGroupCode)
          Sets the subFundGroupCode attribute.
 void setSubFundGroupDescription(String subFundGroupDescription)
          Sets the subFundGroupDescription attribute.
 void setSubFundGroupType(SubFundGroupType subFundGroupType)
          Deprecated.  
 void setSubFundGroupTypeCode(String subFundGroupTypeCode)
          Sets the subFundGroupTypeCode attribute.
 void setSubFundGroupWagesIndicator(boolean subFundGroupWagesIndicator)
          Sets the subFundGroupWagesIndicator attribute.
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
 

Constructor Detail

SubFundGroup

public SubFundGroup()
Default no-arg constructor.

Method Detail

getSubFundGroupCode

public String getSubFundGroupCode()
Gets the subFundGroupCode attribute.

Returns:
Returns the subFundGroupCode

setSubFundGroupCode

public void setSubFundGroupCode(String subFundGroupCode)
Sets the subFundGroupCode attribute.

Parameters:
subFundGroupCode - The subFundGroupCode to set.

getSubFundGroupDescription

public String getSubFundGroupDescription()
Gets the subFundGroupDescription attribute.

Returns:
Returns the subFundGroupDescription

setSubFundGroupDescription

public void setSubFundGroupDescription(String subFundGroupDescription)
Sets the subFundGroupDescription attribute.

Parameters:
subFundGroupDescription - The subFundGroupDescription to set.

isActive

public boolean isActive()
Gets the _active_ attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the _active_

setActive

public void setActive(boolean active)
Sets the _active_ attribute.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
_active_ - The _active_ to set.

getSubFundGroupTypeCode

public String getSubFundGroupTypeCode()
Gets the subFundGroupTypeCode attribute.

Returns:
Returns the subFundGroupTypeCode

setSubFundGroupTypeCode

public void setSubFundGroupTypeCode(String subFundGroupTypeCode)
Sets the subFundGroupTypeCode attribute.

Parameters:
subFundGroupTypeCode - The subFundGroupTypeCode to set.

getFinancialReportingSortCode

public String getFinancialReportingSortCode()
Gets the financialReportingSortCode attribute.

Returns:
Returns the financialReportingSortCode

setFinancialReportingSortCode

public void setFinancialReportingSortCode(String financialReportingSortCode)
Sets the financialReportingSortCode attribute.

Parameters:
financialReportingSortCode - The financialReportingSortCode to set.

isSubFundGroupWagesIndicator

public boolean isSubFundGroupWagesIndicator()
Gets the subFundGroupWagesIndicator attribute.

Returns:
Returns the subFundGroupWagesIndicator

setSubFundGroupWagesIndicator

public void setSubFundGroupWagesIndicator(boolean subFundGroupWagesIndicator)
Sets the subFundGroupWagesIndicator attribute.

Parameters:
subFundGroupWagesIndicator - The subFundGroupWagesIndicator to set.

getFundGroup

public FundGroup getFundGroup()
Returns:
Returns the fundGroup.

setFundGroup

public void setFundGroup(FundGroup fundGroup)
Parameters:
fundGroup - The fundGroup to set.

getFundGroupCode

public String getFundGroupCode()
Returns:
Returns the fundGroupCode.

setFundGroupCode

public void setFundGroupCode(String fundGroupCode)
Parameters:
fundGroupCode - The fundGroupCode to set.

getFundGroupBudgetAdjustmentRestrictionLevelCode

public String getFundGroupBudgetAdjustmentRestrictionLevelCode()
Gets the fundGroupBudgetAdjustmentRestrictionLevelCode attribute.

Returns:
Returns the fundGroupBudgetAdjustmentRestrictionLevelCode.

setFundGroupBudgetAdjustmentRestrictionLevelCode

public void setFundGroupBudgetAdjustmentRestrictionLevelCode(String fundGroupBudgetAdjustmentRestrictionLevelCode)
Sets the fundGroupBudgetAdjustmentRestrictionLevelCode attribute value.

Parameters:
fundGroupBudgetAdjustmentRestrictionLevelCode - The fundGroupBudgetAdjustmentRestrictionLevelCode to set.

getAccountRestrictedStatusCode

public String getAccountRestrictedStatusCode()
Gets the accountRestrictedStatusCode attribute.

Returns:
Returns the accountRestrictedStatusCode.

setAccountRestrictedStatusCode

public void setAccountRestrictedStatusCode(String accountRestrictedStatusCode)
Sets the accountRestrictedStatusCode attribute value.

Parameters:
accountRestrictedStatusCode - The accountRestrictedStatusCode to set.

getSubFundGroupType

public SubFundGroupType getSubFundGroupType()
Gets the subFundGroupType attribute.

Returns:
Returns the subFundGroupType.

setSubFundGroupType

public void setSubFundGroupType(SubFundGroupType subFundGroupType)
Deprecated. 

Sets the subFundGroupType attribute value.

Parameters:
subFundGroupType - The subFundGroupType to set.

getAccountRestrictedStatus

public RestrictedStatus getAccountRestrictedStatus()
Gets the accountRestrictedStatus attribute.

Returns:
Returns the accountRestrictedStatus.

setAccountRestrictedStatus

public void setAccountRestrictedStatus(RestrictedStatus accountRestrictedStatus)
Sets the accountRestrictedStatus attribute value.

Parameters:
accountRestrictedStatus - The accountRestrictedStatus to set.

getCodeAndDescription

public String getCodeAndDescription()
Returns:
Returns the code and description in format: xx - xxxxxxxxxxxxxxxx

toStringMapper

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


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