com.signalsoftcorp.lst.provisioning
Class WPP10ResponseGetPermission

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

public class WPP10ResponseGetPermission
extends WPP10ResponseBase

A WPP10ResponseGetPermission object is returned by the getPermission method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseGetPermission()
          creates an WPP10ResponseGetPermission object
 
Method Summary
 WPP10Permission getPermission()
          Get the permission returned on successfull completion
 void setPermission(WPP10Permission permission)
          Set the permission 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

WPP10ResponseGetPermission

public WPP10ResponseGetPermission()
creates an WPP10ResponseGetPermission object
Method Detail

setPermission

public void setPermission(WPP10Permission permission)
Set the permission to return on successfull completion
Parameters:
permission - permission to return

getPermission

public WPP10Permission getPermission()
Get the permission returned on successfull completion
Returns:
permission


Copyright © SignalSoft Corp. All Rights Reserved.