org.hibernate.test.annotations.quote
Class Phone
java.lang.Object
   org.hibernate.test.annotations.quote.Phone
org.hibernate.test.annotations.quote.Phone
- All Implemented Interfaces: 
- Serializable
- @Entity
public class Phone 
- extends Object- implements Serializable
- See Also:
- Serialized Form
| Constructor Summary | 
| Phone()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Phone
public Phone()
getId
public Integer getId()
- 
 
- 
 
setId
public void setId(Integer id)
- 
 
- 
 
getBrandName
public String getBrandName()
- 
 
- 
 
setBrandName
public void setBrandName(String bName)
- 
 
- 
 
getPrice
public float getPrice()
- 
 
- 
 
setPrice
public void setPrice(float price)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.