|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.provisioning.WPP10Client
The WPP10Client class represents a client entity that exists in a data store.
Constructor Summary | |
WPP10Client()
creates an WPP10Client object |
|
WPP10Client(long id)
creates an WPP10Client object |
Method Summary | |
java.lang.Long |
getClientGroupId()
Getter for property clientGroupId. |
java.lang.String |
getDescription()
Getter for property description. |
long |
getId()
Getter for property id. |
java.lang.String |
getLoginID()
Getter for property loginID. |
java.lang.String |
getName()
Getter for property name. |
WPP10OperatorClient[] |
getOperatorClients()
Getter for property operatorClients. |
java.lang.String |
getPassword()
Getter for property password. |
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 |
getSMSURL()
Getter for property SMSURL. |
java.lang.Long |
getVendorId()
Getter for property vendorId. |
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.String |
getWapPostURL()
Getter for property wapPostURL. |
java.lang.Boolean |
isBillingAllowed()
Getter for property billingAllowed. |
java.lang.Boolean |
isEnabled()
Getter for property enabled. |
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 |
isOSIDAllowed()
Getter for property OSIDAllowed. |
java.lang.Boolean |
isPriorityAllowed()
Getter for property priorityAllowed. |
java.lang.Boolean |
isPSIDAllowed()
Getter for property PSIDAllowed. |
java.lang.Boolean |
isTSIDAllowed()
Getter for property TSIDAllowed. |
java.lang.Boolean |
isVerificationAllowed()
Getter for property verificationAllowed. |
void |
setBillingAllowed(boolean billingAllowed)
Setter for property billingAllowed. |
void |
setClientGroupId(long id)
Setter for property clientGroupID. |
void |
setDescription(java.lang.String description)
Setter for property description. |
void |
setEnabled(boolean enabled)
Setter for property enabled. |
void |
setExtensionAllowed(boolean extensionAllowed)
Setter for property extensionAllowed. |
void |
setId(long id)
|
void |
setLocationAllowed(boolean locationAllowed)
Setter for property locationAllowed. |
void |
setLoginID(java.lang.String loginID)
Setter for property loginID. |
void |
setMessagingAllowed(boolean messagingAllowed)
Setter for property messagingAllowed. |
void |
setMSIDAllowed(boolean mSIDAllowed)
Setter for property MSIDAllowed. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setOperatorClients(WPP10OperatorClient[] operatorClients)
Setter for property operatorClients. |
void |
setOSIDAllowed(boolean oSIDAllowed)
Setter for property OSIDAllowed. |
void |
setPassword(java.lang.String password)
Setter for property password. |
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 |
setSMSURL(java.lang.String smsURL)
Setter for property SMSURL. |
void |
setTSIDAllowed(boolean tSIDAllowed)
Setter for property TSIDAllowed. |
void |
setVendorId(long id)
Setter for property vendorId. |
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. |
void |
setWapPostURL(java.lang.String wapPostURL)
Setter for property wapPostURL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WPP10Client()
public WPP10Client(long id)
id
- id of object to createMethod Detail |
public long getId()
public java.lang.String getName()
public java.lang.String getLoginID()
public java.lang.String getPassword()
public java.lang.Boolean isEnabled()
public java.lang.String getDescription()
public java.lang.Boolean getPrivacyOverride()
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 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.String getSMSURL()
public java.lang.String getWapPostURL()
public java.lang.Long getVendorId()
public java.lang.Long getClientGroupId()
public WPP10OperatorClient[] getOperatorClients()
public void setId(long id)
public void setName(java.lang.String name)
name
- New value of property name.public void setLoginID(java.lang.String loginID)
loginID
- New value of property loginID.public void setPassword(java.lang.String password)
password
- New value of property password.public void setEnabled(boolean enabled)
enabled
- New value of property enabled.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 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 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)
XXXsmsAskNotificationMessageNew
- 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 setSMSURL(java.lang.String smsURL)
smsURL
- New value of property SMSURL.public void setWapPostURL(java.lang.String wapPostURL)
wapPostURL
- New value of property wapPostURL.public void setVendorId(long id)
id
- New value of property vendorId.public void setClientGroupId(long id)
id
- New value of property clientGroupID.public void setOperatorClients(WPP10OperatorClient[] operatorClients)
operatorClients
- New value of property operatorClients.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |