org.kuali.rice.kew.dto
Class UserIdDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.RecipientIdDTO
      extended by org.kuali.rice.kew.dto.UserIdDTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmplIdDTO, NetworkIdDTO, WorkflowIdDTO

Deprecated. UserIdDTO should no longer be used. Instead, there should be alternate API methods which reference Strings containing principal ID

public abstract class UserIdDTO
extends RecipientIdDTO

Super class for all user id transport objects.

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

Constructor Summary
UserIdDTO()
          Deprecated.  
UserIdDTO(String id)
          Deprecated.  
 
Method Summary
 boolean equals(Object object)
          Deprecated.  
protected  String getId()
          Deprecated.  
 int hashCode()
          Deprecated.  
protected  void setId(String id)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserIdDTO

public UserIdDTO()
Deprecated. 

UserIdDTO

public UserIdDTO(String id)
Deprecated. 
Method Detail

getId

protected String getId()
Deprecated. 

setId

protected void setId(String id)
Deprecated. 

equals

public boolean equals(Object object)
Deprecated. 
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.