public class

DatePoser

extends Date
implements Poser<T>
java.lang.Object
   ↳ java.util.Date
     ↳ com.google.gwt.requestfactory.shared.impl.posers.DatePoser

Class Overview

A sometimes-mutable implementation of Date.

Summary

Public Constructors
DatePoser(Date copy)
Public Methods
Date getPosedValue()
boolean isFrozen()
void setDate(int date)
void setFrozen(boolean frozen)
void setHours(int hours)
void setMinutes(int minutes)
void setMonth(int month)
void setSeconds(int seconds)
void setTime(long time)
void setYear(int year)
[Expand]
Inherited Methods
From class java.util.Date
From class java.lang.Object
From interface com.google.gwt.requestfactory.shared.impl.Poser
From interface java.lang.Comparable

Public Constructors

public DatePoser (Date copy)

Public Methods

public Date getPosedValue ()

public boolean isFrozen ()

public void setDate (int date)

public void setFrozen (boolean frozen)

public void setHours (int hours)

public void setMinutes (int minutes)

public void setMonth (int month)

public void setSeconds (int seconds)

public void setTime (long time)

public void setYear (int year)