Package org.cyclos.entities.access
Class FailedVoucherInfoLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.access.FailedActionLog
-
- org.cyclos.entities.access.GuestFailedActionLog
-
- org.cyclos.entities.access.FailedVoucherInfoLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity
@Entity public class FailedVoucherInfoLog extends GuestFailedActionLog
Stores an invalid attempt for redeeming a voucher with a pin.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.access.FailedActionLog
date, network, remoteAddress
-
-
Constructor Summary
Constructors Constructor Description FailedVoucherInfoLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VouchergetVoucher()voidsetVoucher(Voucher voucher)-
Methods inherited from class org.cyclos.entities.access.GuestFailedActionLog
getPrincipal, setPrincipal
-
Methods inherited from class org.cyclos.entities.access.FailedActionLog
getDate, getNetwork, getRemoteAddress, setDate, setNetwork, setRemoteAddress
-
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.ProcessableForProxying
getProxyClass
-
-