| Constructor and Description | 
|---|
| Profile() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCategoryName()Gets the categoryName attribute. | 
| String | getContextName()Gets the contextName attribute. | 
| String | getDescription()Gets the description attribute. | 
| String | getName()Gets the name attribute. | 
| List<ProfileAttributeBo> | getProfileAttributes()Gets the profileAttributes attribute. | 
| List<OleRule> | getRules()Gets the rules attribute. | 
| void | setCategoryName(String categoryName)Sets the categoryName attribute value. | 
| void | setContextName(String contextName)Sets the contextName attribute value. | 
| void | setDescription(String description)Sets the description attribute value. | 
| void | setName(String name)Sets the name attribute value. | 
| void | setProfileAttributes(List<ProfileAttributeBo> profileAttributes)Gets the profileAttributes attribute. | 
| void | setRules(List<OleRule> rules)Sets the rules attribute value. | 
public Profile()
public void setName(String name)
name - The name to set.public void setDescription(String description)
description - The description to set.public void setContextName(String contextName)
contextName - The contextName to set.public void setCategoryName(String categoryName)
categoryName - The categoryName to set.public void setRules(List<OleRule> rules)
rules - The rules to set.public String getDescription()
public String getContextName()
public String getCategoryName()
public List<ProfileAttributeBo> getProfileAttributes()
public void setProfileAttributes(List<ProfileAttributeBo> profileAttributes)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.