|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.homeunix.thecave.buddi.model.BudgetCategoryType
org.homeunix.thecave.buddi.model.impl.BudgetCategoryTypeMonthly
public class BudgetCategoryTypeMonthly
Definition of a Monthly BudgetCategoryType.
| Constructor Summary | |
|---|---|
BudgetCategoryTypeMonthly()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getBudgetPeriodOffset(java.util.Date date,
int offset)
Method to move forwards or backwards by the given number of periods. |
java.lang.String |
getDateFormat()
Returns the date format associated with this budget period type. |
long |
getDaysInPeriod(java.util.Date date)
Returns the number of days in the period specified by date. |
java.util.Date |
getEndOfBudgetPeriod(java.util.Date date)
Returns the end of the budget period which contains the given date. |
java.lang.String |
getName()
Returns the name of this budget period. |
java.util.Date |
getStartOfBudgetPeriod(java.util.Date date)
Returns the start of the budget period which contains the given date. |
| Methods inherited from class org.homeunix.thecave.buddi.model.BudgetCategoryType |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BudgetCategoryTypeMonthly()
| Method Detail |
|---|
public java.util.Date getStartOfBudgetPeriod(java.util.Date date)
BudgetCategoryType
getStartOfBudgetPeriod in class BudgetCategoryTypepublic java.util.Date getEndOfBudgetPeriod(java.util.Date date)
BudgetCategoryType
getEndOfBudgetPeriod in class BudgetCategoryType
public java.util.Date getBudgetPeriodOffset(java.util.Date date,
int offset)
BudgetCategoryType
getBudgetPeriodOffset in class BudgetCategoryTypepublic long getDaysInPeriod(java.util.Date date)
BudgetCategoryType
getDaysInPeriod in class BudgetCategoryTypepublic java.lang.String getDateFormat()
BudgetCategoryType
getDateFormat in class BudgetCategoryTypepublic java.lang.String getName()
BudgetCategoryType
getName in class BudgetCategoryType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||