org.prevayler.demos.scalability
Class Record

java.lang.Object
  extended by org.prevayler.demos.scalability.Record
All Implemented Interfaces:
Serializable

public class Record
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Record(long id)
           
Record(long id, Random random)
           
Record(long id, String name, String string1, BigDecimal bigDecimal1, BigDecimal bigDecimal2, Date date1, Date date2)
           
 
Method Summary
 BigDecimal getBigDecimal1()
           
 BigDecimal getBigDecimal2()
           
 Date getDate1()
           
 Date getDate2()
           
 long getId()
           
 String getName()
           
 String getString1()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record

public Record(long id)

Record

public Record(long id,
              Random random)

Record

public Record(long id,
              String name,
              String string1,
              BigDecimal bigDecimal1,
              BigDecimal bigDecimal2,
              Date date1,
              Date date2)
Method Detail

getId

public long getId()

getName

public String getName()

getString1

public String getString1()

getBigDecimal1

public BigDecimal getBigDecimal1()

getBigDecimal2

public BigDecimal getBigDecimal2()

getDate1

public Date getDate1()

getDate2

public Date getDate2()

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2013. All Rights Reserved.