org.hibernate.test.annotations.idmanytoone
Class CardField.PrimaryKey

java.lang.Object
  extended by org.hibernate.test.annotations.idmanytoone.CardField.PrimaryKey
All Implemented Interfaces:
Serializable
Enclosing class:
CardField

@Embeddable
public static class CardField.PrimaryKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CardField.PrimaryKey()
           
 
Method Summary
 Card getCard()
           
 CardKey getKey()
           
 void setCard(Card card)
           
 void setKey(CardKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardField.PrimaryKey

public CardField.PrimaryKey()
Method Detail

getCard

public Card getCard()

setCard

public void setCard(Card card)

getKey

public CardKey getKey()

setKey

public void setKey(CardKey key)


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