saaps.util
Class YMDChoice

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

public class YMDChoice
extends java.lang.Object


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, toString, wait, wait, wait
 

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()