public class ProfileAttributeBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| ProfileAttributeBo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAgendaName()Gets the agendaName attribute. | 
| String | getAttributeName()Gets the attributeName attribute. | 
| String | getAttributeValue()Gets the attributeValue attribute. | 
| Integer | getId()Gets the id attribute. | 
| String | getSystemValue()Gets the systemValue attribute. | 
| void | setAgendaName(String agendaName)Sets the agendaName attribute value. | 
| void | setAttributeName(String attributeName)Sets the attributeName attribute value. | 
| void | setAttributeValue(String attributeValue)Sets the attributeValue attribute value. | 
| void | setId(Integer id)Sets the id attribute value. | 
| void | setSystemValue(String systemValue)Sets the systemValue attribute value. | 
| protected LinkedHashMap | toStringMapper()This method returns concatenated value of id,agendaName,attributeName,attributeValue | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic ProfileAttributeBo()
public String getSystemValue()
public void setSystemValue(String systemValue)
systemValue - The systemValue to set.public String getAgendaName()
public void setAgendaName(String agendaName)
agendaName - The agendaName to set.public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - The attributeName to set.public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue - The attributeValue to set.protected LinkedHashMap toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.