com.prowidesoftware.swift.model
Class SwiftMessageNote

java.lang.Object
  extended by 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

Constructor Summary
SwiftMessageNote()
           
SwiftMessageNote(java.lang.String creationUser, java.lang.String text)
           
 
Method Summary
 java.util.Calendar getCreationDate()
           
 java.lang.String getCreationUser()
           
 java.lang.Long getId()
           
 java.lang.String getText()
           
 void setCreationDate(java.util.Calendar creationDate)
           
 void setCreationUser(java.lang.String creationUser)
           
 void setId(java.lang.Long id)
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwiftMessageNote

public SwiftMessageNote()

SwiftMessageNote

public SwiftMessageNote(java.lang.String creationUser,
                        java.lang.String text)
Method Detail

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