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

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt52.Pattern52
All Implemented Interfaces:
Serializable, PortableObject, HasCEPWindow, BaseColumn, CompositeColumn<ConditionCol52>

public class Pattern52
extends Object
implements PortableObject, CompositeColumn<ConditionCol52>, HasCEPWindow

A Fact Pattern to which column definitions can be added

See Also:
Serialized Form

Constructor Summary
Pattern52()
           
 
Method Summary
 String getBoundName()
           
 List<ConditionCol52> getChildColumns()
           
 DTCellValue52 getDefaultValue()
           
 String getEntryPointName()
           
 String getFactType()
           
 String getHeader()
           
 int getWidth()
           
 CEPWindow getWindow()
           
 boolean isBound()
           
 boolean isHideColumn()
           
 boolean isNegated()
           
 void setBoundName(String boundName)
           
 void setChildColumns(List<ConditionCol52> conditions)
           
 void setDefaultValue(DTCellValue52 defaultValue)
           
 void setEntryPointName(String entryPointName)
           
 void setFactType(String factType)
           
 void setHeader(String header)
           
 void setHideColumn(boolean hideColumn)
           
 void setNegated(boolean negated)
           
 void setWidth(int width)
           
 void setWindow(CEPWindow window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pattern52

public Pattern52()
Method Detail

getFactType

public String getFactType()

setFactType

public void setFactType(String factType)

getBoundName

public String getBoundName()

isBound

public boolean isBound()

setBoundName

public void setBoundName(String boundName)

isNegated

public boolean isNegated()

setNegated

public void setNegated(boolean negated)

getChildColumns

public List<ConditionCol52> getChildColumns()
Specified by:
getChildColumns in interface CompositeColumn<ConditionCol52>

setChildColumns

public void setChildColumns(List<ConditionCol52> conditions)
Specified by:
setChildColumns in interface CompositeColumn<ConditionCol52>

setWindow

public void setWindow(CEPWindow window)
Specified by:
setWindow in interface HasCEPWindow

getWindow

public CEPWindow getWindow()
Specified by:
getWindow in interface HasCEPWindow

getEntryPointName

public String getEntryPointName()

setEntryPointName

public void setEntryPointName(String entryPointName)

getHeader

public String getHeader()
Specified by:
getHeader in interface BaseColumn

setHeader

public void setHeader(String header)
Specified by:
setHeader in interface BaseColumn

isHideColumn

public boolean isHideColumn()
Specified by:
isHideColumn in interface BaseColumn

setHideColumn

public void setHideColumn(boolean hideColumn)
Specified by:
setHideColumn in interface BaseColumn

getWidth

public int getWidth()
Specified by:
getWidth in interface BaseColumn

setWidth

public void setWidth(int width)
Specified by:
setWidth in interface BaseColumn

getDefaultValue

public DTCellValue52 getDefaultValue()
Specified by:
getDefaultValue in interface BaseColumn

setDefaultValue

public void setDefaultValue(DTCellValue52 defaultValue)
Specified by:
setDefaultValue in interface BaseColumn


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