org.hibernate.test.annotations.indexcoll
Class AddressBook
java.lang.Object
org.hibernate.test.annotations.indexcoll.AddressBook
@Entity
public class AddressBook
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressBook
public AddressBook()
getId
public Integer getId()
setId
public void setId(Integer id)
getOwner
public String getOwner()
setOwner
public void setOwner(String owner)
getEntries
public Map<AddressEntryPk,AddressEntry> getEntries()
setEntries
public void setEntries(Map<AddressEntryPk,AddressEntry> entries)
getLastNameEntries
public Map<String,AddressEntry> getLastNameEntries()
setLastNameEntries
public void setLastNameEntries(Map<String,AddressEntry> lastNameEntries)
getDirectoryEntries
public Map<AlphabeticalDirectory,AddressEntry> getDirectoryEntries()
setDirectoryEntries
public void setDirectoryEntries(Map<AlphabeticalDirectory,AddressEntry> directoryEntries)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.