com.signalsoftcorp.lst.provisioning
Class WPP10ResponseGetRole

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

public class WPP10ResponseGetRole
extends WPP10ResponseBase

A WPP10ResponseGetRole object is returned by the getRole method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseGetRole()
          creates an WPP10ResponseGetRole object
 
Method Summary
 java.lang.String getDescription()
          Get the description of the role
 java.lang.String getName()
          Get the name of the role
 void setNameAndDescription(java.lang.String name, java.lang.String description)
          Set the name and description of the role 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

WPP10ResponseGetRole

public WPP10ResponseGetRole()
creates an WPP10ResponseGetRole object
Method Detail

setNameAndDescription

public void setNameAndDescription(java.lang.String name,
                                  java.lang.String description)
Set the name and description of the role to return on successfull completion
Parameters:
name - name of role
description - description of role

getName

public java.lang.String getName()
Get the name of the role
Returns:
role name

getDescription

public java.lang.String getDescription()
Get the description of the role
Returns:
role description


Copyright © SignalSoft Corp. All Rights Reserved.