Constructor and Description |
---|
OleAgenda() |
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<KrmsRule> |
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)
Sets the profileAttributes attribute value.
|
void |
setRules(List<KrmsRule> rules)
Sets the rules attribute value.
|
public OleAgenda()
public void setName(String name)
name
- The name to set.public String getDescription()
public void setDescription(String description)
description
- The description to set.public String getContextName()
public void setContextName(String contextName)
contextName
- The contextName to set.public String getCategoryName()
public void setCategoryName(String categoryName)
categoryName
- The categoryName to set.public void setRules(List<KrmsRule> rules)
rules
- The rules to set.public List<ProfileAttributeBo> getProfileAttributes()
public void setProfileAttributes(List<ProfileAttributeBo> profileAttributes)
profileAttributes
- The profileAttributes to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.