public class AwardComment extends AwardAssociate implements Comparable<AwardComment>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardComment()
Constructs a AwardComment.java.
|
AwardComment(CommentType commentType,
String comments) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AwardComment awardCommentArg) |
void |
disableComment() |
boolean |
equals(Object obj) |
Long |
getAwardCommentId()
This method...
|
Long |
getAwardId() |
Boolean |
getChecklistPrintFlag()
Gets the checklistPrintFlag attribute.
|
String |
getComments()
Gets the comments attribute.
|
CommentType |
getCommentType()
Gets the commentType attribute.
|
String |
getCommentTypeCode()
Gets the commentTypeCode attribute.
|
String |
getUpdateTimestampDateString()
Gets the updateTimestampDateString attribute.
|
int |
hashCode() |
boolean |
isDisabled() |
boolean |
isEntered() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
boolean |
sameText(AwardComment compare) |
void |
setAwardCommentId(Long awardCommentId)
This method...
|
void |
setAwardId(Long awardId) |
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.
|
getAward, getAwardNumber, getSequenceNumber, getSequenceOwner, prePersist, setAward, setAwardNumber, setSequenceNumber, setSequenceOwnergetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, 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 AwardComment()
public AwardComment(CommentType commentType, String comments)
public Long getAwardCommentId()
public void setAwardCommentId(Long awardCommentId)
awardCommentId - public int hashCode()
hashCode in class AwardAssociateObject.hashCode()public boolean equals(Object obj)
equals in class AwardAssociateObject.equals(java.lang.Object)public boolean sameText(AwardComment compare)
public String getCommentTypeCode()
public void setCommentTypeCode(String commentTypeCode)
commentTypeCode - The commentTypeCode 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.public CommentType getCommentType()
public void setCommentType(CommentType commentType)
commentType - The commentType to set.public Long getAwardId()
public void setAwardId(Long awardId)
public String getUpdateTimestampDateString()
public void resetPersistenceState()
SequenceableresetPersistenceState in interface Sequenceablepublic int compareTo(AwardComment awardCommentArg)
compareTo in interface Comparable<AwardComment>public void disableComment()
public boolean isDisabled()
public boolean isEntered()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.