com.signalsoftcorp.lst.provisioning
Class WPP10ResponseAdd

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

public class WPP10ResponseAdd
extends WPP10ResponseBase

A WPP10ResponseAdd object is returned by the add methods of the provisioning interface.
addVendor
addOperator
addSubscriber
addMERI
addClientGroup
addClient


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseAdd()
          Creates a WPP10ResponseAdd object.
 
Method Summary
 long getId()
          Gets the id of the added object on successfull returns.
 void setId(long id)
          Sets the id of the added object on successfull returns.
 
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

WPP10ResponseAdd

public WPP10ResponseAdd()
Creates a WPP10ResponseAdd object.
Method Detail

setId

public void setId(long id)
Sets the id of the added object on successfull returns.
Parameters:
id - id of the added object.

getId

public long getId()
Gets the id of the added object on successfull returns.
Returns:
id of the added object.


Copyright © SignalSoft Corp. All Rights Reserved.