org.hibernate.test.annotations.type
Class MyOid
java.lang.Object
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)
|
MyOid
protected MyOid()
MyOid
public MyOid(int aHigh,
int aMiddle,
int aLow,
int aOther)
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.