Class SContextEntryImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.definition.model.impl.SContextEntryImpl
-
- All Implemented Interfaces:
java.io.Serializable,SContextEntry
public class SContextEntryImpl extends java.lang.Object implements SContextEntry
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SContextEntryImpl(java.lang.String key, SExpression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)SExpressiongetExpression()java.lang.StringgetKey()inthashCode()voidsetExpression(SExpression expression)voidsetKey(java.lang.String key)
-
-
-
Constructor Detail
-
SContextEntryImpl
public SContextEntryImpl(java.lang.String key, SExpression expression)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
- Specified by:
getKeyin interfaceSContextEntry
-
setKey
public void setKey(java.lang.String key)
-
getExpression
public SExpression getExpression()
- Specified by:
getExpressionin interfaceSContextEntry
-
setExpression
public void setExpression(SExpression expression)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-