org.oddjob.scheduling
Class ScheduleSummary

java.lang.Object
  extended by org.oddjob.scheduling.ScheduleSummary
All Implemented Interfaces:
Serializable

public class ScheduleSummary
extends Object
implements Serializable

A class used to provide a summary of of a scheduled job.

See Also:
Serialized Form

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

ScheduleSummary

public ScheduleSummary()
Method Detail

getId

public String getId()
Get the Id.

Returns:
The id.

setId

public void setId(String id)
Set the id.

Parameters:
id - The id.

getDescription

public Map<String,String> getDescription()
Get the description.

Returns:
The description;

setDescription

public void setDescription(Map<String,String> description)
Set the description.

Parameters:
description - The description.