Liferay 6.0.5

com.liferay.util.cal
Class DayAndPosition

java.lang.Object
  extended by com.liferay.util.cal.DayAndPosition
All Implemented Interfaces:
Serializable, Cloneable

Deprecated. This class has been repackaged at com.liferay.portal.kernel.cal.

public class DayAndPosition
extends Object
implements Cloneable, Serializable

See Also:
Serialized Form

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
 Object clone()
          Deprecated. Method clone
 boolean equals(Object obj)
          Deprecated. Method equals
 int getDayOfWeek()
          Deprecated. Method getDayOfWeek
 int getDayPosition()
          Deprecated. Method getDayPosition
 int hashCode()
          Deprecated.  
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
 String toString()
          Deprecated. Method toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_WEEKDAY

public static final int NO_WEEKDAY
Deprecated. 
Field NO_WEEKDAY

See Also:
Constant Field Values
Constructor Detail

DayAndPosition

public DayAndPosition()
Deprecated. 
Constructor DayAndPosition


DayAndPosition

public DayAndPosition(int d,
                      int p)
Deprecated. 
Constructor DayAndPosition

Method Detail

getDayOfWeek

public int getDayOfWeek()
Deprecated. 
Method getDayOfWeek

Returns:
int

setDayOfWeek

public void setDayOfWeek(int d)
Deprecated. 
Method setDayOfWeek


getDayPosition

public int getDayPosition()
Deprecated. 
Method getDayPosition

Returns:
int

setDayPosition

public void setDayPosition(int p)
Deprecated. 
Method setDayPosition


equals

public boolean equals(Object obj)
Deprecated. 
Method equals

Overrides:
equals in class Object
Returns:
boolean

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

isValidDayOfWeek

public static boolean isValidDayOfWeek(int d)
Deprecated. 
Method isValidDayOfWeek

Returns:
boolean

isValidDayPosition

public static boolean isValidDayPosition(int p)
Deprecated. 
Method isValidDayPosition

Returns:
boolean

clone

public Object clone()
Deprecated. 
Method clone

Overrides:
clone in class Object
Returns:
Object

toString

public String toString()
Deprecated. 
Method toString

Overrides:
toString in class Object
Returns:
String

Liferay 6.0.5