com.businessobjects.jsf.sdk.properties
Class MonthlyProps

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.MonthlyProps
All Implemented Interfaces:
java.io.Serializable

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

Contains properties for specifying which recurring date options to display in the Schedule component.

See Also:
Serialized Form

Constructor Summary
MonthlyProps()
           
 
Method Summary
 boolean isShowDayOfMonth()
          Indicates whether to display the recurring day of month option.
 boolean isShowDayOfWeek()
          Indicates whether to display the recurring day of week option.
 boolean isShowLastDayOfMonth()
          Indicates whether to display the recurring last day of month option.
 boolean isShowMonthlyInterval()
          Indicates whether to display the monthly interval scheduling option.
 void setShowDayOfMonth(boolean showDayOfMonth)
          Sets whether to display the recurring day of month option.
 void setShowDayOfWeek(boolean showDayOfWeek)
          Sets whether to display the recurring day of week option.
 void setShowLastDayOfMonth(boolean showLastDayOfMonth)
          Sets a value indicating whether to display the recurring last day of month option.
 void setShowMonthlyInterval(boolean showMonthlyInterval)
          Sets whether to display the monthly interval scheduling option.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthlyProps

public MonthlyProps()
Method Detail

isShowDayOfMonth

public boolean isShowDayOfMonth()
Indicates whether to display the recurring day of month option.

Returns:
A boolean that is true if the recurring monthly day option is displayed, otherwise false. The default value is true.

setShowDayOfMonth

public void setShowDayOfMonth(boolean showDayOfMonth)
Sets whether to display the recurring day of month option.

Parameters:
showDayOfMonth - a boolean that is true if the recurring monthly day option is displayed, otherwise false. The default value is true.

isShowDayOfWeek

public boolean isShowDayOfWeek()
Indicates whether to display the recurring day of week option.

Returns:
A boolean that is true if the recurring weekly day option is displayed, otherwise, false. The default value is true.

setShowDayOfWeek

public void setShowDayOfWeek(boolean showDayOfWeek)
Sets whether to display the recurring day of week option.

Parameters:
showDayOfWeek - a boolean value that is true if the recurring weekly day option is displayed, otherwise, false. The default value is true.

isShowLastDayOfMonth

public boolean isShowLastDayOfMonth()
Indicates whether to display the recurring last day of month option.

Returns:
A boolean that is true if the scheduling option should be displayed, otherwise false.

setShowLastDayOfMonth

public void setShowLastDayOfMonth(boolean showLastDayOfMonth)
Sets a value indicating whether to display the recurring last day of month option.

Parameters:
showLastDayOfMonth - a boolean value that is true if the scheduling option should be displayed, otherwise false.

isShowMonthlyInterval

public boolean isShowMonthlyInterval()
Indicates whether to display the monthly interval scheduling option.

Returns:
A boolean that is true if the scheduling option should be displayed, otherwise false.

setShowMonthlyInterval

public void setShowMonthlyInterval(boolean showMonthlyInterval)
Sets whether to display the monthly interval scheduling option.

Parameters:
showMonthlyInterval - a boolean value that is true if the scheduling option should be displayed, otherwise false.