|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An AlertAddress is the device specific address like a phone or an email address.
For example an AlertAddress can be a phone number of the logical device SMS or a the same phone number of the logical device WAP. The AlertAddress information is used for sending asynchronous Alert results to an address, or to authenticate an user from an incoming request.
Alert| Field Summary | |
static int |
TYPEIDThe type id of this class. |
static java.lang.String |
TYPENAMEThe constant class type identifier |
| Method Summary | |
java.lang.String |
getAddress()Get the address |
java.lang.String |
getAddressType()Get the address type, which is normally the name of the device. |
Device |
getDevice()Gets the Device property value. |
User |
getRecipient()Gets the User property value. |
void |
setAddress(java.lang.String address)Set the unique address |
void |
setDevice(Device aDevice)Sets the Device association to a Device. |
| Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll |
| Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
| Field Detail |
public static final java.lang.String TYPENAME
public static final int TYPEID
| Method Detail |
public User getRecipient()
#setUserpublic java.lang.String getAddress()
public void setAddress(java.lang.String address)
address - the addresspublic Device getDevice()
setDevice(oracle.panama.model.Device)public void setDevice(Device aDevice)
aDevice - The new asociation (oracle.panama.model.Device).getDevice()public java.lang.String getAddressType()
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||