org.hibernate.test.annotations.entity
Class MonetaryAmount
java.lang.Object
   org.hibernate.test.annotations.entity.MonetaryAmount
org.hibernate.test.annotations.entity.MonetaryAmount
- All Implemented Interfaces: 
- Serializable
- public class MonetaryAmount 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MonetaryAmount
public MonetaryAmount(BigDecimal amount,
                      Currency currency)
getAmount
public BigDecimal getAmount()
- 
 
- 
 
setAmount
public void setAmount(BigDecimal amount)
- 
 
- 
 
getCurrency
public Currency getCurrency()
- 
 
- 
 
setCurrency
public void setCurrency(Currency currency)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.