org.kuali.ole.ingest.pojo
Class MatchBo

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.MatchBo
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 MatchBo
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

MatchBo is a business object class for Match Bo

See Also:
Serialized Form

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

MatchBo

public MatchBo()
Method Detail

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.

getTermName

public String getTermName()
Gets the termName attribute.

Returns:
Returns the termName.

setTermName

public void setTermName(String termName)
Sets the termName attribute value.

Parameters:
termName - The termName to set.

getDocType

public String getDocType()
Gets the docType attribute.

Returns:
Returns the docType.

setDocType

public void setDocType(String docType)
Sets the docType attribute value.

Parameters:
docType - The docType to set.

getIncomingField

public String getIncomingField()
Gets the incomingField attribute.

Returns:
Returns the incomingField.

setIncomingField

public void setIncomingField(String incomingField)
Sets the incomingField attribute value.

Parameters:
incomingField - The incomingField to set.

getExistingField

public String getExistingField()
Gets the existingField attribute.

Returns:
Returns the existingField.

setExistingField

public void setExistingField(String existingField)
Sets the existingField attribute value.

Parameters:
existingField - The existingField to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Returns:
LinkedHashMap


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