public class CurrentState extends Dto
| Constructor and Description |
|---|
CurrentState() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getCumulatedDebitedAmount() |
Money |
getCumulatedFeesAmount() |
java.lang.String |
getLastPayinId() |
int |
getPayinsLinked() |
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
getDependentObjects, getReadOnlyProperties, getValuespublic int getPayinsLinked()
public Money getCumulatedDebitedAmount()
public Money getCumulatedFeesAmount()
public java.lang.String getLastPayinId()
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
DtogetSubObjects in class Dto