public class Split extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Split.TypeEnum
The type of this split.
|
| Constructor and Description |
|---|
Split() |
| Modifier and Type | Method and Description |
|---|---|
Split |
account(String account) |
Split |
amount(SplitAmount amount) |
Split |
description(String description) |
boolean |
equals(Object o) |
String |
getAccount()
The account to which this split applies.
|
SplitAmount |
getAmount()
Get amount
|
String |
getDescription()
A description of this split.
|
String |
getReference()
The reference of this split.
|
Split.TypeEnum |
getType()
The type of this split.
|
int |
hashCode() |
Split |
reference(String reference) |
void |
setAccount(String account) |
void |
setAmount(SplitAmount amount) |
void |
setDescription(String description) |
void |
setReference(String reference) |
void |
setType(Split.TypeEnum type) |
String |
toString() |
Split |
type(Split.TypeEnum type) |
public String getAccount()
public void setAccount(String account)
public Split amount(SplitAmount amount)
public SplitAmount getAmount()
public void setAmount(SplitAmount amount)
public String getDescription()
public void setDescription(String description)
public String getReference()
public void setReference(String reference)
public Split type(Split.TypeEnum type)
public Split.TypeEnum getType()
public void setType(Split.TypeEnum type)
Copyright © 2022. All rights reserved.