org.hibernate.test.annotations.xml.hbm
Class ZImpl

java.lang.Object
  extended by org.hibernate.test.annotations.xml.hbm.ZImpl
All Implemented Interfaces:
Serializable, Z

@Entity
public class ZImpl
extends Object
implements Z

See Also:
Serialized Form

Constructor Summary
ZImpl()
           
 
Method Summary
 B getB()
           
 Integer getZId()
           
 void setB(B b)
           
 void setZId(Integer zId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZImpl

public ZImpl()
Method Detail

getZId

public Integer getZId()
Specified by:
getZId in interface Z

setZId

public void setZId(Integer zId)
Specified by:
setZId in interface Z

getB

public B getB()
Specified by:
getB in interface Z

setB

public void setB(B b)
Specified by:
setB in interface Z


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