|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.kernel.cal.DayAndPosition
public class DayAndPosition
| Field Summary | |
|---|---|
static int |
NO_WEEKDAY
Field NO_WEEKDAY |
| Constructor Summary | |
|---|---|
DayAndPosition()
Constructor DayAndPosition |
|
DayAndPosition(int d,
int p)
Constructor DayAndPosition |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Method clone |
boolean |
equals(java.lang.Object obj)
Method equals |
int |
getDayOfWeek()
Method getDayOfWeek |
int |
getDayPosition()
Method getDayPosition |
static boolean |
isValidDayOfWeek(int d)
Method isValidDayOfWeek |
static boolean |
isValidDayPosition(int p)
Method isValidDayPosition |
void |
setDayOfWeek(int d)
Method setDayOfWeek |
void |
setDayPosition(int p)
Method setDayPosition |
java.lang.String |
toString()
Method toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int NO_WEEKDAY
| Constructor Detail |
|---|
public DayAndPosition()
public DayAndPosition(int d,
int p)
| Method Detail |
|---|
public int getDayOfWeek()
public void setDayOfWeek(int d)
public int getDayPosition()
public void setDayPosition(int p)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static boolean isValidDayOfWeek(int d)
public static boolean isValidDayPosition(int p)
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||