org.kuali.kfs.coa.businessobject
Class ObjectCode

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.coa.businessobject.ObjectCode
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class ObjectCode
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements org.kuali.rice.core.api.mo.common.active.Inactivatable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ObjectCode()
           
 
Method Summary
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
           
 String getCode()
           
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getFinancialObjectCodeName()
          Gets the financialObjectCodeName attribute.
 String getFinancialObjectCodeShortName()
          Gets the financialObjectCodeShortName attribute.
 String getFinancialObjectLevelCode()
           
 String getName()
           
 Integer getUniversityFiscalYear()
           
 boolean isActive()
           
 boolean isFinancialObjectActiveCode()
          Gets the financialObjectActiveCode attribute.
 void setActive(boolean a)
           
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String string)
           
 void setCode(String code)
           
 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 setFinancialObjectLevelCode(String financialObjectLevelCode)
           
 void setName(String name)
           
 void setUniversityFiscalYear(Integer i)
          This method is only for use by the framework
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

ObjectCode

public ObjectCode()
Method Detail

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer i)
This method is only for use by the framework


getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.

Parameters:
financialObjectCode - The financialObjectCode to set.

getFinancialObjectCodeName

public String getFinancialObjectCodeName()
Gets the financialObjectCodeName attribute.

Returns:
Returns the financialObjectCodeName

setFinancialObjectCodeName

public void setFinancialObjectCodeName(String financialObjectCodeName)
Sets the financialObjectCodeName attribute.

Parameters:
financialObjectCodeName - The financialObjectCodeName to set.

getFinancialObjectCodeShortName

public String getFinancialObjectCodeShortName()
Gets the financialObjectCodeShortName attribute.

Returns:
Returns the financialObjectCodeShortName

setFinancialObjectCodeShortName

public void setFinancialObjectCodeShortName(String financialObjectCodeShortName)
Sets the financialObjectCodeShortName attribute.

Parameters:
financialObjectCodeShortName - The financialObjectCodeShortName to set.

isFinancialObjectActiveCode

public boolean isFinancialObjectActiveCode()
Gets the financialObjectActiveCode attribute.

Returns:
Returns the financialObjectActiveCode

setFinancialObjectActiveCode

public void setFinancialObjectActiveCode(boolean active)
Sets the financialObjectActiveCode attribute.


getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

setChartOfAccountsCode

public void setChartOfAccountsCode(String string)

getChartOfAccountsCode

public String getChartOfAccountsCode()

getUniversityFiscalYear

public Integer getUniversityFiscalYear()

getFinancialObjectLevelCode

public String getFinancialObjectLevelCode()
Returns:
Returns the financialObjectLevelCode.

setFinancialObjectLevelCode

public void setFinancialObjectLevelCode(String financialObjectLevelCode)
Parameters:
financialObjectLevelCode - The financialObjectLevelCode to set.

toStringMapper

protected LinkedHashMap toStringMapper()
See Also:
org.kuali.rice.kns.bo.BusinessObjectBase#toStringMapper()

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable

setActive

public void setActive(boolean a)

setCode

public void setCode(String code)

setName

public void setName(String name)

getCode

public String getCode()

getName

public String getName()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.