org.gcube.portlets.user.gisviewer.client.commons.beans
Class SavedGroup

java.lang.Object
  extended by org.gcube.portlets.user.gisviewer.client.commons.beans.SavedGroup
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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


Constructor Summary
SavedGroup()
           
SavedGroup(String name, String url)
           
 
Method Summary
 String getName()
           
 String getUrl()
           
 void setName(String name)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavedGroup

public SavedGroup()

SavedGroup

public SavedGroup(String name,
                  String url)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright © 2013. All Rights Reserved.