|
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 | |||||||||
A DeviceAddress is the device specific address like a phone or e-mail address.
| Field Summary | |
static int |
TYPEIDThe type id of this class. |
static java.lang.String |
TYPENAMEThe constant class type identifier. |
| Method Summary | |
boolean |
decrementAlertSent()Decrements the daily counter for number of alerts sent |
java.lang.String |
getAddress()Gets the address property value |
int |
getAlertSent() |
AuthLevel |
getAuthLevel()Gets the Auth Level, for the authentication level (High, Medium, Low) used to automatically set up the user's session. |
java.lang.String |
getCarrier()Gets the carrier property value |
java.lang.String |
getControlNumber()Gets the control number |
DeliveryType |
getDeliveryType()Gets the deliveryType property value |
java.lang.String |
getDeviceId()Gets the Device Id |
int |
getMaxAlerts() |
java.lang.String |
getModel()Gets the model property value |
java.lang.String |
getName()Gets the name property value |
java.lang.String |
getNormalizedAddress()Gets the normailized address |
User |
getUser()Gets the user property value |
UserDevice |
getUserDevice()Get the user device that owns the device address. |
boolean |
incrementAlertSent()Increments the daily counter for number of alerts sent |
boolean |
isValid()Is the device address valid? |
void |
setAddress(DeliveryType deliveryType, java.lang.String address)Sets the address property value |
void |
setAuthLevel(AuthLevel authLevel)Sets the Auth level for the device. |
void |
setCarrier(java.lang.String carrier)Sets the carrier property value |
void |
setDeviceId(java.lang.String deviceId)Sets the Device Id property value |
void |
setMaxAlerts(int maxAlerts)Sets the maxAlerts property value |
void |
setModel(java.lang.String model)Sets the model property value |
void |
setName(java.lang.String name)Sets the name property value |
void |
setUser(User user)Sets the user propery value |
void |
setUserDevice(UserDevice device)Sets the user device that owns the device address. |
boolean |
validate(java.lang.String controlNumber)Validate the device address |
| Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getTypeId, getTypeName, isSystem, 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 java.lang.String getName()
getName in interface ModelObjectpublic void setName(java.lang.String name)
setName in interface ModelObjectname - the new (name) property valuepublic User getUser()
public void setUser(User user)
user - the new (user) property valuepublic int getMaxAlerts()
public void setMaxAlerts(int maxAlerts)
maxAlerts - the new property valuepublic boolean incrementAlertSent()
public boolean decrementAlertSent()
public int getAlertSent()
public java.lang.String getCarrier()
public void setCarrier(java.lang.String carrier)
carrier - the new property valuepublic DeliveryType getDeliveryType()
public java.lang.String getAddress()
public void setAddress(DeliveryType deliveryType,
java.lang.String address)
address - the addressdeliveryType - the new property valuepublic java.lang.String getNormalizedAddress()
public java.lang.String getModel()
public void setModel(java.lang.String model)
model - the model of the devicepublic java.lang.String getControlNumber()
public boolean validate(java.lang.String controlNumber)
controlNumber - the control numberpublic boolean isValid()
public java.lang.String getDeviceId()
public void setDeviceId(java.lang.String deviceId)
public void setAuthLevel(AuthLevel authLevel)
public AuthLevel getAuthLevel()
public UserDevice getUserDevice()
public void setUserDevice(UserDevice device)
|
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 | |||||||||