|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.provisioning.WPP10ResponseBase | +--com.signalsoftcorp.lst.provisioning.WPP10ResponseListVendors
A WPP10ResponseListVendors object is returned by the
listVendors
and searchVendors
methods.
Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase |
responseCode, responseDetail |
Constructor Summary | |
WPP10ResponseListVendors()
creates an WPP10ResponseListVendors object |
Method Summary | |
WPP10Vendor[] |
getVendors()
Get the array of vendors returned on successfull completion |
void |
setVendors(WPP10Vendor[] vendors)
Set the array of vendor objects 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 |
public WPP10ResponseListVendors()
Method Detail |
public void setVendors(WPP10Vendor[] vendors)
vendors
- vendors to returnpublic WPP10Vendor[] getVendors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |