|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.scheduling.ScheduleSummary
public class ScheduleSummary
A class used to provide a summary of of a scheduled job.
Constructor Summary | |
---|---|
ScheduleSummary()
|
Method Summary | |
---|---|
Map<String,String> |
getDescription()
Get the description. |
String |
getId()
Get the Id. |
void |
setDescription(Map<String,String> description)
Set the description. |
void |
setId(String id)
Set the id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScheduleSummary()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- The id.public Map<String,String> getDescription()
public void setDescription(Map<String,String> description)
description
- The description.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |