JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.field.validate
Class JCDateTimeValidator.WorkingCalendar

java.lang.Object
  |
  +--com.klg.jclass.field.validate.JCDateTimeValidator.WorkingCalendar
All Implemented Interfaces:
Cloneable, Serializable
Enclosing class:
JCDateTimeValidator

protected class JCDateTimeValidator.WorkingCalendar
extends Object
implements Cloneable, Serializable

See Also:
Serialized Form

Constructor Summary
JCDateTimeValidator.WorkingCalendar()
           
JCDateTimeValidator.WorkingCalendar(Calendar cal)
           
 
Method Summary
 void clear()
           
 Object clone()
           
 int get(int field)
           
 TimeZone getTimeZone()
           
 boolean isSet(int field)
           
 void set(int field, int value)
           
 void setTimeZone(TimeZone atz)
           
 Calendar toCalendar()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCDateTimeValidator.WorkingCalendar

public JCDateTimeValidator.WorkingCalendar()

JCDateTimeValidator.WorkingCalendar

public JCDateTimeValidator.WorkingCalendar(Calendar cal)
Method Detail

clear

public void clear()

get

public int get(int field)

set

public void set(int field,
                int value)

isSet

public boolean isSet(int field)

getTimeZone

public TimeZone getTimeZone()

setTimeZone

public void setTimeZone(TimeZone atz)

toCalendar

public Calendar toCalendar()

clone

public Object clone()
Overrides:
clone in class Object

Copyright © 2004 Quest Software Inc..
All rights reserved.