com.prowidesoftware.swift.model
Class SwiftMessageNote
java.lang.Object
com.prowidesoftware.swift.model.SwiftMessageNote
public class SwiftMessageNote
- extends java.lang.Object
Comments associated to a message for application only usage (not part of the standard).
- Since:
- 7.0
- Author:
- www.prowidesoftware.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwiftMessageNote
public SwiftMessageNote()
SwiftMessageNote
public SwiftMessageNote(java.lang.String creationUser,
java.lang.String text)
getId
public java.lang.Long getId()
- Returns:
- the id
setId
public void setId(java.lang.Long id)
- Parameters:
id
- the id to set
getCreationDate
public java.util.Calendar getCreationDate()
- Returns:
- the creationDate
setCreationDate
public void setCreationDate(java.util.Calendar creationDate)
- Parameters:
creationDate
- the creationDate to set
getCreationUser
public java.lang.String getCreationUser()
setCreationUser
public void setCreationUser(java.lang.String creationUser)
getText
public java.lang.String getText()
- Returns:
- the text
setText
public void setText(java.lang.String text)
- Parameters:
text
- the text to set