|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.dateformat.WeekDate
public class WeekDate
A simple class that holds a date represented as a (year, week) pair rather than the more traditional (year, month, day).
| Constructor Summary | |
|---|---|
WeekDate(int y,
int w)
|
|
| Method Summary | |
|---|---|
int |
getWeek()
|
int |
getYear()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeekDate(int y,
int w)
| Method Detail |
|---|
public int getYear()
public int getWeek()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||