org.kuali.rice.kew.role
Class KimRoleRecipient

java.lang.Object
  extended by org.kuali.rice.kew.role.KimRoleRecipient
All Implemented Interfaces:
Serializable, Recipient

public class KimRoleRecipient
extends Object
implements Recipient

A request recipient represented by a KIM role.

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

Constructor Summary
KimRoleRecipient(Role role)
           
 
Method Summary
 String getDisplayName()
           
 Role getRole()
           
 Recipient getTarget()
           
 void setTarget(Recipient target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KimRoleRecipient

public KimRoleRecipient(Role role)
Method Detail

getRole

public Role getRole()

getTarget

public Recipient getTarget()

setTarget

public void setTarget(Recipient target)

getDisplayName

public String getDisplayName()


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.