public class ProtocolReviewType extends ProtocolReviewTypeBase
| Modifier and Type | Field and Description |
|---|---|
static String |
EXEMPT_STUDIES_REVIEW_TYPE_CODE |
static String |
EXPEDITED_REVIEW_TYPE_CODE |
static String |
FULL_TYPE_CODE |
static String |
FYI_TYPE_CODE |
static String |
RESPONSE_REVIEW_TYPE_CODE |
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolReviewType()
Constructs a ProtocolReviewType.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getReviewTypeCode() |
boolean |
isGlobalFlag() |
void |
setDescription(String description) |
void |
setGlobalFlag(boolean globalFlag) |
void |
setReviewTypeCode(String reviewTypeCode) |
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 FULL_TYPE_CODE
public static final String EXPEDITED_REVIEW_TYPE_CODE
public static final String EXEMPT_STUDIES_REVIEW_TYPE_CODE
public static final String RESPONSE_REVIEW_TYPE_CODE
public static final String FYI_TYPE_CODE
public String getReviewTypeCode()
getReviewTypeCode in class ProtocolReviewTypeBasepublic void setReviewTypeCode(String reviewTypeCode)
setReviewTypeCode in class ProtocolReviewTypeBasepublic String getDescription()
getDescription in class ProtocolReviewTypeBasepublic void setDescription(String description)
setDescription in class ProtocolReviewTypeBasepublic boolean isGlobalFlag()
isGlobalFlag in class ProtocolReviewTypeBasepublic void setGlobalFlag(boolean globalFlag)
setGlobalFlag in class ProtocolReviewTypeBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.