public class CoiNoteType extends KraPersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Modifier and Type | Field and Description |
|---|---|
static String |
COI_OFFICER_NOTE_TYPE_CODE |
static String |
PI_ENTRY_NOTE_TYPE_CODE |
static String |
REVIEWER_COMMENT_NOTE_TYPE_CODE |
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CoiNoteType()
Constructs a CoiNoteType.java.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description attribute.
|
String |
getNoteTypeCode()
Gets the noteTypeCode attribute.
|
Integer |
getSortId()
Gets the sortId attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setDescription(String description)
Sets the description attribute value.
|
void |
setNoteTypeCode(String noteTypeCode)
Sets the noteTypeCode attribute value.
|
void |
setSortId(Integer sortId)
Sets the sortId attribute value.
|
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 PI_ENTRY_NOTE_TYPE_CODE
public static final String REVIEWER_COMMENT_NOTE_TYPE_CODE
public static final String COI_OFFICER_NOTE_TYPE_CODE
public String getNoteTypeCode()
public void setNoteTypeCode(String noteTypeCode)
noteTypeCode - The noteTypeCode to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public Integer getSortId()
public void setSortId(Integer sortId)
sortId - The sortId to set.public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - The active to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.