public class DegreeType extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
DegreeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDegreeCode()
Retrieves the degree code attribute from the degree type bo
|
Integer |
getDegreeLevel()
Gets the value of degreeLevel
|
String |
getDescription()
Retrieves the description attribute
|
void |
setDegreeCode(String degreeCode)
Assigns the degree code attribute to the degree type bo
|
void |
setDegreeLevel(Integer argDegreeLevel)
Sets the value of degreeLevel
|
void |
setDescription(String description)
Assigns the description attribute
|
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 String getDescription()
public void setDescription(String description)
description - public String getDegreeCode()
public void setDegreeCode(String degreeCode)
degreeCode - public Integer getDegreeLevel()
public void setDegreeLevel(Integer argDegreeLevel)
argDegreeLevel - Value to assign to this.degreeLevelCopyright © 2013 The Kuali Foundation. All Rights Reserved.