org.utgenome.gwt.utgb.client.db
Class Value

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.db.Value
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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

Add this Value class to the ValueDomain in order to set the value domain of a input form.

Author:
leo

Constructor Summary
Value()
           
Value(String value)
           
Value(String label, String value)
           
 
Method Summary
 String getLabel()
           
 String getValue()
           
 void setLabel(String label)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value

public Value()

Value

public Value(String value)

Value

public Value(String label,
             String value)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.