|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a contact in the groupware schema.
Field Summary | |
static Key |
BIRTHDAY
Represents the contact's birthday |
static Key |
CHILDREN
Represents the names of the contact's children. |
static ItemClass |
CLASS
The item class of IContact . |
static int |
KEYID_BIRTHDAY
The int ID for the BIRTHDAY key. |
static int |
KEYID_CHILDREN
The int ID for the CHILDREN key. |
static int |
KEYID_SPOUSE_NAME
The int ID for the SPOUSE_NAME key. |
static Key |
SPOUSE_NAME
Represents the name of the contact's spouse. |
Fields inherited from interface com.compoze.collab.groupware.IGroupwareItem |
CATEGORIES, DATE_CREATED, DATE_LAST_MODIFIED, IMPORTANCE, KEYID_CATEGORIES, KEYID_DATE_CREATED, KEYID_DATE_LAST_MODIFIED, KEYID_IMPORTANCE, KEYID_SIZE, KEYID_SUBJECT, SIZE, SUBJECT |
Fields inherited from interface com.compoze.collab.messaging.IMessagingItem |
BODY, BODY_HTML, KEYID_BODY, KEYID_BODY_HTML |
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 | |
java.util.Date |
getBirthday()
Gets the contact's birthday. |
java.lang.String[] |
getChildren()
Gets the contact's childrens' names. |
java.lang.String |
getSpouse()
Gets the contact's spouse's name. |
void |
setBirthday(java.util.Date birthday)
Sets the contact's birthday. |
void |
setChildren(java.lang.String[] sChildren)
Sets the contact's childrens' names. |
void |
setSpouse(java.lang.String sSpouse)
Sets the contact's spouse's name. |
Methods inherited from interface com.compoze.collab.groupware.IGroupwareItem |
getBodyHtml, getBodyHtml, getCategories, getDateCreated, getDateLastModified, getImportance, getNormalizedSubject, getSize, getSubject, getSubject, getSubjectPrefix, setBodyHtml, setCategories, setImportance, setSubject |
Methods inherited from interface com.compoze.collab.messaging.IMessagingItem |
getBody, setBody |
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_BIRTHDAY
int
ID for the BIRTHDAY
key.
public static final int KEYID_CHILDREN
int
ID for the CHILDREN
key.
public static final int KEYID_SPOUSE_NAME
int
ID for the SPOUSE_NAME
key.
public static final Key BIRTHDAY
public static final Key CHILDREN
public static final Key SPOUSE_NAME
public static final ItemClass CLASS
IContact
.
Method Detail |
public void setBirthday(java.util.Date birthday) throws CollaborationException
birthday
- the birthday
CollaborationException
- if there was an error setting the birthdaypublic java.util.Date getBirthday() throws CollaborationException
CollaborationException
- if there was an error getting the birthdaysetBirthday(Date)
public void setChildren(java.lang.String[] sChildren) throws CollaborationException
sChildren
- the childrens' names
CollaborationException
- if there was an error setting the childrens' namespublic java.lang.String[] getChildren() throws CollaborationException
CollaborationException
- if there was an error getting the childrens' namessetChildren(String[])
public void setSpouse(java.lang.String sSpouse) throws CollaborationException
sSpouse
- the spouse's name
CollaborationException
- if there was an error setting the spouse's namepublic java.lang.String getSpouse() throws CollaborationException
CollaborationException
- if there was an error getting the spouse's namesetSpouse(String)
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |