Package org.cyclos.entities.banking
Class UserAccountFeeLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.banking.UserAccountFeeLog
-
- All Implemented Interfaces:
Cloneable,HasCurrency,HasCurrencyAmount,HasNetwork,ProcessableForProxying,IEntity,HasAmount
@Entity public class UserAccountFeeLog extends NetworkedEntity implements HasCurrencyAmount
Stores information about a particular user account in an account fee charge
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description UserAccountFeeLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountFeeLoggetAccountFeeLog()BigDecimalgetAmount()CurrencygetCurrency()DategetDate()StringgetErrorDetails()NetworkgetNetwork()Returns the network this entity belongs tointgetRechargeAttempt()UserAccountFeeStatusgetStatus()UsergetUser()voidsetAccountFeeLog(AccountFeeLog accountFeeLog)voidsetAmount(BigDecimal amount)voidsetDate(Date date)voidsetErrorDetails(String errorDetails)voidsetRechargeAttempt(int rechargeAttempt)voidsetStatus(UserAccountFeeStatus status)voidsetUser(User user)-
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
-
getAccountFeeLog
public AccountFeeLog getAccountFeeLog()
-
getAmount
public BigDecimal getAmount()
-
getCurrency
public Currency getCurrency()
- Specified by:
getCurrencyin interfaceHasCurrency
-
getDate
public Date getDate()
-
getErrorDetails
public String getErrorDetails()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to- Specified by:
getNetworkin interfaceHasNetwork
-
getRechargeAttempt
public int getRechargeAttempt()
-
getStatus
public UserAccountFeeStatus getStatus()
-
getUser
public User getUser()
-
setAccountFeeLog
public void setAccountFeeLog(AccountFeeLog accountFeeLog)
-
setAmount
public void setAmount(BigDecimal amount)
-
setDate
public void setDate(Date date)
-
setErrorDetails
public void setErrorDetails(String errorDetails)
-
setRechargeAttempt
public void setRechargeAttempt(int rechargeAttempt)
-
setStatus
public void setStatus(UserAccountFeeStatus status)
-
setUser
public void setUser(User user)
-
-