public class BalanceTransfer extends Object implements Serializable
| Constructor and Description |
|---|
BalanceTransfer(long transferId,
String transferPairId,
Calendar createdAt,
Calendar accomplishedAt,
String transferCode,
BigDecimal amount,
TransferStatus transferStatus,
BigDecimal lastCreditorAvailableBalance,
BigDecimal lastCreditorBlockedBalance,
String notes,
long creditorAccountId,
long debtorAccountId,
long resourceId) |
BalanceTransfer(Long transferId,
String transferPairId,
Timestamp createdAt,
Timestamp accomplishedAt,
String transferCode,
Double amount,
String transferStatus,
Double lastCreditorAvailableBalance,
Double lastCreditorBlockedBalance,
String notes,
Long creditorAccountId,
Long debtorAccountId,
Long resourceId) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getAccomplishedAt() |
BigDecimal |
getAmount() |
Calendar |
getCreatedAt() |
long |
getCreditorAccountId() |
long |
getDebtorAccountId() |
BigDecimal |
getLastCreditorAvailableBalance() |
BigDecimal |
getLastCreditorBlockedBalance() |
String |
getNotes() |
long |
getResourceId() |
String |
getTransferCode() |
long |
getTransferId() |
String |
getTransferPairId() |
TransferStatus |
getTransferStatus() |
public BalanceTransfer(long transferId,
String transferPairId,
Calendar createdAt,
Calendar accomplishedAt,
String transferCode,
BigDecimal amount,
TransferStatus transferStatus,
BigDecimal lastCreditorAvailableBalance,
BigDecimal lastCreditorBlockedBalance,
String notes,
long creditorAccountId,
long debtorAccountId,
long resourceId)
public BalanceTransfer(Long transferId, String transferPairId, Timestamp createdAt, Timestamp accomplishedAt, String transferCode, Double amount, String transferStatus, Double lastCreditorAvailableBalance, Double lastCreditorBlockedBalance, String notes, Long creditorAccountId, Long debtorAccountId, Long resourceId)
public Calendar getAccomplishedAt()
public BigDecimal getAmount()
public Calendar getCreatedAt()
public long getCreditorAccountId()
public long getDebtorAccountId()
public BigDecimal getLastCreditorAvailableBalance()
public BigDecimal getLastCreditorBlockedBalance()
public String getNotes()
public long getResourceId()
public String getTransferCode()
public long getTransferId()
public String getTransferPairId()
public TransferStatus getTransferStatus()
Copyright © 2011–2014 Everit Kft.. All rights reserved.