public class Transactions extends Object
| Constructor and Description |
|---|
Transactions() |
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
getList() |
Transaction |
getTx0() |
Transaction |
getTx1() |
Transaction |
getTx2() |
Transaction |
getTx3() |
Transaction |
getTx4() |
void |
setTx0(Transaction tx0) |
void |
setTx1(Transaction tx1) |
void |
setTx2(Transaction tx2) |
void |
setTx3(Transaction tx3) |
void |
setTx4(Transaction tx4) |
int |
size() |
public Transaction getTx0()
public void setTx0(Transaction tx0)
public Transaction getTx1()
public void setTx1(Transaction tx1)
public Transaction getTx2()
public void setTx2(Transaction tx2)
public Transaction getTx3()
public void setTx3(Transaction tx3)
public Transaction getTx4()
public void setTx4(Transaction tx4)
public List<Transaction> getList()
public int size()
Copyright © 2019. All rights reserved.