public class OleKrmsAgenda extends Object
| Constructor and Description | 
|---|
| OleKrmsAgenda() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Gets the name attribute. | 
| List<OverlayOption> | getOverlayOptions()Gets the overlayOptions attribute. | 
| List<ProfileAttributeBo> | getProfileAttributes() | 
| List<OleKrmsRule> | getRules()Gets the rules attribute. | 
| void | setName(String name)Sets the name attribute value. | 
| void | setOverlayOption(List<OverlayOption> overlayOptions)Sets the overlayOptions attribute value. | 
| void | setProfileAttributes(List<ProfileAttributeBo> profileAttributes) | 
| void | setRules(List<OleKrmsRule> rules)Sets the rules attribute value. | 
public OleKrmsAgenda()
public List<ProfileAttributeBo> getProfileAttributes()
public void setProfileAttributes(List<ProfileAttributeBo> profileAttributes)
public void setName(String name)
name - The name to set.public List<OleKrmsRule> getRules()
public void setRules(List<OleKrmsRule> rules)
rules - The rules to set.public List<OverlayOption> getOverlayOptions()
public void setOverlayOption(List<OverlayOption> overlayOptions)
overlayOptions - The overlayOptions to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.