|
||||||||||
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.MatchBo
public class MatchBo
MatchBo is a business object class for Match Bo
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
MatchBo()
|
Method Summary | |
---|---|
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()
|
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 MatchBo()
Method Detail |
---|
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 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |