|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.provisioning.WPP10ClientGroup
Constructor Summary | |
WPP10ClientGroup()
creates an WPP10ClientGroup object |
|
WPP10ClientGroup(long id)
creates an WPP10ClientGroup object |
Method Summary | |
java.lang.Integer |
getAllowedRequestAccuracy()
Getter for property allowedRequestAccuracy. |
java.lang.Integer |
getAllowedReturnAccuracy()
Getter for property allowedReturnedAccuracy. |
java.lang.String |
getDescription()
Getter for property description. |
java.lang.String |
getGroupName()
Getter for property groupName. |
long |
getId()
Getter for property id. |
java.lang.Long |
getNotificationId()
Getter for property notificationId. |
java.lang.String |
getNotificationName()
Getter for property notificationName. |
java.lang.Boolean |
getPrivacyOverride()
Getter for property privacyOverride. |
java.lang.String |
getSmsAskNotificationMessage()
Getter for property smsAskNotificationMessage. |
java.lang.String |
getSmsNotificationMessage()
Getter for property smsNotificationMessage. |
java.lang.String |
getSMSNumber()
Getter for property SMSNumber. |
java.lang.String |
getWapAskNotificationMediatype()
Getter for property wapAskNotificationMediatype. |
java.lang.String |
getWapAskNotificationMessage()
Getter for property wapAskNotificationMessage. |
java.lang.String |
getWapNotificationMediatype()
Getter for property wapNotificationMediatype. |
java.lang.String |
getWapNotificationMessage()
Getter for property wapNotificationMessage. |
java.lang.Boolean |
isBillingAllowed()
Getter for property billingAllowed. |
java.lang.Boolean |
isExtensionAllowed()
Getter for property extensionAllowed. |
java.lang.Boolean |
isLocationAllowed()
Getter for property locationAllowed. |
java.lang.Boolean |
isMessagingAllowed()
Getter for property messagingAllowed. |
java.lang.Boolean |
isMSIDAllowed()
Getter for property MSIDAllowed. |
java.lang.Boolean |
isOperatorServiceEnabled()
Getter for property operatorServiceEnabled. |
java.lang.Boolean |
isOSIDAllowed()
Getter for property OSIDAllowed. |
java.lang.Boolean |
isPriorityAllowed()
Getter for property priorityAllowed. |
java.lang.Boolean |
isPSIDAllowed()
Getter for property PSIDAllowed. |
java.lang.Boolean |
isSubscriberServiceEnabled()
Getter for property subscriberServiceEnabled. |
java.lang.Boolean |
isTSIDAllowed()
Getter for property TSIDAllowed. |
java.lang.Boolean |
isVerificationAllowed()
Getter for property verificationAllowed. |
void |
setAllowedRequestAccuracy(int allowedRequestAccuracy)
Setter for property allowedRequestAccuracy. |
void |
setAllowedReturnAccuracy(int allowedReturnAccuracy)
Setter for property allowedReturnedAccuracy. |
void |
setBillingAllowed(boolean billingAllowed)
Setter for property billingAllowed. |
void |
setDescription(java.lang.String description)
Setter for property description. |
void |
setExtensionAllowed(boolean extensionAllowed)
Setter for property extensionAllowed. |
void |
setGroupName(java.lang.String groupName)
Setter for property groupName. |
void |
setId(long id)
Setter for property id. |
void |
setLocationAllowed(boolean locationAllowed)
Setter for property locationAllowed. |
void |
setMessagingAllowed(boolean messagingAllowed)
Setter for property messagingAllowed. |
void |
setMSIDAllowed(boolean mSIDAllowed)
Setter for property MSIDAllowed. |
void |
setNotificationId(long id)
Setter for property notificationId. |
void |
setNotificationName(java.lang.String name)
Setter for property notificationName. |
void |
setOperatorServiceEnabled(boolean operatorServiceEnabled)
Setter for property operatorServiceEnabled. |
void |
setOSIDAllowed(boolean oSIDAllowed)
Setter for property OSIDAllowed. |
void |
setPriorityAllowed(boolean priorityAllowed)
Setter for property priorityAllowed. |
void |
setPrivacyOverride(boolean privacyOverride)
Setter for property privacyOverride. |
void |
setPSIDAllowed(boolean pSIDAllowed)
Setter for property PSIDAllowed. |
void |
setSmsAskNotificationMessage(java.lang.String smsAskNotificationMessage)
Setter for property smsAskNotificationMessage. |
void |
setSmsNotificationMessage(java.lang.String smsNotificationMessage)
Setter for property smsNotificationMessage. |
void |
setSMSNumber(java.lang.String smsNumber)
Setter for property SMSNumber. |
void |
setSubscriberServiceEnabled(boolean subscriberServiceEnabled)
Setter for property subscriberServiceEnabled. |
void |
setTSIDAllowed(boolean tSIDAllowed)
Setter for property TSIDAllowed. |
void |
setVerificationAllowed(boolean verificationAllowed)
Setter for property verificationAllowed. |
void |
setWapAskNotificationMediatype(java.lang.String wapAskNotificationMediatype)
Setter for property wapAskNotificationMediatype. |
void |
setWapAskNotificationMessage(java.lang.String wapAskNotificationMessage)
Setter for property wapAskNotificationMessage. |
void |
setWapNotificationMediatype(java.lang.String wapNotificationMediatype)
Setter for property wapNotificationMediatype. |
void |
setWapNotificationMessage(java.lang.String wapNotificationMessage)
Setter for property wapNotificationMessage. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WPP10ClientGroup()
public WPP10ClientGroup(long id)
id
- id of object to createMethod Detail |
public java.lang.String getGroupName()
public java.lang.String getDescription()
public long getId()
public java.lang.Boolean getPrivacyOverride()
public java.lang.Integer getAllowedRequestAccuracy()
public java.lang.Boolean isPriorityAllowed()
public java.lang.Boolean isLocationAllowed()
public java.lang.Boolean isBillingAllowed()
public java.lang.Boolean isVerificationAllowed()
public java.lang.Boolean isMessagingAllowed()
public java.lang.Boolean isExtensionAllowed()
public java.lang.Boolean isMSIDAllowed()
public java.lang.Boolean isPSIDAllowed()
public java.lang.Boolean isTSIDAllowed()
public java.lang.Boolean isOSIDAllowed()
public java.lang.String getSMSNumber()
public java.lang.String getSmsNotificationMessage()
public java.lang.String getWapNotificationMediatype()
public java.lang.String getWapNotificationMessage()
public java.lang.String getSmsAskNotificationMessage()
public java.lang.String getWapAskNotificationMediatype()
public java.lang.String getWapAskNotificationMessage()
public java.lang.Boolean isSubscriberServiceEnabled()
public java.lang.Boolean isOperatorServiceEnabled()
public java.lang.Integer getAllowedReturnAccuracy()
public java.lang.Long getNotificationId()
public java.lang.String getNotificationName()
public void setId(long id)
id
- New value of property id.public void setGroupName(java.lang.String groupName)
groupName
- New value of property groupName.public void setDescription(java.lang.String description)
description
- New value of property description.public void setPrivacyOverride(boolean privacyOverride)
privacyOverride
- New value of property privacyOverride.public void setAllowedRequestAccuracy(int allowedRequestAccuracy)
allowedRequestAccuracy
- New value of property allowedRequestAccuracy.public void setPriorityAllowed(boolean priorityAllowed)
priorityAllowed
- New value of property priorityAllowed.public void setLocationAllowed(boolean locationAllowed)
locationAllowed
- New value of property locationAllowed.public void setBillingAllowed(boolean billingAllowed)
billingAllowed
- New value of property billingAllowed.public void setVerificationAllowed(boolean verificationAllowed)
verificationAllowed
- New value of property verificationAllowed.public void setMessagingAllowed(boolean messagingAllowed)
messagingAllowed
- New value of property messagingAllowed.public void setExtensionAllowed(boolean extensionAllowed)
extensionAllowed
- New value of property extensionAllowed.public void setMSIDAllowed(boolean mSIDAllowed)
mSIDAllowed
- New value of property MSIDAllowed.public void setPSIDAllowed(boolean pSIDAllowed)
pSIDAllowed
- New value of property PSIDAllowed.public void setTSIDAllowed(boolean tSIDAllowed)
tSIDAllowed
- New value of property TSIDAllowed.public void setOSIDAllowed(boolean oSIDAllowed)
oSIDAllowed
- New value of property OSIDAllowed.public void setSMSNumber(java.lang.String smsNumber)
smsNumber
- New value of property SMSNumber.public void setSmsNotificationMessage(java.lang.String smsNotificationMessage)
smsNotificationMessage
- New value of property smsNotificationMessage.public void setWapNotificationMediatype(java.lang.String wapNotificationMediatype)
wapNotificationMediatype
- New value of property wapNotificationMediatype.public void setWapNotificationMessage(java.lang.String wapNotificationMessage)
wapNotificationMessage
- New value of property wapNotificationMessage.public void setSmsAskNotificationMessage(java.lang.String smsAskNotificationMessage)
smsAskNotificationMessage
- New value of property smsAskNotificationMessage.public void setWapAskNotificationMediatype(java.lang.String wapAskNotificationMediatype)
wapAskNotificationMediatype
- New value of property wapAskNotificationMediatype.public void setWapAskNotificationMessage(java.lang.String wapAskNotificationMessage)
wapAskNotificationMessage
- New value of property wapAskNotificationMessage.public void setSubscriberServiceEnabled(boolean subscriberServiceEnabled)
subscriberServiceEnabled
- New value of property subscriberServiceEnabled.public void setOperatorServiceEnabled(boolean operatorServiceEnabled)
operatorServiceEnabled
- New value of property operatorServiceEnabled.public void setAllowedReturnAccuracy(int allowedReturnAccuracy)
allowedReturnedAccuracy
- New value of property allowedReturnedAccuracy.public void setNotificationId(long id)
notificationId
- New value of property notificationId.public void setNotificationName(java.lang.String name)
notificationName
- New value of property notificationName.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |