org.hibernate.test.rowid
Class Point
java.lang.Object
org.hibernate.test.rowid.Point
- All Implemented Interfaces:
- Serializable
public class Point
- 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 |
Point
public Point(BigDecimal x,
BigDecimal y)
getX
public BigDecimal getX()
getY
public BigDecimal getY()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getRow
public Object getRow()
setRow
public void setRow(Object row)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.