com.signalsoftcorp.lst.provisioning
Class WPP10ResponseGetOperator

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

public class WPP10ResponseGetOperator
extends WPP10ResponseBase

A WPP10ResponseGetOperator object is returned by the getOperator method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseGetOperator()
          creates an WPP10ResponseGetOperator object
 
Method Summary
 WPP10Operator getOperator()
          Get the operator returned on successfull completion
 void setOperator(WPP10Operator oper)
          Set the operator 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

WPP10ResponseGetOperator

public WPP10ResponseGetOperator()
creates an WPP10ResponseGetOperator object
Method Detail

setOperator

public void setOperator(WPP10Operator oper)
Set the operator to return on successfull completion
Parameters:
operator - operator to return

getOperator

public WPP10Operator getOperator()
Get the operator returned on successfull completion
Returns:
operator


Copyright © SignalSoft Corp. All Rights Reserved.