org.hibernate.test.cut
Class Transaction

java.lang.Object
  extended by org.hibernate.test.cut.Transaction

public class Transaction
extends Object


Constructor Summary
Transaction()
           
 
Method Summary
 String getDescription()
           
 Long getId()
           
 MonetoryAmount getValue()
           
 void setDescription(String description)
           
 void setId(Long id)
           
 void setValue(MonetoryAmount value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transaction

public Transaction()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getId

public Long getId()

setId

public void setId(Long id)

getValue

public MonetoryAmount getValue()

setValue

public void setValue(MonetoryAmount value)


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