|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bibalex.daf.managers.checkin.PreAssignDialog.PhaseUserPreAssignedEntry
public class PreAssignDialog.PhaseUserPreAssignedEntry
Struct to maintain the Phase User retrurned value.
Field Summary | |
---|---|
int |
phaseID
The Phase ID to Pre-Assign to. |
int |
userID
The User ID that is Pre-Assigned. |
Constructor Summary | |
---|---|
PreAssignDialog.PhaseUserPreAssignedEntry(int phaseID,
int userID)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int phaseID
public int userID
Constructor Detail |
---|
public PreAssignDialog.PhaseUserPreAssignedEntry(int phaseID, int userID)
phaseID
- The Phase ID to Pre-Assign to.userID
- The User ID that is Pre-Assigned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |