org.apache.myfaces.dateformat
Class WeekDate

java.lang.Object
  extended by 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)
           
 
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

WeekDate

public WeekDate(int y,
                int w)
Method Detail

getYear

public int getYear()

getWeek

public int getWeek()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.