public class Reload extends CafetData
| Constructor and Description |
|---|
Reload()
The Reloas object is the one that stores reload information for
later use, it's generaly generated by the Client's method
getReloads or even directly whith the Data
static method getClientReloads(). |
Reload(int id,
int client,
String details,
Calendar date,
float amount,
float balanceAfterTransaction)
The Reloas object is the one that stores reload information for
later use, it's generaly generated by the Client's method
getReloads or even directly whith the Data
static method getClientReloads(). |
| Modifier and Type | Method and Description |
|---|---|
float |
getAmount()
Return the amount
|
float |
getBalanceAfterTransaction()
Return the balanceAfterTransaction
|
Client |
getClient()
Return the client
|
Calendar |
getDate()
Return the date
|
String |
getDetails()
Return the details
|
int |
getId()
Return the id
|
public Reload(int id,
int client,
String details,
Calendar date,
float amount,
float balanceAfterTransaction)
getReloads or even directly whith the Data
static method getClientReloads().id - client - date - amount - balanceAfterTransaction - public Reload()
getReloads or even directly whith the Data
static method getClientReloads().public final int getId()
public final Client getClient() throws APIException, IOException
IOExceptionAPIExceptionpublic final String getDetails()
public final Calendar getDate()
public final float getAmount()
public final float getBalanceAfterTransaction()
Copyright © 2019 Nowtryz. All rights reserved.