org.hibernate.test.readonly
Class DataPoint

java.lang.Object
  extended by org.hibernate.test.readonly.DataPoint
All Implemented Interfaces:
Serializable

public class DataPoint
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DataPoint()
           
DataPoint(BigDecimal x, BigDecimal y, String description)
           
 
Method Summary
 String getDescription()
           
 long getId()
           
 BigDecimal getX()
           
 BigDecimal getY()
           
 void setDescription(String description)
           
 void setId(long id)
           
 void setX(BigDecimal x)
           
 void setY(BigDecimal y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataPoint

public DataPoint()

DataPoint

public DataPoint(BigDecimal x,
                 BigDecimal y,
                 String description)
Method Detail

getDescription

public String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(String description)
Parameters:
description - The description to set.

getId

public long getId()
Returns:
Returns the id.

setId

public void setId(long id)
Parameters:
id - The id to set.

getX

public BigDecimal getX()
Returns:
Returns the x.

setX

public void setX(BigDecimal x)
Parameters:
x - The x to set.

getY

public BigDecimal getY()
Returns:
Returns the y.

setY

public void setY(BigDecimal y)
Parameters:
y - The y to set.


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.