|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.ole.ingest.pojo.ProfileAttributeBo
public class ProfileAttributeBo
ProfileAttributeBo is a business object class for Profile Attribute Bo
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 |
---|
public ProfileAttributeBo()
Method Detail |
---|
public String getSystemValue()
public void setSystemValue(String systemValue)
systemValue
- The systemValue to set.public Integer getId()
public void setId(Integer id)
id
- The id 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |