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

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

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


Constructor Summary
ClientField()
           
ClientField(String name, String value)
           
ClientField(String name, String value, ClientFieldType type)
           
 
Method Summary
 String getName()
           
 ClientFieldType getType()
           
 String getValue()
           
 void setName(String name)
           
 void setType(ClientFieldType type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientField

public ClientField()

ClientField

public ClientField(String name,
                   String value)

ClientField

public ClientField(String name,
                   String value,
                   ClientFieldType type)
Method Detail

getType

public ClientFieldType getType()

setType

public void setType(ClientFieldType type)

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2014. All Rights Reserved.