|
||||||||||
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.WPP10ResponseAddPermission
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 |
public WPP10ResponseAddPermission()
Method Detail |
public void setId(long subscriberId, long clientId)
id
- id of the added object.public long getSubscriberId()
public long getClientId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |