org.kuali.kfs.coa.businessobject
Class ProjectCode

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.krad.bo.KualiCodeBase
              extended by org.kuali.kfs.coa.businessobject.ProjectCode
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.active.MutableInactivatable, org.kuali.rice.core.api.mo.common.Coded, 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.KualiCode, org.kuali.rice.krad.bo.PersistableBusinessObject

public class ProjectCode
extends org.kuali.rice.krad.bo.KualiCodeBase
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.KualiCodeBase
active, code, name
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ProjectCode()
          Default no-arg constructor.
 
Method Summary
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
           
 Organization getOrganization()
          Gets the organization attribute.
 String getOrganizationCode()
           
 String getProjectDescription()
          Gets the projectDescription attribute.
 void setChartOfAccounts(Chart chartOfAccounts)
          Sets the chartOfAccounts attribute.
 void setChartOfAccountsCode(String chartOfAccountsCode)
           
 void setOrganization(Organization organization)
          Sets the organization attribute.
 void setOrganizationCode(String organizationCode)
           
 void setProjectDescription(String projectDescription)
          Sets the projectDescription attribute.
 
Methods inherited from class org.kuali.rice.krad.bo.KualiCodeBase
equals, getCode, getCodeAndDescription, getCodeAndDescription, getName, hashCode, isActive, setActive, setCode, setName
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

ProjectCode

public ProjectCode()
Default no-arg constructor.

Method Detail

getProjectDescription

public String getProjectDescription()
Gets the projectDescription attribute.

Returns:
Returns the projectDescription

setProjectDescription

public void setProjectDescription(String projectDescription)
Sets the projectDescription attribute.

Parameters:
projectDescription - The projectDescription to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getOrganization

public Organization getOrganization()
Gets the organization attribute.

Returns:
Returns the organization

setOrganization

public void setOrganization(Organization organization)
Sets the organization attribute.

Parameters:
organization - The organization to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getOrganizationCode

public String getOrganizationCode()
Returns:
Returns the organizationCode.

setOrganizationCode

public void setOrganizationCode(String organizationCode)
Parameters:
organizationCode - The organizationCode to set.


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