org.hibernate.test.annotations.collectionelement.embeddables.withcustomenumdef
Class Location
java.lang.Object
org.hibernate.test.annotations.collectionelement.embeddables.withcustomenumdef.Location
@Embeddable
public class Location
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location()
Location
public Location(String name,
Location.Type type)
getType
public Location.Type getType()
setType
public void setType(Location.Type type)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.