Oracle Application Server Wireless Java API Reference
B14043-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
          Deprecated. The type id of this class.
static java.lang.String TYPENAME
          Deprecated. The constant class type identifier

 

Method Summary
 java.lang.String getAddress()
          Deprecated. Get the address
 java.lang.String getAddressType()
          Deprecated. Get the address type, which is normally the name of the device.
 Device getDevice()
          Deprecated. Gets the Device property value.
 User getRecipient()
          Deprecated. Gets the User property value.
 void setAddress(java.lang.String address)
          Deprecated. Set the unique address
 void setDevice(Device aDevice)
          Deprecated. 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

TYPEID

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

TYPENAME

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

Method Detail

getAddress

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

getAddressType

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

getDevice

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

getRecipient

public User getRecipient()
Deprecated.
Gets the User property value. (Type MO.)
Returns:
The User property value. (oracle.panama.model.User)

setAddress

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

setDevice

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.