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

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

public class ActionInsertFactCol
extends ActionCol

See Also:
Serialized Form

Constructor Summary
ActionInsertFactCol()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBoundName()
           
 String getFactField()
           
 String getFactType()
           
 String getType()
           
 String getValueList()
           
 int hashCode()
           
 boolean isInsertLogical()
           
 void setBoundName(String boundName)
           
 void setFactField(String factField)
           
 void setFactType(String factType)
           
 void setInsertLogical(boolean isInsertLogical)
           
 void setType(String type)
           
 void setValueList(String valueList)
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt.ActionCol
getHeader, setHeader
 
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

ActionInsertFactCol

public ActionInsertFactCol()
Method Detail

setFactType

public void setFactType(String factType)

getFactType

public String getFactType()

setBoundName

public void setBoundName(String boundName)

getBoundName

public String getBoundName()

setFactField

public void setFactField(String factField)

getFactField

public String getFactField()

setType

public void setType(String type)

getType

public String getType()

setValueList

public void setValueList(String valueList)

getValueList

public String getValueList()

isInsertLogical

public boolean isInsertLogical()

setInsertLogical

public void setInsertLogical(boolean isInsertLogical)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ActionCol


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