org.apache.jetspeed.scheduler
Class BaseJobEntry

java.lang.Object
  extended by org.apache.jetspeed.scheduler.BaseJobEntry
Direct Known Subclasses:
JobEntry

public abstract class BaseJobEntry
extends Object

BaseJobEntry

Version:
$Id: BaseJobEntry.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Field Summary
protected  int dayOfMonth
           
protected  String email
           
protected  int jobHour
           
protected  int jobId
           
protected  int jobMinute
           
protected  int jobSecond
           
protected  String task
           
protected  int weekDay
           
 
Constructor Summary
BaseJobEntry()
           
 
Method Summary
 int getDayOfMonth()
          Get the DayOfMonth
 String getEmail()
          Get the Email
 int getHour()
          Get the Hour
 int getJobId()
          Get the JobId
 int getMinute()
          Get the Minute
 int getSecond()
          Get the Second
 String getTask()
          Get the Task
 int getWeekDay()
          Get the WeekDay
 void setDayOfMonth(int v)
          Set the value of DayOfMonth
 void setEmail(String v)
          Set the value of Email
 void setHour(int v)
          Set the value of Hour
 void setJobId(int v)
          Set the value of JobId
 void setMinute(int v)
          Set the value of Minute
 void setSecond(int v)
          Set the value of Second
 void setTask(String v)
          Set the value of Task
 void setWeekDay(int v)
          Set the value of WeekDay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobId

protected int jobId

jobSecond

protected int jobSecond

jobMinute

protected int jobMinute

jobHour

protected int jobHour

weekDay

protected int weekDay

dayOfMonth

protected int dayOfMonth

task

protected String task

email

protected String email
Constructor Detail

BaseJobEntry

public BaseJobEntry()
Method Detail

getJobId

public int getJobId()
Get the JobId

Returns:

setJobId

public void setJobId(int v)
Set the value of JobId

Parameters:
v - new value

getSecond

public int getSecond()
Get the Second

Returns:
int

setSecond

public void setSecond(int v)
Set the value of Second

Parameters:
v - new value

getMinute

public int getMinute()
Get the Minute

Returns:
int

setMinute

public void setMinute(int v)
Set the value of Minute

Parameters:
v - new value

getHour

public int getHour()
Get the Hour

Returns:
int

setHour

public void setHour(int v)
Set the value of Hour

Parameters:
v - new value

getWeekDay

public int getWeekDay()
Get the WeekDay

Returns:
int

setWeekDay

public void setWeekDay(int v)
Set the value of WeekDay

Parameters:
v - new value

getDayOfMonth

public int getDayOfMonth()
Get the DayOfMonth

Returns:
int

setDayOfMonth

public void setDayOfMonth(int v)
Set the value of DayOfMonth

Parameters:
v - new value

getTask

public String getTask()
Get the Task

Returns:
String

setTask

public void setTask(String v)
Set the value of Task

Parameters:
v - new value

getEmail

public String getEmail()
Get the Email

Returns:
String

setEmail

public void setEmail(String v)
Set the value of Email

Parameters:
v - new value


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.