org.hibernate.test.annotations.generics
Class Price

java.lang.Object
  extended by org.hibernate.test.annotations.generics.Price

@Entity
public class Price
extends Object


Constructor Summary
Price()
           
 
Method Summary
 Double getAmount()
           
 String getCurrency()
           
 Integer getId()
           
 void setAmount(Double amount)
           
 void setCurrency(String currency)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Price

public Price()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getAmount

public Double getAmount()

setAmount

public void setAmount(Double amount)

getCurrency

public String getCurrency()

setCurrency

public void setCurrency(String currency)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.