org.hibernate.test.annotations.idmanytoone
Class Card

java.lang.Object
  extended by org.hibernate.test.annotations.idmanytoone.Card

@Entity
public class Card
extends Object


Nested Class Summary
static class Card.CardPrimaryKey
           
 
Constructor Summary
Card()
           
 
Method Summary
 Set<CardField> getFields()
           
 CardField getMainCardField()
           
 Card.CardPrimaryKey getPrimaryKey()
           
 void setFields(Set<CardField> fields)
           
 void setMainCardField(CardField mainCardField)
           
 void setPrimaryKey(Card.CardPrimaryKey primaryKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Card

public Card()
Method Detail

getFields

public Set<CardField> getFields()

setFields

public void setFields(Set<CardField> fields)

getPrimaryKey

public Card.CardPrimaryKey getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(Card.CardPrimaryKey primaryKey)

getMainCardField

public CardField getMainCardField()

setMainCardField

public void setMainCardField(CardField mainCardField)


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