|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.bo.BusinessObjectBase org.kuali.rice.kns.bo.PersistableBusinessObjectBase org.kuali.rice.kns.bo.Note
public class Note
Represents a user note in the system.
Field Summary | |
---|---|
private AdHocRouteRecipient |
adHocRouteRecipient
|
private Attachment |
attachment
|
private String |
attachmentIdentifier
|
private String |
attachmentLink
|
private Person |
authorUniversal
|
private String |
authorUniversalIdentifier
|
private Long |
noteIdentifier
|
private Timestamp |
notePostedTimestamp
|
private String |
notePurgeCode
|
private String |
noteText
|
private String |
noteTopicText
|
private NoteType |
noteType
|
private String |
noteTypeCode
|
private String |
remoteObjectIdentifier
|
private static long |
serialVersionUID
|
Fields inherited from class org.kuali.rice.kns.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. |
String |
getAttachmentLink()
|
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. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Field Detail |
---|
private static final long serialVersionUID
private Long noteIdentifier
private String remoteObjectIdentifier
private String authorUniversalIdentifier
private Timestamp notePostedTimestamp
private String noteTypeCode
private String noteText
private String noteTopicText
private String notePurgeCode
private String attachmentIdentifier
private NoteType noteType
private Person authorUniversal
private Attachment attachment
private AdHocRouteRecipient adHocRouteRecipient
private String attachmentLink
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)
authorUniversalIdentifier
- The authorUniversalIdentifier to set.public 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.protected LinkedHashMap toStringMapper()
toStringMapper
in class BusinessObjectBase
BusinessObjectBase.toStringMapper()
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 setpublic String getAttachmentLink()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |