org.vectomatic.common.model
Class FloatAttributeValue

java.lang.Object
  extended by org.vectomatic.common.model.FloatAttributeValue
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, IAttributeValue

public class FloatAttributeValue
extends Object
implements IAttributeValue, com.google.gwt.user.client.rpc.IsSerializable

Class to represent attribute value of type float point number.


Constructor Summary
FloatAttributeValue()
           
FloatAttributeValue(float value)
           
 
Method Summary
 boolean equals(Object obj)
           
 float getValue()
           
 int hashCode()
           
 void setValue(float value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatAttributeValue

public FloatAttributeValue()

FloatAttributeValue

public FloatAttributeValue(float value)
Method Detail

getValue

public float getValue()

setValue

public void setValue(float value)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010. All Rights Reserved.