org.drools.ide.common.client.modeldriven.dt
Class ConditionCol

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt.DTColumnConfig
      extended by org.drools.ide.common.client.modeldriven.dt.ConditionCol
All Implemented Interfaces:
Serializable, PortableObject

public class ConditionCol
extends DTColumnConfig

This is the config for a condition column. Typically many of them have their constraints added.

See Also:
Serialized Form

Constructor Summary
ConditionCol()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBoundName()
           
 int getConstraintValueType()
           
 String getFactField()
           
 String getFactType()
           
 String getHeader()
           
 String getOperator()
           
 String getValueList()
           
 int hashCode()
           
 boolean isNegated()
           
 void setBoundName(String boundName)
           
 void setConstraintValueType(int constraintValueType)
           
 void setFactField(String factField)
           
 void setFactType(String factType)
           
 void setHeader(String header)
           
 void setNegated(boolean negated)
           
 void setOperator(String operator)
           
 void setValueList(String valueList)
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt.DTColumnConfig
getDefaultValue, getWidth, isHideColumn, isReverseOrder, isUseRowNumber, setDefaultValue, setHideColumn, setReverseOrder, setUseRowNumber, setWidth
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionCol

public ConditionCol()
Method Detail

setHeader

public void setHeader(String header)

getHeader

public String getHeader()

setFactType

public void setFactType(String factType)

getFactType

public String getFactType()

setBoundName

public void setBoundName(String boundName)

getBoundName

public String getBoundName()

setConstraintValueType

public void setConstraintValueType(int constraintValueType)

getConstraintValueType

public int getConstraintValueType()

setFactField

public void setFactField(String factField)

getFactField

public String getFactField()

setOperator

public void setOperator(String operator)

getOperator

public String getOperator()

setValueList

public void setValueList(String valueList)

getValueList

public String getValueList()

isNegated

public boolean isNegated()

setNegated

public void setNegated(boolean negated)

equals

public boolean equals(Object obj)
Overrides:
equals in class DTColumnConfig

hashCode

public int hashCode()
Overrides:
hashCode in class DTColumnConfig


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.