org.hibernate.test.cid
Class PurchaseRecord
java.lang.Object
   org.hibernate.test.cid.PurchaseRecord
org.hibernate.test.cid.PurchaseRecord
- public class PurchaseRecord 
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PurchaseRecord
public PurchaseRecord()
getId
public PurchaseRecord.Id getId()
- 
- Returns:
- Returns the id.
 
setId
public void setId(PurchaseRecord.Id id)
- 
- Parameters:
- id- The id to set.
 
getDetails
public Set getDetails()
- 
- Returns:
- the details
 
setDetails
public void setDetails(Set details)
- 
- Parameters:
- details- the details to set
 
getTimestamp
public Date getTimestamp()
- 
- Returns:
- the timestamp
 
setTimestamp
public void setTimestamp(Date timestamp)
- 
- Parameters:
- timestamp- the timestamp to set
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.