|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--amisample.ASMessage
AMI message
Field Summary | |
(package private) boolean |
bRead
True if the message has been read |
(package private) Date |
date
Message date |
(package private) String |
sAlias
Message sender/destination alias |
(package private) String |
sBody
Message body |
(package private) String |
sList
Message list |
(package private) String |
sTitle
Message title |
Constructor Summary | |
(package private) |
ASMessage(String sList,
String sAlias,
String sTitle,
String sBody)
Constructeur |
Method Summary | |
String |
getAlias()
Returns the sAlias. |
String |
getBody()
Returns the sBody. |
Date |
getDate()
Returns the date |
String |
getList()
Returns the sList. |
String |
getTitle()
Returns the sTitle. |
boolean |
isRead()
Returns the bRead. |
void |
markRead()
Mark the message as read |
void |
setRead(boolean bRead)
Sets the bRead. |
Methods inherited from class java.lang.Object |
|
Field Detail |
String sTitle
String sAlias
String sBody
String sList
Date date
boolean bRead
Constructor Detail |
ASMessage(String sList, String sAlias, String sTitle, String sBody)
Method Detail |
public boolean isRead()
public void markRead()
public String getBody()
public String getAlias()
public String getTitle()
public void setRead(boolean bRead)
bRead
- The bRead to setpublic String getList()
public Date getDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |