|
|||||||||
| Home >> All >> org >> schooltool >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.schooltool.misc
Class timetableDataKey

java.lang.Objectorg.schooltool.misc.timetableDataKey
- All Implemented Interfaces:
- java.io.Serializable
- public class timetableDataKey
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
- Version:
| Field Summary | |
private long |
allocatedNdx
|
private long |
careerPathNdx
|
static int |
DRAGSOURCE_BOTTOM
|
static int |
DRAGSOURCE_LIST
|
static int |
DRAGSOURCE_TOP
|
private int |
dragSourceType
|
private long |
educatoreNdx
|
private int |
tableColumnSource
|
private int |
tableRowSource
|
| Constructor Summary | |
timetableDataKey(int type)
Creates new timetableDataKey |
|
| Method Summary | |
long |
getAllocatedNdx()
Getter for property allocatedNdx. |
long |
getCareerPathNdx()
Getter for property careerPathNdx. |
int |
getDragSourceType()
Getter for property dragSourceType. |
long |
getEducatoreNdx()
Getter for property educatoreNdx. |
int |
getTableColumnSource()
Getter for property tableColumnSource. |
int |
getTableRowSource()
Getter for property tableRowSource. |
void |
setAllocatedNdx(long allocatedNdx)
Setter for property allocatedNdx. |
void |
setCareerPathNdx(long careerPathNdx)
Setter for property careerPathNdx. |
void |
setDragSourceType(int dragSourceType)
Setter for property dragSourceType. |
void |
setEducatoreNdx(long educatoreNdx)
Setter for property educatoreNdx. |
void |
setTableColumnSource(int tableColumnSource)
Setter for property tableColumnSource. |
void |
setTableRowSource(int tableRowSource)
Setter for property tableRowSource. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DRAGSOURCE_TOP
public static final int DRAGSOURCE_TOP
- See Also:
- Constant Field Values
DRAGSOURCE_BOTTOM
public static final int DRAGSOURCE_BOTTOM
- See Also:
- Constant Field Values
DRAGSOURCE_LIST
public static final int DRAGSOURCE_LIST
- See Also:
- Constant Field Values
dragSourceType
private int dragSourceType
careerPathNdx
private long careerPathNdx
educatoreNdx
private long educatoreNdx
allocatedNdx
private long allocatedNdx
tableRowSource
private int tableRowSource
tableColumnSource
private int tableColumnSource
| Constructor Detail |
timetableDataKey
public timetableDataKey(int type)
- Creates new timetableDataKey
| Method Detail |
getCareerPathNdx
public long getCareerPathNdx()
- Getter for property careerPathNdx.
setCareerPathNdx
public void setCareerPathNdx(long careerPathNdx)
- Setter for property careerPathNdx.
getEducatoreNdx
public long getEducatoreNdx()
- Getter for property educatoreNdx.
setEducatoreNdx
public void setEducatoreNdx(long educatoreNdx)
- Setter for property educatoreNdx.
getAllocatedNdx
public long getAllocatedNdx()
- Getter for property allocatedNdx.
setAllocatedNdx
public void setAllocatedNdx(long allocatedNdx)
- Setter for property allocatedNdx.
getDragSourceType
public int getDragSourceType()
- Getter for property dragSourceType.
setDragSourceType
public void setDragSourceType(int dragSourceType)
- Setter for property dragSourceType.
getTableRowSource
public int getTableRowSource()
- Getter for property tableRowSource.
setTableRowSource
public void setTableRowSource(int tableRowSource)
- Setter for property tableRowSource.
getTableColumnSource
public int getTableColumnSource()
- Getter for property tableColumnSource.
setTableColumnSource
public void setTableColumnSource(int tableColumnSource)
- Setter for property tableColumnSource.
|
|||||||||
| Home >> All >> org >> schooltool >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.schooltool.misc.timetableDataKey