Package org.cyclos.impl.system
Class TransactionReportEntry
- java.lang.Object
-
- org.cyclos.impl.system.TransactionReportEntry
-
public class TransactionReportEntry extends Object
An entry in a transaction report
-
-
Constructor Summary
Constructors Constructor Description TransactionReportEntry(boolean authorized, AccountOwner owner, Transaction transaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyAmountgetAmount()DategetDate()ObjectgetRelatedOwner()StringgetScheduling()ObjectgetStatus()booleanisFrom()
-
-
-
Constructor Detail
-
TransactionReportEntry
public TransactionReportEntry(boolean authorized, AccountOwner owner, Transaction transaction)
-
-
Method Detail
-
getAmount
public CurrencyAmount getAmount()
-
getDate
public Date getDate()
-
getRelatedOwner
public Object getRelatedOwner()
-
getScheduling
public String getScheduling()
-
getStatus
public Object getStatus()
-
isFrom
public boolean isFrom()
-
-