net.sourceforge.cruisecontrol.util
Class PerDayScheduleItem

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.util.PerDayScheduleItem
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Builder, PauseBuilder

public class PerDayScheduleItem
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected static int INVALID_NAME_OF_DAY
           
static int NOT_SET
           
 
Constructor Summary
PerDayScheduleItem()
           
 
Method Summary
 int getDay()
           
 void setDay(java.lang.String dayString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_NAME_OF_DAY

protected static final int INVALID_NAME_OF_DAY
See Also:
Constant Field Values

NOT_SET

public static final int NOT_SET
See Also:
Constant Field Values
Constructor Detail

PerDayScheduleItem

public PerDayScheduleItem()
Method Detail

getDay

public int getDay()

setDay

public void setDay(java.lang.String dayString)