| 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Classes that implement this interface are items in the messaging schema (contain a body).
| Field Summary | |
static Key | 
BODY
Represents the plain text body of a groupware item.  | 
static Key | 
BODY_HTML
Represents the HTML body of a groupware item.  | 
static int | 
KEYID_BODY
The int ID for the BODY key. | 
static int | 
KEYID_BODY_HTML
The int ID for the BODY_HTML key. | 
| Fields inherited from interface com.compoze.collab.IItem | 
CLASS, ID, ITEM_CLASS, KEYID_ID, KEYID_ITEM_CLASS, KEYID_PARENT_ID, MINIMUM_ITEM_KEYS, PARENT_ID | 
| Method Summary | |
 java.lang.String | 
getBody()
Gets the plain text body.  | 
 java.lang.String | 
getBodyHtml()
Gets the HTML body.  | 
 void | 
setBody(java.lang.String sBody)
Sets the plain text body.  | 
 void | 
setBodyHtml(java.lang.String sBody)
Sets the HTML body.  | 
| Methods inherited from interface com.compoze.collab.IItem | 
commit, containsKey, containsKey, copyProperties, copyTo, delete, fetchProperties, getAttribute, getEnum, getID, getInputStream, getItemClass, getOutputStream, getParent, getParent, getParentID, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getReader, getRootContainer, getSession, getWriter, isMissing, moveTo, removeAttribute, removeProperty, setAttribute, setProperties, setProperty, setProperty, setProperty | 
| Field Detail | 
public static final int KEYID_BODY
int ID for the BODY key.public static final int KEYID_BODY_HTML
int ID for the BODY_HTML key.public static final Key BODY
public static final Key BODY_HTML
| Method Detail | 
public java.lang.String getBody()
                         throws CollaborationException
BODY
public void setBody(java.lang.String sBody)
             throws CollaborationException
sBody - the bodyBODY
public java.lang.String getBodyHtml()
                             throws CollaborationException
public void setBodyHtml(java.lang.String sBody)
                 throws CollaborationException
sBody - the HTML body
  | 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||