org.ow2.util.ee.metadata.ejbjar.api.struct
Interface IJEjbSchedule

All Superinterfaces:
Serializable

public interface IJEjbSchedule
extends Serializable

Manages @javax.ejb.Schedule annotation.

Author:
Florent BENOIT

Method Summary
 String getDayOfMonth()
           
 String getDayOfWeek()
           
 String getEnd()
           
 String getHour()
           
 String getInfo()
           
 String getMinute()
           
 String getMonth()
           
 String getSecond()
           
 String getStart()
           
 String getTimezone()
           
 String getYear()
           
 boolean isPersistent()
           
 void setDayOfMonth(String dayOfMonth)
          Sets the day of month
 void setDayOfWeek(String dayOfWeek)
          Sets the day of week
 void setEnd(String end)
          Sets the end time
 void setHour(String hour)
          Sets the hour
 void setInfo(String info)
          Sets the info
 void setMinute(String minute)
          Sets the minute
 void setMonth(String month)
          Sets the month
 void setPersistent(boolean persistent)
          Sets the persistent
 void setSecond(String second)
          Sets the seconds
 void setStart(String start)
          Sets the start time
 void setTimezone(String timezone)
          Sets the timezone
 void setYear(String year)
          Sets the year
 

Method Detail

getSecond

String getSecond()
Returns:
seconds

setSecond

void setSecond(String second)
Sets the seconds

Parameters:
second - the value

getMinute

String getMinute()
Returns:
minutes

setMinute

void setMinute(String minute)
Sets the minute

Parameters:
minute - the value

getHour

String getHour()
Returns:
hour

setHour

void setHour(String hour)
Sets the hour

Parameters:
hour - the value

getDayOfMonth

String getDayOfMonth()
Returns:
day of month

setDayOfMonth

void setDayOfMonth(String dayOfMonth)
Sets the day of month

Parameters:
dayOfMonth - the value

getMonth

String getMonth()
Returns:
month

setMonth

void setMonth(String month)
Sets the month

Parameters:
month - the value

getDayOfWeek

String getDayOfWeek()
Returns:
day of week

setDayOfWeek

void setDayOfWeek(String dayOfWeek)
Sets the day of week

Parameters:
dayOfWeek - the value

getYear

String getYear()
Returns:
year

setYear

void setYear(String year)
Sets the year

Parameters:
year - the value

getTimezone

String getTimezone()
Returns:
timezone

setTimezone

void setTimezone(String timezone)
Sets the timezone

Parameters:
timezone - the value

getInfo

String getInfo()
Returns:
info used for the timer callback

setInfo

void setInfo(String info)
Sets the info

Parameters:
info - the value

isPersistent

boolean isPersistent()
Returns:
true if schedule is persistent

setPersistent

void setPersistent(boolean persistent)
Sets the persistent

Parameters:
persistent - the value

getStart

String getStart()
Returns:
start time

setStart

void setStart(String start)
Sets the start time

Parameters:
start - the value

getEnd

String getEnd()
Returns:
end time

setEnd

void setEnd(String end)
Sets the end time

Parameters:
end - the value


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.