Class SDocumentListDefinitionImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SDocumentListDefinitionImpl
-
- All Implemented Interfaces:
java.io.Serializable,SBaseElement,SDocumentListDefinition,SNamedElement
public class SDocumentListDefinitionImpl extends SNamedElementImpl implements SDocumentListDefinition
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE
-
-
Constructor Summary
Constructors Constructor Description SDocumentListDefinitionImpl(java.lang.String name)SDocumentListDefinitionImpl(org.bonitasoft.engine.bpm.document.DocumentListDefinition documentListDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()SExpressiongetExpression()The expression that will be evaluated when we initialize the document listinthashCode()voidsetDescription(java.lang.String description)voidsetExpression(SExpression expression)java.lang.StringtoString()-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, getName
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceSDocumentListDefinition- Returns:
- the description of the document list
-
setDescription
public void setDescription(java.lang.String description)
-
getExpression
public SExpression getExpression()
Description copied from interface:SDocumentListDefinitionThe expression that will be evaluated when we initialize the document list- Specified by:
getExpressionin interfaceSDocumentListDefinition- Returns:
- the initial value expression
-
setExpression
public void setExpression(SExpression expression)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classSNamedElementImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSNamedElementImpl
-
-