public class AwardNotepad extends AwardAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardNotepad()
Constructs a AwardNotepad.java.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getAwardNotepadId() |
String |
getAwardNumber() |
String |
getComments() |
Timestamp |
getCreateTimestamp()
Gets the createTimeStamp attribute.
|
String |
getCreateUser() |
Integer |
getEntryNumber() |
String |
getNoteTopic()
Gets the noteTopic attribute.
|
boolean |
getRestrictedView() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAwardNotepadId(Long awardNotepadId) |
void |
setAwardNumber(String awardNumber) |
void |
setComments(String comments) |
void |
setCreateTimestamp(Timestamp pCreateTimestamp)
Sets the createTimeStamp attribute value.
|
void |
setCreateUser(String createUser) |
void |
setEntryNumber(Integer entryNumber) |
void |
setNoteTopic(String noteTopic)
Sets the noteTopic attribute value.
|
void |
setRestrictedView(boolean restrictedView) |
equals, getAward, getSequenceNumber, getSequenceOwner, hashCode, prePersist, setAward, 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 Long getAwardNotepadId()
public void setAwardNotepadId(Long awardNotepadId)
public String getAwardNumber()
getAwardNumber in class AwardAssociatepublic void setAwardNumber(String awardNumber)
setAwardNumber in class AwardAssociatepublic Integer getEntryNumber()
public void setEntryNumber(Integer entryNumber)
public String getComments()
public void setComments(String comments)
public boolean getRestrictedView()
public void setRestrictedView(boolean restrictedView)
public String getNoteTopic()
public void setNoteTopic(String noteTopic)
noteTopic - The noteTopic to set.public Timestamp getCreateTimestamp()
public void setCreateTimestamp(Timestamp pCreateTimestamp)
createTimeStamp - The createTimeStamp to set.public String getCreateUser()
public void setCreateUser(String createUser)
public void resetPersistenceState()
SequenceableSequenceable.resetPersistenceState()Copyright © 2013 The Kuali Foundation. All Rights Reserved.