com.signalsoftcorp.lst.provisioning
Class WPP10ResponseGetVendor

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

public class WPP10ResponseGetVendor
extends WPP10ResponseBase

A WPP10ResponseGetVendor object is returned by the getVendor method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseGetVendor()
          creates an WPP10ResponseGetVendor object
 
Method Summary
 WPP10Vendor getVendor()
          Get the vendor returned on successfull completion
 void setVendor(WPP10Vendor vendor)
          Set the vendor 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

WPP10ResponseGetVendor

public WPP10ResponseGetVendor()
creates an WPP10ResponseGetVendor object
Method Detail

setVendor

public void setVendor(WPP10Vendor vendor)
Set the vendor to return on successfull completion
Parameters:
vendor - vendor to return

getVendor

public WPP10Vendor getVendor()
Get the vendor returned on successfull completion
Returns:
vendor


Copyright © SignalSoft Corp. All Rights Reserved.