Compoze Software, Inc.

com.compoze.collab.domino
Class RepeatMonthlyByDateAdjust

java.lang.Object
  |
  +--com.compoze.collab.domino.RepeatAdjust
        |
        +--com.compoze.collab.domino.RepeatMonthlyByDateAdjust
All Implemented Interfaces:
java.io.Serializable

public class RepeatMonthlyByDateAdjust
extends RepeatAdjust
implements java.io.Serializable

This class stores the values for a 'repeat monthly by date' adjust.

See Also:
Serialized Form

Constructor Summary
RepeatMonthlyByDateAdjust()
          Constructor.
RepeatMonthlyByDateAdjust(java.lang.String[] values)
          Constructor.
 
Method Summary
 boolean containsDayOfMonth(int iDayOfMonth)
          Checks to see if this adjust contains the day of month.
 
Methods inherited from class com.compoze.collab.domino.RepeatAdjust
getValues, getValuesArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatMonthlyByDateAdjust

public RepeatMonthlyByDateAdjust()
Constructor.

RepeatMonthlyByDateAdjust

public RepeatMonthlyByDateAdjust(java.lang.String[] values)
Constructor.
Parameters:
values - the adjust values
Method Detail

containsDayOfMonth

public boolean containsDayOfMonth(int iDayOfMonth)
Checks to see if this adjust contains the day of month.
Parameters:
iDayOfMonth - the day of the month
Returns:
true if it contains the specified day of month; false otherwise

Compoze Software, Inc.

Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.