public class CommentType extends KraPersistableBusinessObjectBase
| Modifier and Type | Field and Description |
|---|---|
static String |
SCREENFLAG_TRUE |
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CommentType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAwardCommentScreenFlag()
This method returns the Comment screen flag
|
Boolean |
getChecklistFlag()
This method returns the checklist flag
|
String |
getCommentTypeCode() |
String |
getDescription()
This method returns the comment description
|
Boolean |
getTemplateFlag()
This method returns the template flag
|
int |
hashCode() |
void |
setAwardCommentScreenFlag(Boolean awardCommentScreenFlag)
This method sets the comment screen flag
|
void |
setChecklistFlag(Boolean checklistFlag)
This method sets the checklist flag
|
void |
setCommentTypeCode(String commentTypeCode) |
void |
setDescription(String description)
This method sets comment description
|
void |
setTemplateFlag(Boolean templateFlag)
This method sets the template flag
|
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 SCREENFLAG_TRUE
public String getCommentTypeCode()
public void setCommentTypeCode(String commentTypeCode)
public String getDescription()
public void setDescription(String description)
description - public Boolean getTemplateFlag()
public void setTemplateFlag(Boolean templateFlag)
templateFlag - public Boolean getChecklistFlag()
public void setChecklistFlag(Boolean checklistFlag)
checklistFlag - public Boolean getAwardCommentScreenFlag()
public void setAwardCommentScreenFlag(Boolean awardCommentScreenFlag)
awardCommentScreenFlag - public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.