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

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.ActionSetFieldCol52
All Implemented Interfaces:
Serializable, PortableObject

public class ActionSetFieldCol52
extends ActionCol52

See Also:
Serialized Form

Constructor Summary
ActionSetFieldCol52()
           
 
Method Summary
 String getBoundName()
           
 String getFactField()
           
 String getType()
           
 String getValueList()
           
 boolean isUpdate()
           
 void setBoundName(String boundName)
           
 void setFactField(String factField)
           
 void setType(String type)
           
 void setUpdate(boolean update)
           
 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

ActionSetFieldCol52

public ActionSetFieldCol52()
Method Detail

setValueList

public void setValueList(String valueList)

getValueList

public String getValueList()

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

setUpdate

public void setUpdate(boolean update)

isUpdate

public boolean isUpdate()


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