org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data
Class ClientArea

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data.ClientArea
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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


Constructor Summary
ClientArea()
           
ClientArea(AreaType type, String code, String name)
           
 
Method Summary
 String getCode()
           
 String getName()
           
 AreaType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientArea

public ClientArea()

ClientArea

public ClientArea(AreaType type,
                  String code,
                  String name)
Method Detail

getType

public AreaType getType()

getCode

public String getCode()

getName

public String getName()


Copyright © 2013. All Rights Reserved.