org.hibernate.test.annotations.idmanytoone
Class CardField

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

@Entity
public class CardField
extends Object


Nested Class Summary
static class CardField.PrimaryKey
           
 
Constructor Summary
CardField()
           
 
Method Summary
 Card getCardtmp()
           
 CardField.PrimaryKey getPrimaryKey()
           
 void setCardtmp(Card cardtmp)
           
 void setPrimaryKey(CardField.PrimaryKey primaryKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardField

public CardField()
Method Detail

getCardtmp

public Card getCardtmp()

setCardtmp

public void setCardtmp(Card cardtmp)

getPrimaryKey

public CardField.PrimaryKey getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(CardField.PrimaryKey primaryKey)


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