Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.scheduler.core.service
Class ScheduleImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.scheduler.core.service.ScheduleImpl
All Implemented Interfaces:
Schedule

public class ScheduleImpl
extends Object
implements Schedule

ScheduleImpl extension definition.


Field Summary
 String cronExpression
           
 String eventCategory
           
 String eventId
           
 String id
           
 String username
           
 
Constructor Summary
ScheduleImpl()
           
 
Method Summary
 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.
 void setEventId(String eventId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public String id

eventId

public String eventId

eventCategory

public String eventCategory

cronExpression

public String cronExpression

username

public String username
Constructor Detail

ScheduleImpl

public ScheduleImpl()
Method Detail

setEventId

public void setEventId(String eventId)

getId

public String getId()
Description copied from interface: Schedule
Returns the schedule job id.

Specified by:
getId in interface Schedule
Returns:
the schedule job id.

getEventId

public String getEventId()
Description copied from interface: Schedule
Returns the event id.

Specified by:
getEventId in interface Schedule
Returns:
the event id

getEventCategory

public String getEventCategory()
Description copied from interface: Schedule
Returns the event category.

Specified by:
getEventCategory in interface Schedule
Returns:
the event category

getCronExpression

public String getCronExpression()
Description copied from interface: Schedule
Returns the cron expression.

Specified by:
getCronExpression in interface Schedule
Returns:
the cron expression

getUsername

public String getUsername()
Description copied from interface: Schedule
Returns the username.

Specified by:
getUsername in interface Schedule
Returns:
the username

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.