org.hibernate.test.cid
Class PurchaseRecord

java.lang.Object
  extended by org.hibernate.test.cid.PurchaseRecord

public class PurchaseRecord
extends Object


Nested Class Summary
static class PurchaseRecord.Id
           
 
Constructor Summary
PurchaseRecord()
           
 
Method Summary
 Set getDetails()
           
 PurchaseRecord.Id getId()
           
 Date getTimestamp()
           
 void setDetails(Set details)
           
 void setId(PurchaseRecord.Id id)
           
 void setTimestamp(Date timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurchaseRecord

public PurchaseRecord()
Method Detail

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.