com.signalsoftcorp.lst.provisioning
Class WPP10SubscriberExtendedAttr
java.lang.Object
|
+--com.signalsoftcorp.lst.provisioning.WPP10SubscriberExtendedAttr
- public class WPP10SubscriberExtendedAttr
- extends java.lang.Object
The WPP10SubscriberExtendedAttr class reprsents a subscribers extended attribute
as thet exists in a data store.
Method Summary |
java.lang.String |
getKey()
Getter for property key. |
java.lang.String |
getValue()
Getter for property value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WPP10SubscriberExtendedAttr
public WPP10SubscriberExtendedAttr()
- creates an WPP10SubscriberExtendedAttr object
WPP10SubscriberExtendedAttr
public WPP10SubscriberExtendedAttr(java.lang.String key,
java.lang.String value)
- creates an WPP10SubscriberExtendedAttr object
- Parameters:
key
- name of attributevalue
- value of attribute
getKey
public java.lang.String getKey()
- Getter for property key.
- Returns:
- Value of property key.
getValue
public java.lang.String getValue()
- Getter for property value.
- Returns:
- Value of property value.
Copyright © SignalSoft Corp. All Rights Reserved.