org.hibernate.test.proxy
Class DataPoint
java.lang.Object
   org.hibernate.test.proxy.DataPoint
org.hibernate.test.proxy.DataPoint
- All Implemented Interfaces: 
- Serializable
- public class DataPoint 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DataPoint
public DataPoint()
DataPoint
public DataPoint(BigDecimal x,
                 BigDecimal y,
                 String description)
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.