org.hibernate.test.annotations.type
Class MyOid

java.lang.Object
  extended by org.hibernate.test.annotations.type.MyOid
All Implemented Interfaces:
Serializable

public class MyOid
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected MyOid()
           
  MyOid(int aHigh, int aMiddle, int aLow, int aOther)
           
 
Method Summary
 boolean equals(Object o)
           
 int getHigh()
           
 int getLow()
           
 int getMiddle()
           
 int getOther()
           
 int hashCode()
           
 void setHigh(int aHigh)
           
 void setLow(int aLow)
           
 void setMiddle(int aMiddle)
           
 void setOther(int aOther)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyOid

protected MyOid()

MyOid

public MyOid(int aHigh,
             int aMiddle,
             int aLow,
             int aOther)
Method Detail

getHigh

public int getHigh()

setHigh

public void setHigh(int aHigh)

getMiddle

public int getMiddle()

setMiddle

public void setMiddle(int aMiddle)

getLow

public int getLow()

setLow

public void setLow(int aLow)

getOther

public int getOther()

setOther

public void setOther(int aOther)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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