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

java.lang.Object
  extended by org.hibernate.test.annotations.xml.hbm.AImpl
      extended by org.hibernate.test.annotations.xml.hbm.BImpl
All Implemented Interfaces:
Serializable, A, B

@Entity
public class BImpl
extends AImpl
implements B

See Also:
Serialized Form

Constructor Summary
BImpl()
           
 
Method Summary
 Integer getBId()
           
 void setBId(Integer bId)
           
 
Methods inherited from class org.hibernate.test.annotations.xml.hbm.AImpl
getAId, setAId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hibernate.test.annotations.xml.hbm.A
getAId, setAId
 

Constructor Detail

BImpl

public BImpl()
Method Detail

getBId

public Integer getBId()
Specified by:
getBId in interface B

setBId

public void setBId(Integer bId)
Specified by:
setBId in interface B


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