|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.rice.krad.bo.Note
@Entity public class Note
Represents a user note in the system.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
Note()
Default constructor. |
Method Summary | |
---|---|
void |
addAttachment(Attachment attachment)
Adds the given attachment to this note. |
AdHocRouteRecipient |
getAdHocRouteRecipient()
|
Attachment |
getAttachment()
Gets the attachment attribute. |
String |
getAttachmentIdentifier()
Gets the attachmentIdentifier attribute. |
Person |
getAuthorUniversal()
Gets the authorUniversal attribute. |
String |
getAuthorUniversalIdentifier()
Gets the authorUniversalIdentifier attribute. |
Long |
getNoteIdentifier()
Gets the noteIdentifier attribute. |
Timestamp |
getNotePostedTimestamp()
Gets the notePostedTimestamp attribute. |
String |
getNotePurgeCode()
Gets the notePurgeCode attribute. |
String |
getNoteText()
Gets the noteText attribute. |
String |
getNoteTopicText()
Gets the noteTopicText attribute. |
NoteType |
getNoteType()
Gets the noteType attribute. |
String |
getNoteTypeCode()
Gets the noteTypeCode attribute. |
String |
getRemoteObjectIdentifier()
Gets the remoteObjectIdentifier attribute. |
void |
removeAttachment()
Removes the current attachment, if any. |
void |
setAdHocRouteRecipient(AdHocRouteRecipient adHocRouteRecipient)
|
void |
setAttachment(Attachment attachment)
Sets the attachment attribute value. |
void |
setAttachmentIdentifier(String attachmentIdentifier)
Sets the attachmentIdentifier attribute value. |
void |
setAuthorUniversal(Person authorUniversal)
Deprecated. |
void |
setAuthorUniversalIdentifier(String noteAuthorIdentifier)
Sets the authorUniversalIdentifier attribute. |
void |
setNoteIdentifier(Long noteIdentifier)
Sets the noteIdentifier attribute value. |
void |
setNotePostedTimestamp(Timestamp notePostedTimestamp)
Sets the notePostedTimestamp attribute. |
void |
setNotePostedTimestampToCurrent()
Sets the setNotePostedTimestamp(Timestamp) to the current time. |
void |
setNotePurgeCode(String notePurgeCode)
Sets the notePurgeCode attribute. |
void |
setNoteText(String noteText)
Sets the noteText attribute. |
void |
setNoteTopicText(String noteTopicText)
Sets the noteTopicText attribute value. |
void |
setNoteType(NoteType noteType)
Deprecated. |
void |
setNoteTypeCode(String noteTypeCode)
Sets the noteTypeCode attribute. |
void |
setRemoteObjectIdentifier(String remoteObjectIdentifier)
Sets the remoteObjectIdentifier attribute. |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public Note()
Method Detail |
---|
public void setNotePostedTimestampToCurrent()
setNotePostedTimestamp(Timestamp)
to the current time.
public Long getNoteIdentifier()
public void setNoteIdentifier(Long noteIdentifier)
noteIdentifier
- The noteIdentifier to set.public String getRemoteObjectIdentifier()
public void setRemoteObjectIdentifier(String remoteObjectIdentifier)
remoteObjectIdentifier
- The remoteObjectIdentifier to set.public String getAuthorUniversalIdentifier()
public void setAuthorUniversalIdentifier(String noteAuthorIdentifier)
noteAuthorIdentifier
- The author ID to be set as the AuthorUniversalIdentifierpublic Timestamp getNotePostedTimestamp()
public void setNotePostedTimestamp(Timestamp notePostedTimestamp)
notePostedTimestamp
- The notePostedTimestamp to set.public String getNoteTypeCode()
public void setNoteTypeCode(String noteTypeCode)
noteTypeCode
- The noteTypeCode to set.public String getNoteText()
public void setNoteText(String noteText)
noteText
- The noteText to set.public String getNoteTopicText()
public void setNoteTopicText(String noteTopicText)
noteTopicText
- The noteTopicText to set.public String getNotePurgeCode()
public void setNotePurgeCode(String notePurgeCode)
notePurgeCode
- The notePurgeCode to set.public NoteType getNoteType()
public void setNoteType(NoteType noteType)
noteType
- The noteType to set.public Person getAuthorUniversal()
public void setAuthorUniversal(Person authorUniversal)
authorUniversal
- The authorUniversal to set.public Attachment getAttachment()
public void setAttachment(Attachment attachment)
attachment
- The attachment to set.public String getAttachmentIdentifier()
public void setAttachmentIdentifier(String attachmentIdentifier)
attachmentIdentifier
- The attachmentIdentifier to set.public void addAttachment(Attachment attachment)
attachment
- public void removeAttachment()
public AdHocRouteRecipient getAdHocRouteRecipient()
public void setAdHocRouteRecipient(AdHocRouteRecipient adHocRouteRecipient)
adHocRouteRecipient
- the adHocRouteRecipient to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |