|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.xmlrpc.project.Schedule
public class Schedule
Schedule for a project.
Constructor Summary | |
---|---|
Schedule()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Method equals. |
String |
getCronExpression()
Get the cronExpression field. |
int |
getDelay()
Get delay in seconds. |
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. |
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(String cronExpression)
Set the cronExpression field. |
void |
setDelay(int delay)
Set delay in seconds. |
void |
setDescription(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 |
setName(String name)
Set the name field. |
String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Schedule()
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
other
-
public String getCronExpression()
public int getDelay()
public String getDescription()
public int getId()
public int getMaxJobExecutionTime()
public String getName()
public int hashCode()
hashCode
in class Object
public boolean isActive()
public void setActive(boolean active)
active
- public void setCronExpression(String cronExpression)
cronExpression
- public void setDelay(int delay)
delay
- public void setDescription(String description)
description
- public void setId(int id)
id
- public void setMaxJobExecutionTime(int maxJobExecutionTime)
maxJobExecutionTime
- public void setName(String name)
name
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |