com.signalsoftcorp.lst.provisioning
Class WPP10OperatorClient

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

public class WPP10OperatorClient
extends java.lang.Object


Constructor Summary
WPP10OperatorClient()
          creates an WPP10OperatorClient object
WPP10OperatorClient(long operatorID)
          creates an WPP10OperatorClient object
 
Method Summary
 int getAccuracyAllowed()
          Getter for property accuracyAllowed.
 long getOperatorID()
          Getter for property operatorID.
 java.lang.String getSmsNumber()
          Getter for property smsNumber.
 void setAccuracyAllowed(int accuracyAllowed)
          Setter for property accuracyAllowed.
 void setSmsNumber(java.lang.String smsNumber)
          Setter for property smsNumber.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPP10OperatorClient

public WPP10OperatorClient()
creates an WPP10OperatorClient object

WPP10OperatorClient

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

getOperatorID

public long getOperatorID()
Getter for property operatorID.
Returns:
Value of property operatorID.

getAccuracyAllowed

public int getAccuracyAllowed()
Getter for property accuracyAllowed.
Returns:
Value of property accuracyAllowed.

getSmsNumber

public java.lang.String getSmsNumber()
Getter for property smsNumber.
Returns:
Value of property smsNumber.

setAccuracyAllowed

public void setAccuracyAllowed(int accuracyAllowed)
Setter for property accuracyAllowed.
Parameters:
accuracyAllowed - New value of property accuracyAllowed.

setSmsNumber

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


Copyright © SignalSoft Corp. All Rights Reserved.