|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.AbstractItem
com.compoze.domino.AbstractDocument
com.compoze.domino.Memo
com.compoze.domino.PhoneMessage
public class PhoneMessage
This class is a phone message. Phone Message instances are obtained
from the Documents
class and if getDocumentType
is PHONE_MESSAGE
the document has additional properties and can be created as a PhoneMessage
.
Field Summary | |
---|---|
static PropertyKey[] |
ALL_PROPS
Contains an array of all of the properties available on a PersonalStationery. |
Fields inherited from class com.compoze.domino.AbstractItem |
---|
m_props, m_session |
Method Summary | |
---|---|
java.lang.String |
getCompanyName()
Gets the company name of the phone message. |
java.lang.String |
getFaxNumber()
Gets the fax number of the phone message. |
java.lang.String |
getPhoneCaller()
Gets the phone caller of the phone message. |
java.lang.String |
getPhoneNumber()
Gets the phone number of the phone message. |
java.lang.String |
getPhoneReason()
Gets the phone reason of the phone message. |
Methods inherited from class com.compoze.domino.AbstractDocument |
---|
getAttachmentCount, getAttachmentInfo, getAttachmentInfoArray, getDateCreated, getDateCreatedString, getDateModified, getDateModifiedString, getDocumentType, getEmbeddedImageCount, getEmbeddedImageInfo, getEmbeddedImageInfoArray, getID, getParentID, getSize, getSizeInKilos, hasAttachment, serverAddAttachment, serverCopyTo, serverDeleteAttachment, serverMoveTo |
Methods inherited from class com.compoze.domino.AbstractItem |
---|
get, getBoolean, getDate, getDateArray, getDouble, getInt, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setDate, setDouble, setInt, setString, setStringArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PropertyKey[] ALL_PROPS
Method Detail |
---|
public java.lang.String getCompanyName() throws DominoException
DominoException
PropertyKey.COMPANY_NAME
public java.lang.String getPhoneNumber() throws DominoException
DominoException
PropertyKey.PHONE_NUMBER
public java.lang.String getPhoneCaller() throws DominoException
DominoException
PropertyKey.PHONE_CALLER
public java.lang.String getPhoneReason() throws DominoException
DominoException
PropertyKey.PHONE_REASON
public java.lang.String getFaxNumber() throws DominoException
DominoException
PropertyKey.FAX_NUMBER
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |