org.hibernate.test.annotations.collectionelement.indexedCollection
Class Sale
java.lang.Object
org.hibernate.test.annotations.collectionelement.indexedCollection.Sale
@Entity
public class Sale
- extends Object
|
Constructor Summary |
Sale()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sale
public Sale()
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.