org.jbpm.formModeler.core.config.builders.dataHolder
Class DataHolderBuildConfig
java.lang.Object
org.jbpm.formModeler.core.config.builders.dataHolder.DataHolderBuildConfig
public class DataHolderBuildConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataHolderBuildConfig
public DataHolderBuildConfig(String holderId,
String inputId,
String outputId,
String renderColor,
String value)
getHolderId
public String getHolderId()
setHolderId
public void setHolderId(String holderId)
getInputId
public String getInputId()
setInputId
public void setInputId(String inputId)
getOutputId
public String getOutputId()
setOutputId
public void setOutputId(String outputId)
getRenderColor
public String getRenderColor()
setRenderColor
public void setRenderColor(String renderColor)
addAttribute
public void addAttribute(String attribute,
String value)
getAttribute
public String getAttribute(String attribute)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.