@Entity 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) |
_persistence_get_active, _persistence_get_code, _persistence_get_name, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_active, _persistence_set_code, _persistence_set_name, _persistence_set, equals, getCode, getCodeAndDescription, getCodeAndDescription, getName, hashCode, isActive, setActive, setCode, setName
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_set_objectId, _persistence_set_versionNumber, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setActive
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–2014 The Kuali Foundation. All rights reserved.