|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.util.cal.DayAndPosition
com.liferay.portal.kernel.cal
.
public class DayAndPosition
Field Summary | |
---|---|
static int |
NO_WEEKDAY
Deprecated. Field NO_WEEKDAY |
Constructor Summary | |
---|---|
DayAndPosition()
Deprecated. Constructor DayAndPosition |
|
DayAndPosition(int d,
int p)
Deprecated. Constructor DayAndPosition |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. Method clone |
boolean |
equals(java.lang.Object obj)
Deprecated. Method equals |
int |
getDayOfWeek()
Deprecated. Method getDayOfWeek |
int |
getDayPosition()
Deprecated. Method getDayPosition |
static boolean |
isValidDayOfWeek(int d)
Deprecated. Method isValidDayOfWeek |
static boolean |
isValidDayPosition(int p)
Deprecated. Method isValidDayPosition |
void |
setDayOfWeek(int d)
Deprecated. Method setDayOfWeek |
void |
setDayPosition(int p)
Deprecated. Method setDayPosition |
java.lang.String |
toString()
Deprecated. 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)
d
- p
- Method Detail |
---|
public int getDayOfWeek()
public void setDayOfWeek(int d)
d
- public int getDayPosition()
public void setDayPosition(int p)
p
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
-
public static boolean isValidDayOfWeek(int d)
d
-
public static boolean isValidDayPosition(int p)
p
-
public java.lang.Object clone()
clone
in class java.lang.Object
public 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 |