Class SLeftOperandBuilderImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.operation.model.builder.impl.SLeftOperandBuilderImpl
-
- All Implemented Interfaces:
SLeftOperandBuilder
public class SLeftOperandBuilderImpl extends java.lang.Object implements SLeftOperandBuilder
- Author:
- Elias Ricken de Medeiros, Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description SLeftOperandBuilderImpl(SLeftOperandImpl leftOperand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SLeftOperanddone()SLeftOperandBuildersetName(java.lang.String name)SLeftOperandBuildersetType(java.lang.String type)
-
-
-
Constructor Detail
-
SLeftOperandBuilderImpl
public SLeftOperandBuilderImpl(SLeftOperandImpl leftOperand)
-
-
Method Detail
-
setName
public SLeftOperandBuilder setName(java.lang.String name)
- Specified by:
setNamein interfaceSLeftOperandBuilder
-
done
public SLeftOperand done()
- Specified by:
donein interfaceSLeftOperandBuilder
-
setType
public SLeftOperandBuilder setType(java.lang.String type)
- Specified by:
setTypein interfaceSLeftOperandBuilder
-
-