plugins.wdx
Class LocalDate

java.lang.Object
  extended by plugins.wdx.LocalDate

public class LocalDate
extends java.lang.Object

LocalDate can be used for setting the date value in ContentGetValue.

Author:
Ken

Constructor Summary
LocalDate(int year, int month, int day)
          Create a new local date.
 
Method Summary
 int getDay()
           
 int getMonth()
           
 int getYear()
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalDate

public LocalDate(int year,
                 int month,
                 int day)
Create a new local date.

Parameters:
year - the year
month - the month
day - the day
Method Detail

getYear

public final int getYear()
Returns:
Returns the fYear.

getMonth

public final int getMonth()
Returns:
Returns the fMonth.

getDay

public final int getDay()
Returns:
Returns the fDay.

toString

public final java.lang.String toString()

Overrides:
toString in class java.lang.Object