org.apache.openejb.jee
Class Schedule

java.lang.Object
  extended by org.apache.openejb.jee.Schedule

public class Schedule
extends Object

Version:
$Rev$ $Date$

Field Summary
protected  String dayOfMonth
           
protected  String dayOfWeek
           
protected  String hour
           
protected  String info
           
protected  String minute
           
protected  String month
           
protected  Boolean persistent
           
protected  String second
           
protected  String year
           
 
Constructor Summary
Schedule()
           
 
Method Summary
 String getDayOfMonth()
           
 String getDayOfWeek()
           
 String getHour()
           
 String getInfo()
           
 String getMinute()
           
 String getMonth()
           
 String getSecond()
           
 String getYear()
           
 boolean isPersistent()
           
 void setDayOfMonth(String dayOfMonth)
           
 void setDayOfWeek(String dayOfWeek)
           
 void setHour(String hour)
           
 void setInfo(String info)
           
 void setMinute(String minute)
           
 void setMonth(String month)
           
 void setPersistent(boolean persistent)
           
 void setSecond(String second)
           
 void setYear(String year)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dayOfMonth

protected String dayOfMonth

dayOfWeek

protected String dayOfWeek

hour

protected String hour

info

protected String info

minute

protected String minute

month

protected String month

persistent

protected Boolean persistent

second

protected String second

year

protected String year
Constructor Detail

Schedule

public Schedule()
Method Detail

getDayOfMonth

public String getDayOfMonth()

setDayOfMonth

public void setDayOfMonth(String dayOfMonth)

getDayOfWeek

public String getDayOfWeek()

setDayOfWeek

public void setDayOfWeek(String dayOfWeek)

getHour

public String getHour()

setHour

public void setHour(String hour)

getInfo

public String getInfo()

setInfo

public void setInfo(String info)

getMinute

public String getMinute()

setMinute

public void setMinute(String minute)

getMonth

public String getMonth()

setMonth

public void setMonth(String month)

isPersistent

public boolean isPersistent()

setPersistent

public void setPersistent(boolean persistent)

getSecond

public String getSecond()

setSecond

public void setSecond(String second)

getYear

public String getYear()

setYear

public void setYear(String year)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.