Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface AlertAddress

All Superinterfaces:
ModelObject, XMLObject

public interface AlertAddress
extends ModelObject

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.

See Also:
Alert

Field Summary
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The 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

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier
See Also:
Constant Field Values

TYPEID

public static final int TYPEID
The type id of this class.
See Also:
Constant Field Values
Method Detail

getRecipient

public User getRecipient()
Gets the User property value. (Type MO.)
Returns:
The User property value. (oracle.panama.model.User)
See Also:
#setUser

getAddress

public java.lang.String getAddress()
Get the address
Returns:
the address

setAddress

public void setAddress(java.lang.String address)
Set the unique address
Parameters:
address - the address

getDevice

public Device getDevice()
Gets the Device property value. (Type MO.)
Returns:
The Device property value. (oracle.panama.model.Device)
See Also:
setDevice(oracle.panama.model.Device)

setDevice

public void setDevice(Device aDevice)
Sets the Device association to a Device. (Type MO.)
Parameters:
aDevice - The new asociation (oracle.panama.model.Device).
See Also:
getDevice()

getAddressType

public java.lang.String getAddressType()
Get the address type, which is normally the name of the device.
Returns:
the name of the device used by the addressee

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.