public class BudgetConfiguration extends java.lang.Object implements Configuration
| Constructor and Description |
|---|
BudgetConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBudget()
This method to get the available budget
|
java.lang.String |
getConfigurationDescription()
This method returns a description of the provided configuration.
|
java.lang.String |
getConfigurationName()
This method returns the name of the configuration
|
void |
setBudget(int budget)
This method to set the available budget
|
public double getBudget()
public void setBudget(int budget)
error - the error to setpublic java.lang.String getConfigurationName()
ConfigurationgetConfigurationName in interface Configurationpublic java.lang.String getConfigurationDescription()
ConfigurationgetConfigurationDescription in interface Configuration