com.compoze.collab.messaging
Interface IRecipient
- All Superinterfaces:
- IItem, java.io.Serializable
- All Known Subinterfaces:
- IMailRecipient
- public interface IRecipient
- extends IItem
Classes that implement this interface are recipients in the messaging schema.
Method Summary |
java.lang.String |
getAddress()
Gets the address of the recipient. |
void |
setAddress(java.lang.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 |
KEYID_ADDRESS
public static final int KEYID_ADDRESS
- The
int
ID for the ADDRESS
key.
ADDRESS
public static final Key ADDRESS
- Represents the address of the recipient.
MINIMUM_KEYS
public static final Key[] MINIMUM_KEYS
- Minimum item keys for a recipient.
CLASS
public static final ItemClass CLASS
- The recipient item class.
getAddress
public java.lang.String getAddress()
throws CollaborationException
- Gets the address of the recipient.
- Returns:
- the address (not
null
) - See Also:
ADDRESS
setAddress
public void setAddress(java.lang.String sAddress)
throws CollaborationException
- Sets the address of the recipient.
- Parameters:
sAddress
- the address (not null
)- See Also:
ADDRESS
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.