org.hibernate.test.annotations.cid
Class AId

java.lang.Object
  extended by org.hibernate.test.annotations.cid.AId
All Implemented Interfaces:
Serializable

@Embeddable
public class AId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AId()
           
 
Method Summary
 B getB()
           
 C getC()
           
 void setB(B b)
           
 void setC(C c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AId

public AId()
Method Detail

getB

public B getB()

setB

public void setB(B b)

getC

public C getC()

setC

public void setC(C c)


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