org.gcube.portlets.admin.rolesmanagementportlet.gwt.shared
Class RoleInfo

java.lang.Object
  extended by org.gcube.portlets.admin.rolesmanagementportlet.gwt.shared.RoleInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class RoleInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
RoleInfo()
           
RoleInfo(String name, String description)
           
 
Method Summary
 String getRoleDescription()
           
 String getRoleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleInfo

public RoleInfo()

RoleInfo

public RoleInfo(String name,
                String description)
Method Detail

getRoleName

public String getRoleName()

getRoleDescription

public String getRoleDescription()


Copyright © 2013. All Rights Reserved.