public class ScheduleInfo extends InfoObject
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ScheduleInfo() |
public String second
public String minute
public String hour
public String dayOfWeek
public String dayOfMonth
public String month
public String year
public String info
public boolean persistent
public Date start
public Date end
public String timezone
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.