|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.beacm.RepeatAdjust
com.compoze.collab.beacm.RepeatMonthlyByDateAdjust
public class RepeatMonthlyByDateAdjust
This class stores the values for a 'repeat monthly by date' adjust.
| Constructor Summary | |
|---|---|
RepeatMonthlyByDateAdjust()
Constructor. |
|
RepeatMonthlyByDateAdjust(String[] values)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addDayOfMonth(int iDayOfMonth)
Adds the day of month to the repeat values. |
boolean |
containsDayOfMonth(int iDayOfMonth,
Date givenDate)
Checks to see if this adjust contains the day of month. |
| Methods inherited from class com.compoze.collab.beacm.RepeatAdjust |
|---|
getValues, getValuesArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepeatMonthlyByDateAdjust()
values - the adjust valuespublic RepeatMonthlyByDateAdjust(String[] values)
values - the adjust values| Method Detail |
|---|
public void addDayOfMonth(int iDayOfMonth)
For example, to repeat on the 5th of a month, call
addDayOfMonth(5).
iDayOfMonth - the day of month (should be between 1-31)
public boolean containsDayOfMonth(int iDayOfMonth,
Date givenDate)
iDayOfMonth - the day of the month
true if it contains the specified day of month; false otherwise
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||