saaps.util
Class YMDChoice

java.lang.Object
  |
  +--saaps.util.YMDChoice

public class YMDChoice
extends java.lang.Object


Field Summary
private  java.awt.Choice day
           
private  int hour
           
private  int minute
           
private  java.awt.Choice month
           
private  int second
           
private  java.awt.Choice year
           
 
Constructor Summary
YMDChoice()
           
YMDChoice(java.awt.Choice y, java.awt.Choice m, java.awt.Choice d, int hh, int mm, int ss)
           
 
Method Summary
 java.util.Date getDate()
           
 void setChoice(java.awt.Choice y, java.awt.Choice m, java.awt.Choice d, int hh, int mm, int ss)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

year

private java.awt.Choice year

month

private java.awt.Choice month

day

private java.awt.Choice day

hour

private int hour

minute

private int minute

second

private int second
Constructor Detail

YMDChoice

public YMDChoice()

YMDChoice

public YMDChoice(java.awt.Choice y,
                 java.awt.Choice m,
                 java.awt.Choice d,
                 int hh,
                 int mm,
                 int ss)
Method Detail

setChoice

public void setChoice(java.awt.Choice y,
                      java.awt.Choice m,
                      java.awt.Choice d,
                      int hh,
                      int mm,
                      int ss)

getDate

public java.util.Date getDate()