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()
Configuration
getConfigurationName
in interface Configuration
public java.lang.String getConfigurationDescription()
Configuration
getConfigurationDescription
in interface Configuration