org.apache.myfaces.dateformat
Class WeekDate
java.lang.Object
   org.apache.myfaces.dateformat.WeekDate
org.apache.myfaces.dateformat.WeekDate
- public class WeekDate 
- extends Object
A simple class that holds a date represented as a (year, week) pair
 rather than the more traditional (year, month, day).
- Since:
- 1.1.7
| Constructor Summary | 
| WeekDate(int y,
         int w)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WeekDate
public WeekDate(int y,
                int w)
getYear
public int getYear()
- 
 
getWeek
public int getWeek()
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.