com.signalsoftcorp.lst.provisioning
Class WPP10Subscriber

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

public class WPP10Subscriber
extends java.lang.Object


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

WPP10Subscriber

public WPP10Subscriber()
creates an WPP10Subscriber object

WPP10Subscriber

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

getId

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

getMsid

public java.lang.String getMsid()
Getter for property msid.
Returns:
Value of property msid.

getMasterPrivacy

public java.lang.Boolean getMasterPrivacy()
Getter for property masterPrivacy.
Returns:
Value of property masterPrivacy.

getOperatorId

public java.lang.Long getOperatorId()
Getter for property operatorId.
Returns:
Value of property operatorId.

getExtendedAttributes

public java.lang.String[][] getExtendedAttributes()
Getter for property extendedAttributes.
Returns:
Two dimensional array holding key/value pairs of extended attributes. Each attribute is a key/value pair, with the key (name of the attribute) in the first position of the second dimension, and the value is in the second position.

setMsid

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

setMasterPrivacy

public void setMasterPrivacy(boolean masterPrivacy)
Setter for property masterPrivacy.
Parameters:
masterPrivacy - New value of property masterPrivacy.

setOperatorId

public void setOperatorId(long operatorId)
Setter for property operatorId.
Parameters:
operatorId - New value of property operatorId.

setExtendedAttributes

public void setExtendedAttributes(java.lang.String[][] extendedAttributes)
Setter for property extendedAttributes.
Parameters:
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.


Copyright © SignalSoft Corp. All Rights Reserved.