public class FidorTransactionDTO extends Object
| Constructor and Description |
|---|
FidorTransactionDTO() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate() |
String |
getDescription1() |
String |
getDescription2() |
Double |
getValue() |
void |
setDate(Date date) |
void |
setDescription1(String description1) |
void |
setDescription2(String description2) |
void |
setValue(Double value) |
String |
toString() |
public Date getDate()
public void setDate(Date date)
date - the date to setpublic String getDescription1()
public void setDescription1(String description1)
description1 - the description1 to setpublic String getDescription2()
public void setDescription2(String description2)
description2 - the description2 to setpublic Double getValue()
public void setValue(Double value)
value - the value to setCopyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.