|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthok.model.ConstraintRow
public class ConstraintRow
An Element of the ConstraintModel
that is used as the model for the
TableViewer
of the WizardView
. It is a simple JavaBean
representing a row in the table and holding the values for each column of a
row.
Constructor Summary | |
---|---|
ConstraintRow()
|
Method Summary | |
---|---|
java.lang.String |
getConceptConstraint()
Returns the value of the concept constraint the user has set. |
java.lang.String |
getPredicateConstraint()
Returns the value of the predicate constraint the user has set. |
boolean |
isSelected()
Returns whether a row is selected. |
void |
setConceptConstraint(java.lang.String conceptConstraint)
Sets a new value of the concept constraint. |
void |
setPredicateConstraint(java.lang.String predicateConstraint)
Sets a new value of the predicate constraint. |
void |
setSelected(boolean selected)
Sets the selection state of the row. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstraintRow()
Method Detail |
---|
public java.lang.String getConceptConstraint()
public void setConceptConstraint(java.lang.String conceptConstraint)
conceptConstraint
- the new value of the concept constraint to set.public java.lang.String getPredicateConstraint()
public void setPredicateConstraint(java.lang.String predicateConstraint)
predicateConstraint
- the new value of the concept constraint to set.public boolean isSelected()
public void setSelected(boolean selected)
selected
- the boolean that indicates the selection state of the row.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |