org.bibalex.daf.managers.checkin
Class PreAssignDialog.PhaseUserPreAssignedEntry

java.lang.Object
  extended by org.bibalex.daf.managers.checkin.PreAssignDialog.PhaseUserPreAssignedEntry
Enclosing class:
PreAssignDialog

public class PreAssignDialog.PhaseUserPreAssignedEntry
extends java.lang.Object

Struct to maintain the Phase User retrurned value.

Author:
Fadi.Edward

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

phaseID

public int phaseID
The Phase ID to Pre-Assign to.


userID

public int userID
The User ID that is Pre-Assigned.

Constructor Detail

PreAssignDialog.PhaseUserPreAssignedEntry

public PreAssignDialog.PhaseUserPreAssignedEntry(int phaseID,
                                                 int userID)
Constructor.

Parameters:
phaseID - The Phase ID to Pre-Assign to.
userID - The User ID that is Pre-Assigned.