org.hibernate.test.annotations.embedded
Class AddressType
java.lang.Object
org.hibernate.test.annotations.embedded.AddressType
@Entity
public class AddressType
- extends Object
Kind of address (home, professional etc)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressType
public AddressType()
getId
public Integer getId()
setId
public void setId(Integer id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.