public class MatchBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
MatchBo() |
Modifier and Type | Method and Description |
---|---|
String |
getAgendaName()
Gets the agendaName attribute.
|
String |
getDocType()
Gets the docType attribute.
|
String |
getExistingField()
Gets the existingField attribute.
|
Integer |
getId()
Gets the id attribute.
|
String |
getIncomingField()
Gets the incomingField attribute.
|
String |
getTermName()
Gets the termName attribute.
|
void |
setAgendaName(String agendaName)
Sets the agendaName attribute value.
|
void |
setDocType(String docType)
Sets the docType attribute value.
|
void |
setExistingField(String existingField)
Sets the existingField attribute value.
|
void |
setId(Integer id)
Sets the id attribute value.
|
void |
setIncomingField(String incomingField)
Sets the incomingField attribute value.
|
void |
setTermName(String termName)
Sets the termName attribute value.
|
protected LinkedHashMap |
toStringMapper() |
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
public MatchBo()
public String getAgendaName()
public void setAgendaName(String agendaName)
agendaName
- The agendaName to set.public String getTermName()
public void setTermName(String termName)
termName
- The termName to set.public String getDocType()
public void setDocType(String docType)
docType
- The docType to set.public String getIncomingField()
public void setIncomingField(String incomingField)
incomingField
- The incomingField to set.public String getExistingField()
public void setExistingField(String existingField)
existingField
- The existingField to set.protected LinkedHashMap toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.