|
||||||||||
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.ObjectCode
public class ObjectCode
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
ObjectCode()
Default no-arg constructor. |
|
ObjectCode(Integer fiscalYear,
String chart,
String financialObjectCode)
Constructs a ObjectCode.java with the given defaults; this way, it is not necessary to use any deprecated setters. |
Method Summary | |
---|---|
void |
beforeUpdate(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
|
String |
getCode()
|
BudgetAggregationCode |
getFinancialBudgetAggregation()
|
String |
getFinancialBudgetAggregationCd()
|
FederalFundedCode |
getFinancialFederalFunded()
Gets the financialFederalFunded attribute. |
String |
getFinancialFederalFundedCode()
|
String |
getFinancialObjectCode()
Gets the financialObjectCode attribute. |
String |
getFinancialObjectCodeName()
Gets the financialObjectCodeName attribute. |
String |
getFinancialObjectCodeShortName()
Gets the financialObjectCodeShortName attribute. |
ObjectLevel |
getFinancialObjectLevel()
Gets the financialObjectLevel attribute. |
String |
getFinancialObjectLevelCode()
|
ObjectSubType |
getFinancialObjectSubType()
Gets the financialObjectSubType attribute. |
String |
getFinancialObjectSubTypeCode()
|
ObjectType |
getFinancialObjectType()
Gets the financialObjectType attribute. |
String |
getFinancialObjectTypeCode()
|
MandatoryTransferEliminationCode |
getFinObjMandatoryTrnfrelim()
Gets the finObjMandatoryTrnfrelim attribute. |
String |
getFinObjMandatoryTrnfrelimCd()
|
String |
getHistoricalFinancialObjectCode()
Gets the historicalFinancialObjectCode attribute. |
String |
getName()
|
String |
getNextYearFinancialObjectCode()
|
Chart |
getReportsToChartOfAccounts()
Gets the reportsToChartOfAccounts attribute. |
String |
getReportsToChartOfAccountsCode()
|
ObjectCode |
getReportsToFinancialObject()
Gets the reportsToFinancialObject attribute. |
String |
getReportsToFinancialObjectCode()
|
SystemOptions |
getUniversityFiscal()
Gets the universityFiscal attribute. |
Integer |
getUniversityFiscalYear()
|
boolean |
isActive()
|
boolean |
isFinancialObjectActiveCode()
Gets the financialObjectActiveCode attribute. |
boolean |
isReportingToSelf()
Determines if this object code reports to itself |
void |
setActive(boolean a)
|
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated. |
void |
setChartOfAccountsCode(String string)
|
void |
setCode(String code)
|
void |
setFinancialBudgetAggregation(BudgetAggregationCode financialBudgetAggregation)
|
void |
setFinancialBudgetAggregationCd(String financialBudgetAggregationCd)
|
void |
setFinancialFederalFunded(FederalFundedCode financialFederalFunded)
Deprecated. |
void |
setFinancialFederalFundedCode(String financialFederalFundedCode)
|
void |
setFinancialObjectActiveCode(boolean active)
Sets the financialObjectActiveCode attribute. |
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute. |
void |
setFinancialObjectCodeName(String financialObjectCodeName)
Sets the financialObjectCodeName attribute. |
void |
setFinancialObjectCodeShortName(String financialObjectCodeShortName)
Sets the financialObjectCodeShortName attribute. |
void |
setFinancialObjectLevel(ObjectLevel financialObjectLevel)
Deprecated. |
void |
setFinancialObjectLevelCode(String financialObjectLevelCode)
|
void |
setFinancialObjectSubType(ObjectSubType financialObjectSubType)
Deprecated. |
void |
setFinancialObjectSubTypeCode(String financialObjectSubTypeCode)
|
void |
setFinancialObjectType(ObjectType financialObjectType)
Deprecated. |
void |
setFinancialObjectTypeCode(String financialObjectTypeCode)
|
void |
setFinObjMandatoryTrnfrelim(MandatoryTransferEliminationCode finObjMandatoryTrnfrelim)
Deprecated. |
void |
setFinObjMandatoryTrnfrelimCd(String finObjMandatoryTrnfrelimCd)
|
void |
setHistoricalFinancialObjectCode(String historicalFinancialObjectCode)
Sets the historicalFinancialObjectCode attribute. |
void |
setName(String name)
|
void |
setNextYearFinancialObjectCode(String nextYearFinancialObjectCode)
|
void |
setReportsToChartOfAccounts(Chart reportsToChartOfAccounts)
Deprecated. |
void |
setReportsToChartOfAccountsCode(String reportsToChartOfAccountsCode)
|
void |
setReportsToFinancialObject(ObjectCode reportsToFinancialObject)
Deprecated. |
void |
setReportsToFinancialObjectCode(String reportsToFinancialObjectCode)
|
void |
setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
void |
setUniversityFiscalYear(Integer i)
This method is only for use by the framework |
protected LinkedHashMap<String,String> |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, 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 ObjectCode()
public ObjectCode(Integer fiscalYear, String chart, String financialObjectCode)
fiscalYear
- chart
- financialObjectCode
- - an active object codeMethod Detail |
---|
public void setUniversityFiscalYear(Integer i)
public FederalFundedCode getFinancialFederalFunded()
public void setFinancialFederalFunded(FederalFundedCode financialFederalFunded)
financialFederalFunded
- The financialFederalFunded to set.public MandatoryTransferEliminationCode getFinObjMandatoryTrnfrelim()
public void setFinObjMandatoryTrnfrelim(MandatoryTransferEliminationCode finObjMandatoryTrnfrelim)
finObjMandatoryTrnfrelim
- The finObjMandatoryTrnfrelim to set.public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode
- The financialObjectCode to set.public String getFinancialObjectCodeName()
public void setFinancialObjectCodeName(String financialObjectCodeName)
financialObjectCodeName
- The financialObjectCodeName to set.public String getFinancialObjectCodeShortName()
public void setFinancialObjectCodeShortName(String financialObjectCodeShortName)
financialObjectCodeShortName
- The financialObjectCodeShortName to set.public String getHistoricalFinancialObjectCode()
public void setHistoricalFinancialObjectCode(String historicalFinancialObjectCode)
historicalFinancialObjectCode
- The historicalFinancialObjectCode to set.public boolean isFinancialObjectActiveCode()
public void setFinancialObjectActiveCode(boolean active)
financialObjectActiveCode
- The financialObjectActiveCode to set.public SystemOptions getUniversityFiscal()
public void setUniversityFiscal(SystemOptions universityFiscal)
universityFiscal
- The universityFiscal to set.public ObjectLevel getFinancialObjectLevel()
public void setFinancialObjectLevel(ObjectLevel financialObjectLevel)
financialObjectLevel
- The financialObjectLevel to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public Chart getReportsToChartOfAccounts()
public void setReportsToChartOfAccounts(Chart reportsToChartOfAccounts)
reportsToChartOfAccounts
- The reportsToChartOfAccounts to set.public ObjectCode getReportsToFinancialObject()
public void setReportsToFinancialObject(ObjectCode reportsToFinancialObject)
reportsToFinancialObject
- The reportsToFinancialObject to set.public ObjectType getFinancialObjectType()
public void setFinancialObjectType(ObjectType financialObjectType)
financialObjectType
- The financialObjectType to set.public ObjectSubType getFinancialObjectSubType()
public void setFinancialObjectSubType(ObjectSubType financialObjectSubType)
financialObjectSubType
- The financialObjectSubType to set.public void setChartOfAccountsCode(String string)
public String getChartOfAccountsCode()
public Integer getUniversityFiscalYear()
public String getFinancialBudgetAggregationCd()
public void setFinancialBudgetAggregationCd(String financialBudgetAggregationCd)
financialBudgetAggregationCd
- The financialBudgetAggregationCd to set.public String getFinancialObjectLevelCode()
public void setFinancialObjectLevelCode(String financialObjectLevelCode)
financialObjectLevelCode
- The financialObjectLevelCode to set.public String getFinancialObjectSubTypeCode()
public void setFinancialObjectSubTypeCode(String financialObjectSubTypeCode)
financialObjectSubTypeCode
- The financialObjectSubTypeCode to set.public String getFinancialObjectTypeCode()
public void setFinancialObjectTypeCode(String financialObjectTypeCode)
financialObjectTypeCode
- The financialObjectTypeCode to set.public String getNextYearFinancialObjectCode()
public void setNextYearFinancialObjectCode(String nextYearFinancialObjectCode)
nextYearFinancialObjectCode
- The nextYearFinancialObjectCode to set.public String getReportsToChartOfAccountsCode()
public void setReportsToChartOfAccountsCode(String reportsToChartOfAccountsCode)
reportsToChartOfAccountsCode
- The reportsToChartOfAccountsCode to set.public String getReportsToFinancialObjectCode()
public void setReportsToFinancialObjectCode(String reportsToFinancialObjectCode)
reportsToFinancialObjectCode
- The reportsToFinancialObjectCode to set.public String getFinancialFederalFundedCode()
public void setFinancialFederalFundedCode(String financialFederalFundedCode)
financialFederalFundedCode
- The financialFederalFundedCode to set.public String getFinObjMandatoryTrnfrelimCd()
public void setFinObjMandatoryTrnfrelimCd(String finObjMandatoryTrnfrelimCd)
finObjMandatoryTrnfrelimCd
- The finObjMandatoryTrnfrelimCd to set.public BudgetAggregationCode getFinancialBudgetAggregation()
public void setFinancialBudgetAggregation(BudgetAggregationCode financialBudgetAggregation)
protected LinkedHashMap<String,String> toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public void beforeUpdate(org.apache.ojb.broker.PersistenceBroker persistenceBroker) throws org.apache.ojb.broker.PersistenceBrokerException
beforeUpdate
in interface org.apache.ojb.broker.PersistenceBrokerAware
beforeUpdate
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.apache.ojb.broker.PersistenceBrokerException
public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
isActive
in interface org.kuali.rice.kns.bo.KualiCode
public void setActive(boolean a)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
setActive
in interface org.kuali.rice.kns.bo.KualiCode
public void setCode(String code)
setCode
in interface org.kuali.rice.kns.bo.KualiCode
public void setName(String name)
setName
in interface org.kuali.rice.kns.bo.KualiCode
public String getCode()
getCode
in interface org.kuali.rice.kns.bo.KualiCode
public String getName()
getName
in interface org.kuali.rice.kns.bo.KualiCode
public boolean isReportingToSelf()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |