com.signalsoftcorp.lst.provisioning
Class WPP10ResponseGetSubscriber

java.lang.Object
  |
  +--com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
        |
        +--com.signalsoftcorp.lst.provisioning.WPP10ResponseGetSubscriber

public class WPP10ResponseGetSubscriber
extends WPP10ResponseBase

A WPP10ResponseGetSubscriber object is returned by the getSubscriber method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseGetSubscriber()
          creates an WPP10ResponseGetSubscriber object
 
Method Summary
 WPP10Subscriber getSubscriber()
          Get the subscriber returned on successfull completion
 void setSubscriber(WPP10Subscriber subscriber)
          Set the subscriber to return on successfull completion
 
Methods inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
getResponseCode, getResponseDetail, setResponseStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPP10ResponseGetSubscriber

public WPP10ResponseGetSubscriber()
creates an WPP10ResponseGetSubscriber object
Method Detail

getSubscriber

public WPP10Subscriber getSubscriber()
Get the subscriber returned on successfull completion
Returns:
subscriber

setSubscriber

public void setSubscriber(WPP10Subscriber subscriber)
Set the subscriber to return on successfull completion
Parameters:
subscriber - subscriber to return


Copyright © SignalSoft Corp. All Rights Reserved.