public class Transaction extends EntityBase
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorId() |
Money |
getCreditedFunds() |
java.lang.String |
getCreditedUserId() |
Money |
getDebitedFunds() |
java.lang.Long |
getExecutionDate() |
Money |
getFees() |
TransactionNature |
getNature() |
java.util.ArrayList<java.lang.String> |
getReadOnlyProperties()
Gets the collection of read-only fields names.
|
java.lang.String |
getResultCode() |
java.lang.String |
getResultMessage() |
TransactionStatus |
getStatus()
Get Transaction Status
|
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
TransactionType |
getType() |
boolean |
isCreated()
Is Transaction Created Status
|
boolean |
isFailed()
Is Transaction Failed Status
|
boolean |
isSucceeded()
Is Transaction Succeeded Status
|
void |
setAuthorId(java.lang.String authorId) |
void |
setCreditedFunds(Money creditedFunds) |
void |
setCreditedUserId(java.lang.String creditedUserId) |
void |
setDebitedFunds(Money debitedFunds) |
void |
setExecutionDate(java.lang.Long executionDate) |
void |
setFees(Money fees) |
void |
setNature(TransactionNature nature) |
void |
setResultCode(java.lang.String resultCode) |
void |
setResultMessage(java.lang.String resultMessage) |
void |
setStatus(TransactionStatus status) |
void |
setType(TransactionType type) |
getCreationDate, getId, getTag, setCreationDate, setId, setTaggetDependentObjects, getValuespublic java.lang.String getAuthorId()
public void setAuthorId(java.lang.String authorId)
public java.lang.String getCreditedUserId()
public void setCreditedUserId(java.lang.String creditedUserId)
public Money getDebitedFunds()
public void setDebitedFunds(Money debitedFunds)
public Money getCreditedFunds()
public void setCreditedFunds(Money creditedFunds)
public Money getFees()
public void setFees(Money fees)
public TransactionStatus getStatus()
TransactionStatuspublic void setStatus(TransactionStatus status)
public java.lang.String getResultCode()
public void setResultCode(java.lang.String resultCode)
public java.lang.String getResultMessage()
public void setResultMessage(java.lang.String resultMessage)
public java.lang.Long getExecutionDate()
public void setExecutionDate(java.lang.Long executionDate)
public TransactionType getType()
public void setType(TransactionType type)
public TransactionNature getNature()
public void setNature(TransactionNature nature)
public boolean isCreated()
public boolean isFailed()
public boolean isSucceeded()
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
getSubObjects in class Dtopublic java.util.ArrayList<java.lang.String> getReadOnlyProperties()
getReadOnlyProperties in class EntityBase