com.signalsoftcorp.lst.provisioning
Class WPP10Client

java.lang.Object
  |
  +--com.signalsoftcorp.lst.provisioning.WPP10Client

public class WPP10Client
extends java.lang.Object

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

WPP10Client

public WPP10Client()
creates an WPP10Client object

WPP10Client

public WPP10Client(long id)
creates an WPP10Client object
Parameters:
id - id of object to create
Method Detail

getId

public long getId()
Getter for property id.
Returns:
Value of property id.

getName

public java.lang.String getName()
Getter for property name.
Returns:
Value of property name.

getLoginID

public java.lang.String getLoginID()
Getter for property loginID.
Returns:
Value of property loginID.

getPassword

public java.lang.String getPassword()
Getter for property password.
Returns:
Value of property password.

isEnabled

public java.lang.Boolean isEnabled()
Getter for property enabled.
Returns:
Value of property enabled.

getDescription

public java.lang.String getDescription()
Getter for property description.
Returns:
Value of property description.

getPrivacyOverride

public java.lang.Boolean getPrivacyOverride()
Getter for property privacyOverride.
Returns:
Value of property privacyOverride.

isPriorityAllowed

public java.lang.Boolean isPriorityAllowed()
Getter for property priorityAllowed.
Returns:
Value of property priorityAllowed.

isLocationAllowed

public java.lang.Boolean isLocationAllowed()
Getter for property locationAllowed.
Returns:
Value of property locationAllowed.

isBillingAllowed

public java.lang.Boolean isBillingAllowed()
Getter for property billingAllowed.
Returns:
Value of property billingAllowed.

isVerificationAllowed

public java.lang.Boolean isVerificationAllowed()
Getter for property verificationAllowed.
Returns:
Value of property verificationAllowed.

isMessagingAllowed

public java.lang.Boolean isMessagingAllowed()
Getter for property messagingAllowed.
Returns:
Value of property messagingAllowed.

isExtensionAllowed

public java.lang.Boolean isExtensionAllowed()
Getter for property extensionAllowed.
Returns:
Value of property extensionAllowed.

isMSIDAllowed

public java.lang.Boolean isMSIDAllowed()
Getter for property MSIDAllowed.
Returns:
Value of property MSIDAllowed.

isPSIDAllowed

public java.lang.Boolean isPSIDAllowed()
Getter for property PSIDAllowed.
Returns:
Value of property PSIDAllowed.

isTSIDAllowed

public java.lang.Boolean isTSIDAllowed()
Getter for property TSIDAllowed.
Returns:
Value of property TSIDAllowed.

isOSIDAllowed

public java.lang.Boolean isOSIDAllowed()
Getter for property OSIDAllowed.
Returns:
Value of property OSIDAllowed.

getSmsNotificationMessage

public java.lang.String getSmsNotificationMessage()
Getter for property smsNotificationMessage.
Returns:
Value of property smsNotificationMessage.

getWapNotificationMediaType

public java.lang.String getWapNotificationMediaType()
Getter for property wapNotificationMediaType.
Returns:
Value of property wapNotificationMediaType.

getWapNotificationMessage

public java.lang.String getWapNotificationMessage()
Getter for property wapNotificationMessage.
Returns:
Value of property wapNotificationMessage.

getSmsAskNotificationMessage

public java.lang.String getSmsAskNotificationMessage()
Getter for property smsAskNotificationMessage.
Returns:
Value of property smsAskNotificationMessage.

getWapAskNotificationMediaType

public java.lang.String getWapAskNotificationMediaType()
Getter for property wapAskNotificationMediaType.
Returns:
Value of property wapAskNotificationMediaType.

getWapAskNotificationMessage

public java.lang.String getWapAskNotificationMessage()
Getter for property wapAskNotificationMessage.
Returns:
Value of property wapAskNotificationMessage.

getSMSURL

public java.lang.String getSMSURL()
Getter for property SMSURL.
Returns:
Value of property SMSURL.

getWapPostURL

public java.lang.String getWapPostURL()
Getter for property wapPostURL.
Returns:
Value of property wapPostURL.

getVendorId

public java.lang.Long getVendorId()
Getter for property vendorId.
Returns:
Value of property vendorId.

getClientGroupId

public java.lang.Long getClientGroupId()
Getter for property clientGroupId.
Returns:
Value of property clientGroupId.

getOperatorClients

public WPP10OperatorClient[] getOperatorClients()
Getter for property operatorClients.
Returns:
Value of property operatorClients.

setId

public void setId(long id)

setName

public void setName(java.lang.String name)
Setter for property name.
Parameters:
name - New value of property name.

setLoginID

public void setLoginID(java.lang.String loginID)
Setter for property loginID.
Parameters:
loginID - New value of property loginID.

setPassword

public void setPassword(java.lang.String password)
Setter for property password.
Parameters:
password - New value of property password.

setEnabled

public void setEnabled(boolean enabled)
Setter for property enabled.
Parameters:
enabled - New value of property enabled.

setDescription

public void setDescription(java.lang.String description)
Setter for property description.
Parameters:
description - New value of property description.

setPrivacyOverride

public void setPrivacyOverride(boolean privacyOverride)
Setter for property privacyOverride.
Parameters:
privacyOverride - New value of property privacyOverride.

setPriorityAllowed

public void setPriorityAllowed(boolean priorityAllowed)
Setter for property priorityAllowed.
Parameters:
priorityAllowed - New value of property priorityAllowed.

setLocationAllowed

public void setLocationAllowed(boolean locationAllowed)
Setter for property locationAllowed.
Parameters:
locationAllowed - New value of property locationAllowed.

setBillingAllowed

public void setBillingAllowed(boolean billingAllowed)
Setter for property billingAllowed.
Parameters:
billingAllowed - New value of property billingAllowed.

setVerificationAllowed

public void setVerificationAllowed(boolean verificationAllowed)
Setter for property verificationAllowed.
Parameters:
verificationAllowed - New value of property verificationAllowed.

setMessagingAllowed

public void setMessagingAllowed(boolean messagingAllowed)
Setter for property messagingAllowed.
Parameters:
messagingAllowed - New value of property messagingAllowed.

setExtensionAllowed

public void setExtensionAllowed(boolean extensionAllowed)
Setter for property extensionAllowed.
Parameters:
extensionAllowed - New value of property extensionAllowed.

setMSIDAllowed

public void setMSIDAllowed(boolean mSIDAllowed)
Setter for property MSIDAllowed.
Parameters:
mSIDAllowed - New value of property MSIDAllowed.

setPSIDAllowed

public void setPSIDAllowed(boolean pSIDAllowed)
Setter for property PSIDAllowed.
Parameters:
pSIDAllowed - New value of property PSIDAllowed.

setTSIDAllowed

public void setTSIDAllowed(boolean tSIDAllowed)
Setter for property TSIDAllowed.
Parameters:
tSIDAllowed - New value of property TSIDAllowed.

setOSIDAllowed

public void setOSIDAllowed(boolean oSIDAllowed)
Setter for property OSIDAllowed.
Parameters:
oSIDAllowed - New value of property OSIDAllowed.

setSmsNotificationMessage

public void setSmsNotificationMessage(java.lang.String smsNotificationMessage)
Setter for property smsNotificationMessage.
Parameters:
smsNotificationMessage - New value of property smsNotificationMessage.

setWapNotificationMediaType

public void setWapNotificationMediaType(java.lang.String wapNotificationMediaType)
Setter for property wapNotificationMediaType.
Parameters:
wapNotificationMediaType - New value of property wapNotificationMediaType.

setWapNotificationMessage

public void setWapNotificationMessage(java.lang.String wapNotificationMessage)
Setter for property wapNotificationMessage.
Parameters:
wapNotificationMessage - New value of property wapNotificationMessage.

setSmsAskNotificationMessage

public void setSmsAskNotificationMessage(java.lang.String smsAskNotificationMessage)
Setter for property smsAskNotificationMessage.
Parameters:
XXXsmsAskNotificationMessageNew - value of property smsAskNotificationMessage.

setWapAskNotificationMediaType

public void setWapAskNotificationMediaType(java.lang.String wapAskNotificationMediaType)
Setter for property wapAskNotificationMediaType.
Parameters:
wapAskNotificationMediaType - New value of property wapAskNotificationMediaType.

setWapAskNotificationMessage

public void setWapAskNotificationMessage(java.lang.String wapAskNotificationMessage)
Setter for property wapAskNotificationMessage.
Parameters:
wapAskNotificationMessage - New value of property wapAskNotificationMessage.

setSMSURL

public void setSMSURL(java.lang.String smsURL)
Setter for property SMSURL.
Parameters:
smsURL - New value of property SMSURL.

setWapPostURL

public void setWapPostURL(java.lang.String wapPostURL)
Setter for property wapPostURL.
Parameters:
wapPostURL - New value of property wapPostURL.

setVendorId

public void setVendorId(long id)
Setter for property vendorId.
Parameters:
id - New value of property vendorId.

setClientGroupId

public void setClientGroupId(long id)
Setter for property clientGroupID.
Parameters:
id - New value of property clientGroupID.

setOperatorClients

public void setOperatorClients(WPP10OperatorClient[] operatorClients)
Setter for property operatorClients.
Parameters:
operatorClients - New value of property operatorClients.


Copyright © SignalSoft Corp. All Rights Reserved.