org.kuali.kfs.coa.businessobject
Class SubObjectCode

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.SubObjectCode
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 SubObjectCode
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
SubObjectCode()
          Default no-arg constructor.
SubObjectCode(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialObjectCode, String financialSubObjectCode)
          Constructs an active SubObjCd.java with the given primary key.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
           
 Chart getChartOfAccounts()
           
 String getChartOfAccountsCode()
           
 ObjectCode getFinancialObject()
           
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getFinancialSubObjectCdshortNm()
          Gets the financialSubObjectCdshortNm attribute.
 String getFinancialSubObjectCode()
           
 String getFinancialSubObjectCodeName()
          Gets the financialSubObjectCodeName attribute.
 Integer getUniversityFiscalYear()
           
 boolean isActive()
          Gets the active attribute.
 void setAccount(Account account)
          Deprecated.  
 void setAccountNumber(String accountNumber)
           
 void setActive(boolean active)
          Sets the active attribute.
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
           
 void setFinancialObject(ObjectCode financialObject)
          Deprecated.  
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFinancialSubObjectCdshortNm(String financialSubObjectCdshortNm)
          Sets the financialSubObjectCdshortNm attribute.
 void setFinancialSubObjectCode(String financialSubObjectCode)
           
 void setFinancialSubObjectCodeName(String financialSubObjectCodeName)
          Sets the financialSubObjectCodeName attribute.
 void setUniversityFiscalYear(Integer universityFiscalYear)
           
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

SubObjectCode

public SubObjectCode()
Default no-arg constructor.


SubObjectCode

public SubObjectCode(Integer universityFiscalYear,
                     String chartOfAccountsCode,
                     String accountNumber,
                     String financialObjectCode,
                     String financialSubObjectCode)
Constructs an active SubObjCd.java with the given primary key.

Parameters:
universityFiscalYear -
chartOfAccountsCode -
accountNumber -
financialObjectCode -
financialSubObjectCode -
Method Detail

getFinancialSubObjectCode

public String getFinancialSubObjectCode()

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String financialSubObjectCode)

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.

getFinancialObject

public ObjectCode getFinancialObject()

setFinancialObject

public void setFinancialObject(ObjectCode financialObject)
Deprecated. 


getFinancialSubObjectCodeName

public String getFinancialSubObjectCodeName()
Gets the financialSubObjectCodeName attribute.

Returns:
Returns the financialSubObjectCodeName

setFinancialSubObjectCodeName

public void setFinancialSubObjectCodeName(String financialSubObjectCodeName)
Sets the financialSubObjectCodeName attribute.

Parameters:
financialSubObjectCodeName - The financialSubObjectCodeName to set.

getFinancialSubObjectCdshortNm

public String getFinancialSubObjectCdshortNm()
Gets the financialSubObjectCdshortNm attribute.

Returns:
Returns the financialSubObjectCdshortNm

setFinancialSubObjectCdshortNm

public void setFinancialSubObjectCdshortNm(String financialSubObjectCdshortNm)
Sets the financialSubObjectCdshortNm attribute.

Parameters:
financialSubObjectCdshortNm - The financialSubObjectCdshortNm to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
Returns:
Returns the active

setActive

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

Parameters:
active - The active to set.

getChartOfAccounts

public Chart getChartOfAccounts()

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account

setAccount

public void setAccount(Account account)
Deprecated. 

Sets the account attribute.

Parameters:
account - The account to set.

getAccountNumber

public String getAccountNumber()

setAccountNumber

public void setAccountNumber(String accountNumber)

getChartOfAccountsCode

public String getChartOfAccountsCode()

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)

getUniversityFiscalYear

public Integer getUniversityFiscalYear()

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)

toStringMapper

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


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