com.signalsoftcorp.lst.provisioning
Class WPP10ResponseAddPermission

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

public class WPP10ResponseAddPermission
extends WPP10ResponseBase

A WPP10ResponseAdd object is returned by the addPermission method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseAddPermission()
          creates an WPP10ResponseAddPermission object
 
Method Summary
 long getClientId()
          Gets the client id of the added object on successfull returns.
 long getSubscriberId()
          Gets the subscriber id of the added object on successfull returns.
 void setId(long subscriberId, long clientId)
          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

WPP10ResponseAddPermission

public WPP10ResponseAddPermission()
creates an WPP10ResponseAddPermission object
Method Detail

setId

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

getSubscriberId

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

getClientId

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


Copyright © SignalSoft Corp. All Rights Reserved.