org.hibernate.test.rowid
Class Point

java.lang.Object
  extended by org.hibernate.test.rowid.Point
All Implemented Interfaces:
Serializable

public class Point
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Point(BigDecimal x, BigDecimal y)
           
 
Method Summary
 String getDescription()
           
 Object getRow()
           
 BigDecimal getX()
           
 BigDecimal getY()
           
 void setDescription(String description)
           
 void setRow(Object row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(BigDecimal x,
             BigDecimal y)
Method Detail

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.