org.kuali.kfs.coa.businessobject
Class ProjectCode

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.KualiCodeBase
              extended by org.kuali.kfs.coa.businessobject.ProjectCode
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.KualiCode, org.kuali.rice.kns.bo.PersistableBusinessObject

public class ProjectCode
extends org.kuali.rice.kns.bo.KualiCodeBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.KualiCodeBase
active, code, name
 
Fields inherited from class org.kuali.rice.kns.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.
 org.kuali.rice.kim.bo.Person getProjectManagerUniversal()
           
 String getProjectManagerUniversalId()
           
 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.
 void setProjectManagerUniversal(org.kuali.rice.kim.bo.Person projectManagerUniversal)
          Sets the projectManagerUniversal attribute.
 void setProjectManagerUniversalId(String projectManagerUniversalId)
           
 
Methods inherited from class org.kuali.rice.kns.bo.KualiCodeBase
equals, getCode, getCodeAndDescription, getCodeAndDescription, getName, hashCode, isActive, setActive, setCode, setName, 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

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.

getProjectManagerUniversal

public org.kuali.rice.kim.bo.Person getProjectManagerUniversal()

setProjectManagerUniversal

public void setProjectManagerUniversal(org.kuali.rice.kim.bo.Person projectManagerUniversal)
Sets the projectManagerUniversal attribute.

Parameters:
projectManagerUniversal - The projectManagerUniversal 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.

getProjectManagerUniversalId

public String getProjectManagerUniversalId()
Returns:
Returns the projectManagerUniversalId.

setProjectManagerUniversalId

public void setProjectManagerUniversalId(String projectManagerUniversalId)
Parameters:
projectManagerUniversalId - The projectManagerUniversalId to set.


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