org.kuali.rice.kew.user
Class EmplId

java.lang.Object
  extended by org.kuali.rice.kew.user.EmplId
All Implemented Interfaces:
Serializable, Id, UserId
Direct Known Subclasses:
EmployeeId

Deprecated. use EmployeeId instead

public class EmplId
extends Object
implements UserId

EmplId is an "employee" id that can be used as a foreign key into another, institutional, identity system. The workflow engine does not depend upon the existence of this ID on a WorkflowUser.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
EmplId()
          Deprecated.  
EmplId(String emplId)
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated. If you make this class non-final, you must rewrite equals to work for subclasses.
 String getEmplId()
          Deprecated.  
 String getId()
          Deprecated. Returns the value of the id as a String
 int hashCode()
          Deprecated.  
 boolean isEmpty()
          Deprecated. Returns true if this userId has an empty value.
 void setEmplId(String emplId)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmplId

public EmplId(String emplId)
Deprecated. 

EmplId

public EmplId()
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 
Description copied from interface: UserId
Returns the value of the id as a String

Specified by:
getId in interface UserId

getEmplId

public String getEmplId()
Deprecated. 

setEmplId

public void setEmplId(String emplId)
Deprecated. 

isEmpty

public boolean isEmpty()
Deprecated. 
Returns true if this userId has an empty value. Empty userIds can't be used as keys in a Hash, among other things.

Specified by:
isEmpty in interface Id
Returns:
true if this instance doesn't have a value

equals

public boolean equals(Object obj)
Deprecated. 
If you make this class non-final, you must rewrite equals to work for subclasses.

Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.