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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WPP10ResponseGetRole
public WPP10ResponseGetRole()
- creates an WPP10ResponseGetRole object
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 roledescription
- 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.