public class Granted extends Object implements Serializable
| Constructor and Description |
|---|
Granted() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency() |
float |
getFundedAmount() |
float |
getTotalCost() |
static Granted |
newInstance(String currency,
float fundedamount) |
static Granted |
newInstance(String currency,
float totalcost,
float fundedamount) |
void |
setCurrency(String currency) |
void |
setFundedAmount(float fundedAmount) |
void |
setTotalCost(float totalCost) |
public String getCurrency()
public void setCurrency(String currency)
public float getTotalCost()
public void setTotalCost(float totalCost)
public float getFundedAmount()
public void setFundedAmount(float fundedAmount)
Copyright © 2025. All rights reserved.