org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data
Class ClientField
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientField
public ClientField()
ClientField
public ClientField(String name,
String value)
ClientField
public ClientField(String name,
String value,
ClientFieldType type)
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.