wt.calendar
Class StartEndKey

java.lang.Object
  extended bywt.calendar.StartEndKey
All Implemented Interfaces:
Serializable

class StartEndKey
extends Object
implements Serializable


Field Summary
static int CALENDAR
           
static int CALENDAR_COMPONENTS
           
(package private)  long end
           
private  int hashcode
           
(package private)  long pid
           
(package private)  long start
           
(package private)  int type
           
static int WORKING_DAYS
           
static int WORKING_PERIODS
           
 
Constructor Summary
StartEndKey(long astart, long aend, long apid, int atype)
           
 
Method Summary
 boolean equals(Object akey)
           
 long getEnd()
           
 long getPid()
           
 long getStart()
           
 int getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

StartEndKey

public StartEndKey(long astart,
                   long aend,
                   long apid,
                   int atype)
Method Detail

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()