Groovy Documentation

com.ace.mws
[Groovy] Class Message

java.lang.Object
  com.ace.mws.Message

class Message

Field Summary
private Integer count

The number of times this message has occurred.

private Date createdDate

The date this message was created.

private Date expireDate

The date this message expires.

private String message

The message itself.

 
Constructor Summary
Message()

 
Method Summary
Integer getCount()

The number of times this message has occurred.

Date getCreatedDate()

The date this message was created.

Date getExpireDate()

The date this message expires.

String getMessage()

The message itself.

void setCount(Integer count)

The number of times this message has occurred.

void setCreatedDate(Date createdDate)

The date this message was created.

void setExpireDate(Date expireDate)

The date this message expires.

void setMessage(String message)

The message itself.

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

count

private Integer count
The number of times this message has occurred.


createdDate

private Date createdDate
The date this message was created.


expireDate

private Date expireDate
The date this message expires.


message

private String message
The message itself.


 
Constructor Detail

Message

Message()


 
Method Detail

getCount

Integer getCount()
The number of times this message has occurred.


getCreatedDate

Date getCreatedDate()
The date this message was created.


getExpireDate

Date getExpireDate()
The date this message expires.


getMessage

String getMessage()
The message itself.


setCount

void setCount(Integer count)
The number of times this message has occurred.


setCreatedDate

void setCreatedDate(Date createdDate)
The date this message was created.


setExpireDate

void setExpireDate(Date expireDate)
The date this message expires.


setMessage

void setMessage(String message)
The message itself.


toString

String toString()


 

Groovy Documentation