Package org.cyclos.entities.banking
Class VoucherTopUp
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.banking.VoucherTransaction
-
- org.cyclos.entities.banking.VoucherTopUp
-
- All Implemented Interfaces:
Cloneable,HasCurrency,HasCurrencyAmount,HasNetwork,ProcessableForProxying,IEntity,HasAmount
@Entity public class VoucherTopUp extends VoucherTransaction
Represents a voucher top-up
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description VoucherTopUp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VoucherTransactionNaturegetNature()-
Methods inherited from class org.cyclos.entities.banking.VoucherTransaction
getAmount, getAmountReservation, getBy, getChargedBackBy, getConfiguration, getCurrency, getDate, getNetwork, getPack, getTransaction, getType, getUser, getVoucher, setAmount, setAmountReservation, setBy, setChargedBackBy, setDate, setTransaction, setUser, setVoucher
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.banking.HasCurrency
round, withCurrency
-
Methods inherited from interface org.cyclos.entities.banking.HasCurrencyAmount
getCurrencyAmount
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getNature
public VoucherTransactionNature getNature()
- Specified by:
getNaturein classVoucherTransaction
-
-