com.signalsoftcorp.lst.provisioning
Class WPP10ResponseGetClientGroup

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

public class WPP10ResponseGetClientGroup
extends WPP10ResponseBase

A WPP10ResponseGetClientGroup object is returned by the getClientGroup method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseGetClientGroup()
          creates an WPP10ResponseGetClientGroup object
 
Method Summary
 WPP10ClientGroup getClientGroup()
          Get the clientGroup returned on successfull completion
 void setClientGroup(WPP10ClientGroup clientGroup)
          Set the clientGroup 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

WPP10ResponseGetClientGroup

public WPP10ResponseGetClientGroup()
creates an WPP10ResponseGetClientGroup object
Method Detail

setClientGroup

public void setClientGroup(WPP10ClientGroup clientGroup)
Set the clientGroup to return on successfull completion
Parameters:
clientGroup - clientGroup to return

getClientGroup

public WPP10ClientGroup getClientGroup()
Get the clientGroup returned on successfull completion
Returns:
clientGroup


Copyright © SignalSoft Corp. All Rights Reserved.