|
||||||||||
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.kfs.coa.businessobject.SubFundGroup
public class SubFundGroup
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 |
---|
public SubFundGroup()
Method Detail |
---|
public String getSubFundGroupCode()
public void setSubFundGroupCode(String subFundGroupCode)
subFundGroupCode
- The subFundGroupCode to set.public String getSubFundGroupDescription()
public void setSubFundGroupDescription(String subFundGroupDescription)
subFundGroupDescription
- The subFundGroupDescription to set.public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
_active_
- The _active_ to set.public String getSubFundGroupTypeCode()
public void setSubFundGroupTypeCode(String subFundGroupTypeCode)
subFundGroupTypeCode
- The subFundGroupTypeCode to set.public String getFinancialReportingSortCode()
public void setFinancialReportingSortCode(String financialReportingSortCode)
financialReportingSortCode
- The financialReportingSortCode to set.public boolean isSubFundGroupWagesIndicator()
public void setSubFundGroupWagesIndicator(boolean subFundGroupWagesIndicator)
subFundGroupWagesIndicator
- The subFundGroupWagesIndicator to set.public FundGroup getFundGroup()
public void setFundGroup(FundGroup fundGroup)
fundGroup
- The fundGroup to set.public String getFundGroupCode()
public void setFundGroupCode(String fundGroupCode)
fundGroupCode
- The fundGroupCode to set.public String getFundGroupBudgetAdjustmentRestrictionLevelCode()
public void setFundGroupBudgetAdjustmentRestrictionLevelCode(String fundGroupBudgetAdjustmentRestrictionLevelCode)
fundGroupBudgetAdjustmentRestrictionLevelCode
- The fundGroupBudgetAdjustmentRestrictionLevelCode to set.public String getAccountRestrictedStatusCode()
public void setAccountRestrictedStatusCode(String accountRestrictedStatusCode)
accountRestrictedStatusCode
- The accountRestrictedStatusCode to set.public SubFundGroupType getSubFundGroupType()
public void setSubFundGroupType(SubFundGroupType subFundGroupType)
subFundGroupType
- The subFundGroupType to set.public RestrictedStatus getAccountRestrictedStatus()
public void setAccountRestrictedStatus(RestrictedStatus accountRestrictedStatus)
accountRestrictedStatus
- The accountRestrictedStatus to set.public String getCodeAndDescription()
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |