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

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

@Entity
public class AImpl
extends Object
implements A

See Also:
Serialized Form

Constructor Summary
AImpl()
           
 
Method Summary
 Integer getAId()
           
 void setAId(Integer aId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AImpl

public AImpl()
Method Detail

getAId

public Integer getAId()
Specified by:
getAId in interface A

setAId

public void setAId(Integer aId)
Specified by:
setAId in interface A


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