org.apache.maven.continuum.xmlrpc.project
Class Schedule

Package class diagram package Schedule
java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.Schedule
All Implemented Interfaces:
java.io.Serializable

public class Schedule
extends java.lang.Object
implements java.io.Serializable

Schedule for a project.

See Also:
Serialized Form

Constructor Summary
Schedule()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 java.lang.String getCronExpression()
          Get the cronExpression field.
 int getDelay()
          Get Delay in seconds.
 java.lang.String getDescription()
          Get the description field.
 int getId()
          Get the id field.
 int getMaxJobExecutionTime()
          Get Maximum execution time of a job in seconds before it's terminated.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get the name field.
 int hashCode()
          Method hashCode.
 boolean isActive()
          Get the active field.
 void setActive(boolean active)
          Set the active field.
 void setCronExpression(java.lang.String cronExpression)
          Set the cronExpression field.
 void setDelay(int delay)
          Set Delay in seconds.
 void setDescription(java.lang.String description)
          Set the description field.
 void setId(int id)
          Set the id field.
 void setMaxJobExecutionTime(int maxJobExecutionTime)
          Set Maximum execution time of a job in seconds before it's terminated.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setName(java.lang.String name)
          Set the name field.
 java.lang.String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Schedule

public Schedule()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals.

Overrides:
equals in class java.lang.Object
Parameters:
other -
Returns:
boolean

getCronExpression

public java.lang.String getCronExpression()
Get the cronExpression field.

Returns:
String

getDelay

public int getDelay()
Get Delay in seconds.

Returns:
int

getDescription

public java.lang.String getDescription()
Get the description field.

Returns:
String

getId

public int getId()
Get the id field.

Returns:
int

getMaxJobExecutionTime

public int getMaxJobExecutionTime()
Get Maximum execution time of a job in seconds before it's terminated.

Returns:
int

getName

public java.lang.String getName()
Get the name field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class java.lang.Object
Returns:
int

isActive

public boolean isActive()
Get the active field.

Returns:
boolean

setActive

public void setActive(boolean active)
Set the active field.

Parameters:
active -

setCronExpression

public void setCronExpression(java.lang.String cronExpression)
Set the cronExpression field.

Parameters:
cronExpression -

setDelay

public void setDelay(int delay)
Set Delay in seconds.

Parameters:
delay -

setDescription

public void setDescription(java.lang.String description)
Set the description field.

Parameters:
description -

setId

public void setId(int id)
Set the id field.

Parameters:
id -

setMaxJobExecutionTime

public void setMaxJobExecutionTime(int maxJobExecutionTime)
Set Maximum execution time of a job in seconds before it's terminated.

Parameters:
maxJobExecutionTime -

setName

public void setName(java.lang.String name)
Set the name field.

Parameters:
name -

toString

public java.lang.String toString()
Method toString.

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.