wt.calendar
Class StartEndKey
java.lang.Object
wt.calendar.StartEndKey
- All Implemented Interfaces:
- Serializable
- class StartEndKey
- extends Object
- implements Serializable
Constructor Summary |
StartEndKey(long astart,
long aend,
long apid,
int atype)
|
start
long start
end
long end
pid
long pid
type
int type
hashcode
private int hashcode
CALENDAR
public static int CALENDAR
CALENDAR_COMPONENTS
public static int CALENDAR_COMPONENTS
WORKING_DAYS
public static int WORKING_DAYS
WORKING_PERIODS
public static int WORKING_PERIODS
StartEndKey
public StartEndKey(long astart,
long aend,
long apid,
int atype)
getStart
public long getStart()
getEnd
public long getEnd()
getPid
public long getPid()
getType
public int getType()
hashCode
public int hashCode()
equals
public boolean equals(Object akey)
toString
public String toString()