public class ScheduleImpl extends Object implements Schedule
Modifier and Type | Field and Description |
---|---|
String |
cronExpression |
boolean |
enabled |
String |
eventCategory |
String |
eventId |
String |
id |
String |
username |
Constructor and Description |
---|
ScheduleImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCronExpression()
Returns the cron expression.
|
String |
getEventCategory()
Returns the event category.
|
String |
getEventId()
Returns the event id.
|
String |
getId()
Returns the schedule job id.
|
String |
getUsername()
Returns the username.
|
int |
hashCode() |
boolean |
isEnabled()
Returns true if the scheduler is enabled and the job scheduled for execution
|
void |
setEventId(String eventId) |
String |
toString() |
public String eventCategory
public String cronExpression
public boolean enabled
public ScheduleImpl()
public void setEventId(String eventId)
public String getId()
Schedule
public String getEventId()
Schedule
getEventId
in interface Schedule
public String getEventCategory()
Schedule
getEventCategory
in interface Schedule
public String getCronExpression()
Schedule
getCronExpression
in interface Schedule
public String getUsername()
Schedule
getUsername
in interface Schedule
Copyright © 2018 Nuxeo. All rights reserved.