com.sun.im.service
Interface PersonalConference
- All Superinterfaces:
- PersonalStoreEntry
- public interface PersonalConference
- extends PersonalStoreEntry
This class represents a record of a public conference in a personal
store.
Fields inherited from interface com.sun.im.service.PersonalStoreEntry |
BOOKMARK, BOOKMARK_FOLDER, CONFERENCE, CONTACT, CONTACT_FOLDER, FOLDER, GATEWAY, GROUP, PROFILE, PROFILE_FOLDER, WATCHER |
Method Summary |
java.lang.String |
getAddress()
get the conference address |
void |
setAddress(java.lang.String address)
|
getAddress
public java.lang.String getAddress()
- get the conference address
- Returns:
- an address
setAddress
public void setAddress(java.lang.String address)