public class AwardTemplateComment extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardTemplateComment() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getChecklistPrintFlag()
Gets the checklistPrintFlag attribute.
|
String |
getComments()
Gets the comments attribute.
|
CommentType |
getCommentType()
Gets the commentType attribute.
|
String |
getCommentTypeCode()
Gets the commentTypeCode attribute.
|
AwardTemplate |
getTemplate() |
Integer |
getTemplateCommentsId() |
void |
setChecklistPrintFlag(Boolean checklistPrintFlag)
Sets the checklistPrintFlag attribute value.
|
void |
setComments(String comments)
Sets the comments attribute value.
|
void |
setCommentType(CommentType commentType)
Sets the commentType attribute value.
|
void |
setCommentTypeCode(String commentTypeCode)
Sets the commentTypeCode attribute value.
|
void |
setTemplate(AwardTemplate template) |
void |
setTemplateCommentsId(Integer templateCommentsId) |
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 Integer getTemplateCommentsId()
public void setTemplateCommentsId(Integer templateCommentsId)
public AwardTemplate getTemplate()
public void setTemplate(AwardTemplate template)
public String getCommentTypeCode()
public void setCommentTypeCode(String commentTypeCode)
commentTypeCode - The commentTypeCode to set.public CommentType getCommentType()
public void setCommentType(CommentType commentType)
commentType - The commentType to set.public Boolean getChecklistPrintFlag()
public void setChecklistPrintFlag(Boolean checklistPrintFlag)
checklistPrintFlag - The checklistPrintFlag to set.public String getComments()
public void setComments(String comments)
comments - The comments to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.