org.kuali.ole.ingest.pojo
Class Profile

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.Profile

public class Profile
extends Object

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

Profile

public Profile()
Method Detail

setName

public void setName(String name)
Sets the name attribute value.

Parameters:
name - The name to set.

setDescription

public void setDescription(String description)
Sets the description attribute value.

Parameters:
description - The description to set.

setContextName

public void setContextName(String contextName)
Sets the contextName attribute value.

Parameters:
contextName - The contextName to set.

setCategoryName

public void setCategoryName(String categoryName)
Sets the categoryName attribute value.

Parameters:
categoryName - The categoryName to set.

setRules

public void setRules(List<OleRule> rules)
Sets the rules attribute value.

Parameters:
rules - The rules to set.

getName

public String getName()
Gets the name attribute.

Returns:
Returns the name.

getDescription

public String getDescription()
Gets the description attribute.

Returns:
Returns the description.

getContextName

public String getContextName()
Gets the contextName attribute.

Returns:
Returns the contextName.

getCategoryName

public String getCategoryName()
Gets the categoryName attribute.

Returns:
Returns the categoryName.

getRules

public List<OleRule> getRules()
Gets the rules attribute.

Returns:
Returns the rules.

getProfileAttributes

public List<ProfileAttributeBo> getProfileAttributes()
Gets the profileAttributes attribute.

Returns:
Returns the profileAttributes.

setProfileAttributes

public void setProfileAttributes(List<ProfileAttributeBo> profileAttributes)
Gets the profileAttributes attribute.



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