org.hibernate.test.annotations.cid.keymanytoone
Class PrimaryKey

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

@Embeddable
public class PrimaryKey
extends Object
implements Serializable

TODO : javadoc

See Also:
Serialized Form

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

Constructor Detail

PrimaryKey

public PrimaryKey(Card card,
                  Key key)
Method Detail

getCard

public Card getCard()

setCard

public void setCard(Card card)

getKey

public Key getKey()

setKey

public void setKey(Key key)


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