|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.ole.ingest.pojo.OleRule
public class OleRule
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 |
|---|
public OleRule()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name to set.public String getTerm()
public void setTerm(String term)
term - The term to set.public String getMatchType()
public String getDocType()
public void setDocType(String docType)
docType - The docType to set.public MatchPoint getIncomingField()
public void setIncomingField(MatchPoint incomingField)
incomingField - The incomingField to set.public MatchPoint getExistingField()
public void setExistingField(MatchPoint existingField)
existingField - The existingField to set.public void setMatchType(String matchType)
matchType - The matchType to set.public List<OleAction> getTrueActions()
public void setTrueActions(List<OleAction> trueActions)
trueActions - The trueActions to set.public List<OleAction> getFalseActions()
public void setFalseActions(List<OleAction> falseActions)
falseActions - The falseActions to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||