com.compoze.collab.messaging
Interface IRecipient

All Superinterfaces
IItem, Serializable
All Known Subinterfaces:
IMailRecipient

public interface IRecipient
extends IItem

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

KEYID_ADDRESS

static final int KEYID_ADDRESS
The int ID for the ADDRESS key.

See Also
Constants Summary

ADDRESS

static final Key ADDRESS
Represents the address of the recipient.


MINIMUM_KEYS

static final Key[] MINIMUM_KEYS
Minimum item keys for a recipient.


CLASS

static final ItemClass CLASS
The recipient item class.

Method Detail

getAddress

String getAddress()
                  throws CollaborationException
Gets the address of the recipient.

Returns
the address (not null)
Throws
CollaborationException
See Also
ADDRESS

setAddress

void setAddress(String sAddress)
                throws CollaborationException
Sets the address of the recipient.

Parameters
sAddress - the address (not null)
Throws
CollaborationException
See Also
ADDRESS


Copyright © 2006 BEA Systems, Inc. All Rights Reserved