public class SBusinessDataDefinitionImpl extends Object implements org.bonitasoft.engine.core.process.definition.model.SBusinessDataDefinition
| Constructor and Description |
|---|
SBusinessDataDefinitionImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
org.bonitasoft.engine.expression.model.SExpression |
getDefaultValueExpression() |
String |
getDescription() |
String |
getName() |
void |
setClassName(String className) |
void |
setDefaultValueExpression(org.bonitasoft.engine.expression.model.SExpression defaultValueExpression) |
void |
setDescription(String description) |
void |
setName(String name) |
public String getName()
getName in interface org.bonitasoft.engine.core.process.definition.model.SBusinessDataDefinitionpublic String getDescription()
getDescription in interface org.bonitasoft.engine.core.process.definition.model.SBusinessDataDefinitionpublic String getClassName()
getClassName in interface org.bonitasoft.engine.core.process.definition.model.SBusinessDataDefinitionpublic org.bonitasoft.engine.expression.model.SExpression getDefaultValueExpression()
getDefaultValueExpression in interface org.bonitasoft.engine.core.process.definition.model.SBusinessDataDefinitionpublic void setName(String name)
public void setDescription(String description)
public void setDefaultValueExpression(org.bonitasoft.engine.expression.model.SExpression defaultValueExpression)
public void setClassName(String className)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.