org.hibernate.test.annotations.target
Class LuggageImpl
java.lang.Object
   org.hibernate.test.annotations.target.LuggageImpl
org.hibernate.test.annotations.target.LuggageImpl
- All Implemented Interfaces: 
- Luggage
- @Entity
public class LuggageImpl 
- extends Object- implements Luggage
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LuggageImpl
public LuggageImpl()
getOwner
public Owner getOwner()
- 
- Specified by:
- getOwnerin interface- Luggage
 
- 
 
setOwner
public void setOwner(Owner owner)
- 
- Specified by:
- setOwnerin interface- Luggage
 
- 
 
getId
public Long getId()
- 
 
- 
 
setId
public void setId(Long id)
- 
 
- 
 
getHeight
public double getHeight()
- 
- Specified by:
- getHeightin interface- Luggage
 
- 
 
setHeight
public void setHeight(double height)
- 
- Specified by:
- setHeightin interface- Luggage
 
- 
 
getWidth
public double getWidth()
- 
- Specified by:
- getWidthin interface- Luggage
 
- 
 
setWidth
public void setWidth(double width)
- 
- Specified by:
- setWidthin interface- Luggage
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.