public class MessageCollectionImpl extends Object implements MessageCollection
MessageCollection.FieldALL, OUTBOX| Constructor and Description |
|---|
MessageCollectionImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the unique ID of the message collection.
|
String |
getTitle()
Gets the title of the message collection.
|
Integer |
getTotal()
Gets the total number of messages for this collection.
|
Integer |
getUnread()
Gets the total number of unread messages.
|
Date |
getUpdated()
Returns the last time this message collection was modified.
|
List<Url> |
getUrls()
Get the URLs related to the message collection.
|
void |
setId(String id)
Sets the unique ID of the message collection.
|
void |
setTitle(String title)
Sets the title of the message message collection.
|
void |
setTotal(Integer total)
Sets the total number of messages for this collection
|
void |
setUnread(Integer unread)
Sets the total number of unread messages.
|
void |
setUpdated(Date updated)
Sets the updated time for this message collection.
|
void |
setUrls(List<Url> urls)
Set the URLs related to the message collection
|
public String getId()
MessageCollectiongetId in interface MessageCollectionpublic void setId(String id)
MessageCollectionsetId in interface MessageCollectionid - the ID value to setpublic String getTitle()
MessageCollectiongetTitle in interface MessageCollectionpublic void setTitle(String title)
MessageCollectionsetTitle in interface MessageCollectiontitle - the title of the messagepublic Integer getTotal()
MessageCollectiongetTotal in interface MessageCollectionpublic void setTotal(Integer total)
MessageCollectionsetTotal in interface MessageCollectiontotal - the total number of messagespublic Integer getUnread()
MessageCollectiongetUnread in interface MessageCollectionpublic void setUnread(Integer unread)
MessageCollectionsetUnread in interface MessageCollectionunread - the number of unread messagespublic Date getUpdated()
MessageCollectiongetUpdated in interface MessageCollectionpublic void setUpdated(Date updated)
MessageCollectionsetUpdated in interface MessageCollectionpublic List<Url> getUrls()
MessageCollectiongetUrls in interface MessageCollectionpublic void setUrls(List<Url> urls)
MessageCollectionsetUrls in interface MessageCollectionurls - the URLs related to the message collectionCopyright © 2007-2012. All Rights Reserved.