|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.provisioning.WPP10Subscriber
Constructor Summary | |
WPP10Subscriber()
creates an WPP10Subscriber object |
|
WPP10Subscriber(long id)
creates an WPP10Subscriber object |
Method Summary | |
java.lang.String[][] |
getExtendedAttributes()
Getter for property extendedAttributes. |
long |
getId()
Getter for property id. |
java.lang.Boolean |
getMasterPrivacy()
Getter for property masterPrivacy. |
java.lang.String |
getMsid()
Getter for property msid. |
java.lang.Long |
getOperatorId()
Getter for property operatorId. |
void |
setExtendedAttributes(java.lang.String[][] extendedAttributes)
Setter for property extendedAttributes. |
void |
setMasterPrivacy(boolean masterPrivacy)
Setter for property masterPrivacy. |
void |
setMsid(java.lang.String msid)
Setter for property msid. |
void |
setOperatorId(long operatorId)
Setter for property operatorId. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WPP10Subscriber()
public WPP10Subscriber(long id)
id
- id of object to createMethod Detail |
public long getId()
public java.lang.String getMsid()
public java.lang.Boolean getMasterPrivacy()
public java.lang.Long getOperatorId()
public java.lang.String[][] getExtendedAttributes()
public void setMsid(java.lang.String msid)
msid
- New value of property msid.public void setMasterPrivacy(boolean masterPrivacy)
masterPrivacy
- New value of property masterPrivacy.public void setOperatorId(long operatorId)
operatorId
- New value of property operatorId.public void setExtendedAttributes(java.lang.String[][] extendedAttributes)
extendedAttributes
- New values for extended attributes. Each attribute is key/value pair, with the key
(name of the attribute) in the first position of the second dimension [?][0], and the value is the second
position.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |