org.jboss.test.cmp2.perf.interfaces
Interface LocalCheckBookEntry

All Superinterfaces:
EJBLocalObject (src)

public interface LocalCheckBookEntry
extends EJBLocalObject (src)


Method Summary
 double getAmount()
           
 java.lang.String getCategory()
           
 java.lang.Integer getEntryID()
           
 long getTimestamp()
           
 void setAmount(double amount)
           
 void setCategory(java.lang.String category)
           
 void setEntryID(java.lang.Integer entryID)
           
 void setTimestamp(long timestamp)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject (src)
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getEntryID

public java.lang.Integer getEntryID()

setEntryID

public void setEntryID(java.lang.Integer entryID)

getAmount

public double getAmount()

setAmount

public void setAmount(double amount)

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)