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

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

public class ActionSetFieldCol
extends ActionCol

See Also:
Serialized Form

Constructor Summary
ActionSetFieldCol()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBoundName()
           
 String getFactField()
           
 String getType()
           
 String getValueList()
           
 int hashCode()
           
 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.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

ActionSetFieldCol

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

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.