org.kuali.ole.ingest.pojo
Class OleRule

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.OleRule

public class OleRule
extends Object

OleRule is a business object class for Ole Rule


Constructor Summary
OleRule()
           
 
Method Summary
 String getDocType()
          Gets the docType attribute.
 MatchPoint getExistingField()
          Gets the existingField attribute.
 List<OleAction> getFalseActions()
          Gets the falseActions attribute.
 MatchPoint getIncomingField()
          Gets the incomingField attribute.
 String getMatchType()
          Gets the matchType attribute.
 String getName()
          Gets the name attribute.
 String getTerm()
          Gets the term attribute.
 List<OleAction> getTrueActions()
          Gets the trueActions attribute.
 void setDocType(String docType)
          Sets the docType attribute value.
 void setExistingField(MatchPoint existingField)
          Sets the existingField attribute value.
 void setFalseActions(List<OleAction> falseActions)
          Sets the falseActions attribute value.
 void setIncomingField(MatchPoint incomingField)
          Sets the incomingField attribute value.
 void setMatchType(String matchType)
          Sets the matchType attribute value.
 void setName(String name)
          Sets the name attribute value.
 void setTerm(String term)
          Sets the term attribute value.
 void setTrueActions(List<OleAction> trueActions)
          Sets the trueActions attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleRule

public OleRule()
Method Detail

getName

public String getName()
Gets the name attribute.

Returns:
Returns the name.

setName

public void setName(String name)
Sets the name attribute value.

Parameters:
name - The name to set.

getTerm

public String getTerm()
Gets the term attribute.

Returns:
Returns the term.

setTerm

public void setTerm(String term)
Sets the term attribute value.

Parameters:
term - The term to set.

getMatchType

public String getMatchType()
Gets the matchType attribute.

Returns:
Returns the matchType.

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 MatchPoint getIncomingField()
Gets the incomingField attribute.

Returns:
Returns the incomingField.

setIncomingField

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

Parameters:
incomingField - The incomingField to set.

getExistingField

public MatchPoint getExistingField()
Gets the existingField attribute.

Returns:
Returns the existingField.

setExistingField

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

Parameters:
existingField - The existingField to set.

setMatchType

public void setMatchType(String matchType)
Sets the matchType attribute value.

Parameters:
matchType - The matchType to set.

getTrueActions

public List<OleAction> getTrueActions()
Gets the trueActions attribute.

Returns:
Returns the trueActions.

setTrueActions

public void setTrueActions(List<OleAction> trueActions)
Sets the trueActions attribute value.

Parameters:
trueActions - The trueActions to set.

getFalseActions

public List<OleAction> getFalseActions()
Gets the falseActions attribute.

Returns:
Returns the falseActions.

setFalseActions

public void setFalseActions(List<OleAction> falseActions)
Sets the falseActions attribute value.

Parameters:
falseActions - The falseActions to set.


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