|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.MessageVersion1
class MessageVersion1
Field Summary | |
---|---|
private String |
author
The author of the message. |
private Date |
creationTime
The time the message was created in epoch time. |
private Date |
expireTime
The time the message will be deleted in epoch time. |
private Integer |
index
The index of the message relative to other messages in Moab's memory. |
private String |
message
The comment information itself. |
private Integer |
messageCount
The number of times this message has been displayed. |
private Double |
priority
An optional priority that can be attached to the comment. |
Constructor Summary | |
MessageVersion1()
|
Method Summary | |
---|---|
String
|
getAuthor()
The author of the message. |
Date
|
getCreationTime()
The time the message was created in epoch time. |
Date
|
getExpireTime()
The time the message will be deleted in epoch time. |
Integer
|
getIndex()
The index of the message relative to other messages in Moab's memory. |
String
|
getMessage()
The comment information itself. |
Integer
|
getMessageCount()
The number of times this message has been displayed. |
Double
|
getPriority()
An optional priority that can be attached to the comment. |
void
|
setAuthor(String author)
The author of the message. |
void
|
setCreationTime(Date creationTime)
The time the message was created in epoch time. |
void
|
setExpireTime(Date expireTime)
The time the message will be deleted in epoch time. |
void
|
setIndex(Integer index)
The index of the message relative to other messages in Moab's memory. |
void
|
setMessage(String message)
The comment information itself. |
void
|
setMessageCount(Integer messageCount)
The number of times this message has been displayed. |
void
|
setPriority(Double priority)
An optional priority that can be attached to the comment. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private String author
private Date creationTime
private Date expireTime
private Integer index
private String message
private Integer messageCount
private Double priority
Constructor Detail |
---|
MessageVersion1()
Method Detail |
---|
String getAuthor()
Date getCreationTime()
Date getExpireTime()
Integer getIndex()
String getMessage()
Integer getMessageCount()
Double getPriority()
void setAuthor(String author)
void setCreationTime(Date creationTime)
void setExpireTime(Date expireTime)
void setIndex(Integer index)
void setMessage(String message)
void setMessageCount(Integer messageCount)
void setPriority(Double priority)
String toString()
Groovy Documentation