public class UnitAdministratorType extends KraPersistableBusinessObjectBase implements ContactRole
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMINISTRATIVE_CONTACT_TYPE_CODE |
static String |
ADMINISTRATIVE_OFFICER_TYPE_CODE |
static String |
DEAN_VP_TYPE_CODE |
static String |
FINANCIAL_CONTACT_TYPE_CODE |
static String |
GRANTS_GOV_PROPOSAL_CONTACT_TYPE_CODE |
static String |
OSP_ADMINISTRATOR_TYPE_CODE |
static String |
OTHER_INDIVIDUAL_TO_NOTIFY_TYPE_CODE |
static String |
UNIT_HEAD_TYPE_CODE |
UPDATE_USER_LENGTHextension, versionNumberCOI_CODE, KEY_PERSON_CODE, PI_CODE| Constructor and Description |
|---|
UnitAdministratorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultGroupFlag()
Gets the defaultGroupFlag attribute.
|
String |
getDescription() |
Boolean |
getMultiplesFlag()
Gets the multiplesFlag attribute.
|
String |
getRoleCode() |
String |
getRoleDescription() |
String |
getUnitAdministratorTypeCode() |
UnitContactType |
getUnitContactType() |
void |
setDefaultGroupFlag(String defaultGroupFlag)
Sets the defaultGroupFlag attribute value.
|
void |
setDescription(String description) |
void |
setMultiplesFlag(Boolean multiplesFlag)
Sets the multiplesFlag attribute value.
|
void |
setUnitAdministratorTypeCode(String unitAdministratorTypeCode) |
void |
setUnitContactType(UnitContactType unitContactType) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic static final String ADMINISTRATIVE_OFFICER_TYPE_CODE
public static final String OSP_ADMINISTRATOR_TYPE_CODE
public static final String UNIT_HEAD_TYPE_CODE
public static final String DEAN_VP_TYPE_CODE
public static final String OTHER_INDIVIDUAL_TO_NOTIFY_TYPE_CODE
public static final String GRANTS_GOV_PROPOSAL_CONTACT_TYPE_CODE
public static final String ADMINISTRATIVE_CONTACT_TYPE_CODE
public static final String FINANCIAL_CONTACT_TYPE_CODE
public String getUnitAdministratorTypeCode()
public void setUnitAdministratorTypeCode(String unitAdministratorTypeCode)
public String getDescription()
public void setDescription(String description)
public String getRoleCode()
getRoleCode in interface ContactRolepublic String getRoleDescription()
getRoleDescription in interface ContactRolepublic UnitContactType getUnitContactType()
public void setUnitContactType(UnitContactType unitContactType)
unitContactType - public Boolean getMultiplesFlag()
public void setMultiplesFlag(Boolean multiplesFlag)
multiplesFlag - The multiplesFlag to set.public String getDefaultGroupFlag()
public void setDefaultGroupFlag(String defaultGroupFlag)
defaultGroupFlag - The defaultGroupFlag to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.