org.hibernate.test.annotations.entity
Class Ransom
java.lang.Object
org.hibernate.test.annotations.entity.Ransom
@Entity
public class Ransom
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ransom
public Ransom()
getId
public Integer getId()
setId
public void setId(Integer id)
getKidnapperName
public String getKidnapperName()
setKidnapperName
public void setKidnapperName(String kidnapperName)
getAmount
public MonetaryAmount getAmount()
setAmount
public void setAmount(MonetaryAmount amount)
getDate
public Date getDate()
setDate
public void setDate(Date date)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.