arlut.csd.JDialog
Class dateThing

java.lang.Object
  |
  +--arlut.csd.JDialog.dateThing
All Implemented Interfaces:
java.io.Serializable

public class dateThing
extends java.lang.Object
implements java.io.Serializable

Serializable object to describe a date field for passing to the client as part of a JDialogBuff or StringDialog.

See Also:
Serialized Form

Field Summary
(package private)  java.util.Date currentDate
           
(package private)  java.util.Date maxDate
           
(package private)  java.lang.String stringLabel
           
 
Constructor Summary
dateThing(java.lang.String label, java.util.Date currentDate, java.util.Date maxDate)
           
 
Method Summary
 java.util.Date getDate()
           
 java.lang.String getLabel()
           
 java.util.Date getMaxDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringLabel

java.lang.String stringLabel

currentDate

java.util.Date currentDate

maxDate

java.util.Date maxDate
Constructor Detail

dateThing

public dateThing(java.lang.String label,
                 java.util.Date currentDate,
                 java.util.Date maxDate)
Method Detail

getLabel

public java.lang.String getLabel()

getDate

public java.util.Date getDate()

getMaxDate

public java.util.Date getMaxDate()