org.jboss.test.cmp2.perf.interfaces
Interface LocalCheckBookEntry
- All Superinterfaces:
- EJBLocalObject (src)
- public interface LocalCheckBookEntry
- extends EJBLocalObject (src)
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)