Package org.javlo.module.ticket
Class Comment
- java.lang.Object
-
- org.javlo.module.ticket.Comment
-
- All Implemented Interfaces:
Serializable
public class Comment extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthors()
Date
getCreationDate()
String
getCreationDateString()
String
getHtmlMessage()
String
getMessage()
void
setAuthors(String authors)
void
setCreationDate(Date creationDate)
void
setMessage(String message)
String
toString()
-
-
-
Method Detail
-
getAuthors
public String getAuthors()
-
setAuthors
public void setAuthors(String authors)
-
getMessage
public String getMessage()
-
getHtmlMessage
public String getHtmlMessage()
-
setMessage
public void setMessage(String message)
-
getCreationDate
public Date getCreationDate()
-
getCreationDateString
public String getCreationDateString()
-
setCreationDate
public void setCreationDate(Date creationDate)
-
-