org.drools.ide.common.client.modeldriven.dt52
Class ActionInsertFactCol52

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
      extended by org.drools.ide.common.client.modeldriven.dt52.ActionCol52
          extended by org.drools.ide.common.client.modeldriven.dt52.ActionInsertFactCol52
All Implemented Interfaces:
Serializable, PortableObject

public class ActionInsertFactCol52
extends ActionCol52

See Also:
Serialized Form

Constructor Summary
ActionInsertFactCol52()
           
 
Method Summary
 String getBoundName()
           
 String getFactField()
           
 String getFactType()
           
 String getType()
           
 String getValueList()
           
 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.dt52.ActionCol52
getHeader, setHeader
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
getDefaultValue, getWidth, isHideColumn, setDefaultValue, setHideColumn, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInsertFactCol52

public ActionInsertFactCol52()
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)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.