org.wso2.wsas.admin.service.util
Class RoleData

java.lang.Object
  extended by org.wso2.wsas.admin.service.util.RoleData

public class RoleData
extends java.lang.Object


Constructor Summary
RoleData()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getRole()
           
 void setDescription(java.lang.String description)
           
 void setRole(java.lang.String role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleData

public RoleData()
Method Detail

getRole

public java.lang.String getRole()

setRole

public void setRole(java.lang.String role)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)