org.hibernate.test.annotations.collectionelement.embeddables.withcustomenumdef
Class Location

java.lang.Object
  extended by org.hibernate.test.annotations.collectionelement.embeddables.withcustomenumdef.Location

@Embeddable
public class Location
extends Object


Nested Class Summary
static class Location.Type
           
 
Constructor Summary
Location()
           
Location(String name, Location.Type type)
           
 
Method Summary
 String getName()
           
 Location.Type getType()
           
 void setName(String name)
           
 void setType(Location.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()

Location

public Location(String name,
                Location.Type type)
Method Detail

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.