|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is used to store the YearInformation for the model. This information includes the start year and the end year of the model.
| Method Summary | |
int |
getEndYear()
Returns the end year for the Model |
int |
getStartYear()
Returns the start year for the Model |
void |
initializeDefault()
Initializes the Year Information using default values |
void |
setEndYear(int endYear)
Stores the end year for the Model |
void |
setStartYear(int startYear)
Stores the start year for the Model |
| Method Detail |
public void initializeDefault()
public int getStartYear()
public int getEndYear()
public void setStartYear(int startYear)
startYear - the start year for the Modelpublic void setEndYear(int endYear)
endYear - the end year for the Model
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||