org.hibernate.test.annotations.collectionelement.indexedCollection
Class Sale

java.lang.Object
  extended by org.hibernate.test.annotations.collectionelement.indexedCollection.Sale

@Entity
public class Sale
extends Object


Constructor Summary
Sale()
           
 
Method Summary
 List<Contact> getContacts()
           
 Integer getId()
           
 void setContacts(List<Contact> contacts)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sale

public Sale()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getContacts

public List<Contact> getContacts()

setContacts

public void setContacts(List<Contact> contacts)


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