org.kuali.rice.kew.rule
Class Role

java.lang.Object
  extended by org.kuali.rice.kew.rule.Role
All Implemented Interfaces:
Serializable

public class Role
extends Object
implements Serializable

A defined role on a RoleAttribute.

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

Constructor Summary
Role()
           
Role(Class attributeClass, String roleName, String roleLabel)
           
 
Method Summary
static String constructRoleValue(String attributeClassName, String roleName)
           
 String getBaseName()
           
 String getLabel()
           
 String getName()
           
 String getReturnUrl()
           
 void setLabel(String roleLabel)
           
 void setName(String roleName)
           
 void setReturnUrl(String returnUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Role

public Role()

Role

public Role(Class attributeClass,
            String roleName,
            String roleLabel)
Method Detail

getReturnUrl

public String getReturnUrl()

setReturnUrl

public void setReturnUrl(String returnUrl)

getLabel

public String getLabel()

setLabel

public void setLabel(String roleLabel)

getName

public String getName()

setName

public void setName(String roleName)

getBaseName

public String getBaseName()

constructRoleValue

public static String constructRoleValue(String attributeClassName,
                                        String roleName)


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