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

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

public class AttributeCol
extends DTColumnConfig

This is a rule attribute - eg salience, no-loop etc.

See Also:
Serialized Form

Constructor Summary
AttributeCol()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAttribute()
           
 int hashCode()
           
 void setAttribute(String attribute)
           
 
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

AttributeCol

public AttributeCol()
Method Detail

equals

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

getAttribute

public String getAttribute()

hashCode

public int hashCode()
Overrides:
hashCode in class DTColumnConfig

setAttribute

public void setAttribute(String attribute)


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