org.hibernate.test.annotations.idmanytoone
Class CardField.PrimaryKey
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CardField.PrimaryKey
public CardField.PrimaryKey()
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.