|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRecipient
Classes that implement this interface are recipients in the messaging schema.
| Field Summary | |
|---|---|
static Key |
ADDRESS
Represents the address of the recipient. |
static ItemClass |
CLASS
The recipient item class. |
static int |
KEYID_ADDRESS
The int ID for the ADDRESS key. |
static Key[] |
MINIMUM_KEYS
Minimum item keys for a recipient. |
| Fields inherited from interface com.compoze.collab.IItem |
|---|
ID, ITEM_CLASS, KEYID_ID, KEYID_ITEM_CLASS, KEYID_PARENT_ID, MINIMUM_ITEM_KEYS, PARENT_ID |
| Method Summary | |
|---|---|
String |
getAddress()
Gets the address of the recipient. |
void |
setAddress(String sAddress)
Sets the address of the recipient. |
| 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 |
|---|
static final int KEYID_ADDRESS
int ID for the ADDRESS key.
static final Key ADDRESS
static final Key[] MINIMUM_KEYS
static final ItemClass CLASS
| Method Detail |
|---|
String getAddress()
throws CollaborationException
null)
CollaborationExceptionADDRESS
void setAddress(String sAddress)
throws CollaborationException
sAddress - the address (not null)
CollaborationExceptionADDRESS
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||