org.apache.openejb.assembler.classic
Class ScheduleInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.ScheduleInfo
All Implemented Interfaces:
Serializable

public class ScheduleInfo
extends InfoObject

Version:
$Rev: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $
See Also:
Serialized Form

Field Summary
 String dayOfMonth
           
 String dayOfWeek
           
 Date end
           
 String hour
           
 String info
           
 String minute
           
 String month
           
 boolean persistent
           
 String second
           
 Date start
           
 String timezone
           
 String year
           
 
Constructor Summary
ScheduleInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

second

public String second

minute

public String minute

hour

public String hour

dayOfWeek

public String dayOfWeek

dayOfMonth

public String dayOfMonth

month

public String month

year

public String year

info

public String info

persistent

public boolean persistent

start

public Date start

end

public Date end

timezone

public String timezone
Constructor Detail

ScheduleInfo

public ScheduleInfo()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.