Class SOperationImpl
java.lang.Object
org.bonitasoft.engine.core.operation.model.impl.SOperationImpl
- All Implemented Interfaces:
Serializable,SOperation
- Author:
- Elias Ricken de Medeiros, Baptiste Mesta
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetLeftOperand(SLeftOperand leftOperand) voidsetOperator(String operator) voidsetRightOperand(SExpression rightOperand) voidsetType(SOperatorType type) toString()
-
Constructor Details
-
SOperationImpl
public SOperationImpl()
-
-
Method Details
-
setLeftOperand
-
setOperator
-
setType
-
setRightOperand
-
getLeftOperand
- Specified by:
getLeftOperandin interfaceSOperation
-
getType
- Specified by:
getTypein interfaceSOperation
-
getOperator
- Specified by:
getOperatorin interfaceSOperation
-
getRightOperand
- Specified by:
getRightOperandin interfaceSOperation
-
hashCode
public int hashCode() -
equals
-
toString
-