Nuxeo Enterprise Platform 5.4

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 java.lang.Object
implements Schedule

ScheduleImpl extension definition.

Author:
Florent Guillaume

Field Summary
 java.lang.String cronExpression
           
 java.lang.String eventCategory
           
 java.lang.String eventId
           
 java.lang.String id
           
 java.lang.String password
           
 java.lang.String username
           
 
Constructor Summary
ScheduleImpl()
           
 
Method Summary
 java.lang.String getCronExpression()
          Returns the cron expression.
 java.lang.String getEventCategory()
          Returns the event category.
 java.lang.String getEventId()
          Returns the event id.
 java.lang.String getId()
          Returns the schedule job id.
 java.lang.String getPassword()
          Returns the password.
 java.lang.String getUsername()
          Returns the username.
 void setEventId(java.lang.String eventId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id

eventId

public java.lang.String eventId

eventCategory

public java.lang.String eventCategory

cronExpression

public java.lang.String cronExpression

username

public java.lang.String username

password

public java.lang.String password
Constructor Detail

ScheduleImpl

public ScheduleImpl()
Method Detail

setEventId

public void setEventId(java.lang.String eventId)

getId

public java.lang.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 java.lang.String getEventId()
Description copied from interface: Schedule
Returns the event id.

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

getEventCategory

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

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

getCronExpression

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

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

getUsername

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

Specified by:
getUsername in interface Schedule
Returns:
the username

getPassword

public java.lang.String getPassword()
Description copied from interface: Schedule
Returns the password.

Specified by:
getPassword in interface Schedule
Returns:
the password

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.