org.hibernate.test.annotations.quote
Class Phone

java.lang.Object
  extended by 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()
           
 
Method Summary
 String getBrandName()
           
 Integer getId()
           
 float getPrice()
           
 void setBrandName(String bName)
           
 void setId(Integer id)
           
 void setPrice(float price)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phone

public Phone()
Method Detail

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.