|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.ole.ingest.pojo.Profile
public class Profile
Profile is a business object class for Profile
Constructor Summary | |
---|---|
Profile()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profile()
Method Detail |
---|
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 getName()
public String getDescription()
public String getContextName()
public String getCategoryName()
public List<OleRule> getRules()
public List<ProfileAttributeBo> getProfileAttributes()
public void setProfileAttributes(List<ProfileAttributeBo> profileAttributes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |