public class ProjectCode extends org.kuali.rice.krad.bo.KualiCodeBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Constructor and Description |
---|
ProjectCode()
Default no-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
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.api.identity.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.api.identity.Person projectManagerUniversal)
Sets the projectManagerUniversal attribute.
|
void |
setProjectManagerUniversalId(String projectManagerUniversalId) |
equals, getCode, getCodeAndDescription, getCodeAndDescription, getName, hashCode, isActive, setActive, setCode, setName
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final String CACHE_NAME
public ProjectCode()
public String getProjectDescription()
public void setProjectDescription(String projectDescription)
projectDescription
- The projectDescription to set.public org.kuali.rice.kim.api.identity.Person getProjectManagerUniversal()
public void setProjectManagerUniversal(org.kuali.rice.kim.api.identity.Person projectManagerUniversal)
projectManagerUniversal
- The projectManagerUniversal to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public Organization getOrganization()
public void setOrganization(Organization organization)
organization
- The organization to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
organizationCode
- The organizationCode to set.public String getProjectManagerUniversalId()
public void setProjectManagerUniversalId(String projectManagerUniversalId)
projectManagerUniversalId
- The projectManagerUniversalId to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.