org.kuali.ole.ingest.pojo
Class ProfileAttributeBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.ingest.pojo.ProfileAttributeBo
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class ProfileAttributeBo
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

ProfileAttributeBo is a business object class for Profile Attribute Bo

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ProfileAttributeBo()
           
 
Method Summary
 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
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

ProfileAttributeBo

public ProfileAttributeBo()
Method Detail

getSystemValue

public String getSystemValue()
Gets the systemValue attribute.

Returns:
Returns the systemValue.

setSystemValue

public void setSystemValue(String systemValue)
Sets the systemValue attribute value.

Parameters:
systemValue - The systemValue to set.

getId

public Integer getId()
Gets the id attribute.

Returns:
Returns the id.

setId

public void setId(Integer id)
Sets the id attribute value.

Parameters:
id - The id to set.

getAgendaName

public String getAgendaName()
Gets the agendaName attribute.

Returns:
Returns the agendaName.

setAgendaName

public void setAgendaName(String agendaName)
Sets the agendaName attribute value.

Parameters:
agendaName - The agendaName to set.

getAttributeName

public String getAttributeName()
Gets the attributeName attribute.

Returns:
Returns the attributeName.

setAttributeName

public void setAttributeName(String attributeName)
Sets the attributeName attribute value.

Parameters:
attributeName - The attributeName to set.

getAttributeValue

public String getAttributeValue()
Gets the attributeValue attribute.

Returns:
Returns the attributeValue.

setAttributeValue

public void setAttributeValue(String attributeValue)
Sets the attributeValue attribute value.

Parameters:
attributeValue - The attributeValue to set.

toStringMapper

protected LinkedHashMap toStringMapper()
This method returns concatenated value of id,agendaName,attributeName,attributeValue

Returns:
toStringMap


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