public interface HasBoySupport
| Modifier and Type | Method and Description |
|---|---|
int |
askUserNewBoyMonth()
Shows a dialog asking the user to set a new Beginning of fiscal year .
|
int |
getBoyMonth()
Returns the month that has been set as the beginning of the fiscal year in the tool
|
void |
setBoyMonth(int newBoyMonth)
Sets a new month as the Beginning of a fiscal year. 0 = January
|
int getBoyMonth()
void setBoyMonth(int newBoyMonth)
newBoyMonth - the new boy monthint askUserNewBoyMonth()