public class SwiftMessageNote extends Object
| Constructor and Description |
|---|
SwiftMessageNote() |
SwiftMessageNote(String creationUser,
String text) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreationDate() |
String |
getCreationUser() |
Long |
getId() |
String |
getText() |
void |
setCreationDate(Calendar creationDate) |
void |
setCreationUser(String creationUser) |
void |
setId(Long id) |
void |
setText(String text) |
public Long getId()
public void setId(Long id)
id - the id to setpublic Calendar getCreationDate()
public void setCreationDate(Calendar creationDate)
creationDate - the creationDate to setpublic String getCreationUser()
public void setCreationUser(String creationUser)
public String getText()
public void setText(String text)
text - the text to set