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
Type | Field |
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId,
getTypeName, isSystem, setName,
setSystem, undoAll |
TYPENAME
public static final java.lang.String TYPENAME
- The constant class type identifier
TYPEID
public static final int TYPEID
- The type id of this class.
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