|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DeviceAddress is the device specific address like a phone or e-mail address.
Field Summary |
Type | Field |
---|---|
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier. |
Method Summary |
Type | Method |
---|---|
java.lang.String |
getAddress()
Gets the address property value |
java.lang.String |
getCarrier()
Gets the carrier property value |
java.lang.String |
getControlNumber()
Gets the control number |
DeliveryType |
getDeliveryType()
Gets the deliveryType property value |
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 |
boolean |
isValid()
Is the device address valid? |
void |
setAddress(DeliveryType deliveryType,
java.lang.String address)
Sets the address property value |
void |
setCarrier(java.lang.String carrier)
Sets the carrier 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 |
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 ModelObject
public void setName(java.lang.String name)
setName
in interface ModelObject
name
- 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 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |