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

This is a description of what this class does - ewestfal don't forget to fill this in.

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

Constructor Summary
KimRoleRecipient(List<ResponsibilityActionInfo> responsibilities)
           
 
Method Summary
 String getDisplayName()
           
 List<ResponsibilityActionInfo> getResponsibilities()
           
 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(List<ResponsibilityActionInfo> responsibilities)
Method Detail

getResponsibilities

public List<ResponsibilityActionInfo> getResponsibilities()

getTarget

public Recipient getTarget()

setTarget

public void setTarget(Recipient target)

getDisplayName

public String getDisplayName()


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