public class SDocumentListDefinitionImpl extends SNamedElementImpl implements SDocumentListDefinition
| Constructor and Description |
|---|
SDocumentListDefinitionImpl(DocumentListDefinition documentListDefinition) |
SDocumentListDefinitionImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
org.bonitasoft.engine.expression.model.SExpression |
getExpression()
The expression that will be evaluated when we initialize the document list
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setExpression(org.bonitasoft.engine.expression.model.SExpression expression) |
String |
toString() |
getNamegetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic SDocumentListDefinitionImpl(String name)
name - the name of the listpublic SDocumentListDefinitionImpl(DocumentListDefinition documentListDefinition)
public String getDescription()
getDescription in interface SDocumentListDefinitionpublic void setDescription(String description)
public org.bonitasoft.engine.expression.model.SExpression getExpression()
SDocumentListDefinitiongetExpression in interface SDocumentListDefinitionpublic void setExpression(org.bonitasoft.engine.expression.model.SExpression expression)
public boolean equals(Object o)
equals in class SNamedElementImplpublic int hashCode()
hashCode in class SNamedElementImplCopyright © 2014 Bonitasoft S.A.. All rights reserved.