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:
Serializable,SBaseElement,SDocumentListDefinition,SNamedElement
public class SDocumentListDefinitionImpl
extends SNamedElementImpl
implements SDocumentListDefinition
- Author:
- Baptiste Mesta
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE -
Constructor Summary
ConstructorsConstructorDescriptionSDocumentListDefinitionImpl(org.bonitasoft.engine.bpm.document.DocumentListDefinition documentListDefinition) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe expression that will be evaluated when we initialize the document listinthashCode()voidsetDescription(String description) voidsetExpression(SExpression expression) toString()Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, getNameMethods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getIdMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
Constructor Details
-
SDocumentListDefinitionImpl
- Parameters:
name- the name of the list
-
SDocumentListDefinitionImpl
public SDocumentListDefinitionImpl(org.bonitasoft.engine.bpm.document.DocumentListDefinition documentListDefinition)
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceSDocumentListDefinition- Returns:
- the description of the document list
-
setDescription
-
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
-
toString
-
equals
- Overrides:
equalsin classSNamedElementImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classSNamedElementImpl
-