public class SDocumentDefinitionImpl extends SNamedElementImpl implements SDocumentDefinition
SBaseElementImpl.EQUALS_STATE| Constructor and Description |
|---|
SDocumentDefinitionImpl(DocumentDefinition documentDefinition) |
SDocumentDefinitionImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getFile()
File reference in the process resources
|
String |
getFileName() |
org.bonitasoft.engine.expression.model.SExpression |
getInitialValue() |
String |
getMimeType()
mime type of the document's content.
|
String |
getUrl()
URL for an external document
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setFile(String file) |
void |
setFileName(String fileName) |
void |
setInitialValue(org.bonitasoft.engine.expression.model.SExpression initialValue) |
void |
setMimeType(String mimeType) |
void |
setUrl(String url) |
String |
toString() |
checkFurtherNaiveEquality, getNamecheckNaiveEquality, getId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic SDocumentDefinitionImpl(String name)
name - public SDocumentDefinitionImpl(DocumentDefinition documentDefinition)
documentDefinition - public String getUrl()
SDocumentDefinitiongetUrl in interface SDocumentDefinitionpublic String getFile()
SDocumentDefinitiongetFile in interface SDocumentDefinitionpublic String getMimeType()
SDocumentDefinitiongetMimeType in interface SDocumentDefinitionpublic String getDescription()
getDescription in interface SDocumentDefinitionpublic void setMimeType(String mimeType)
public void setUrl(String url)
public void setFile(String file)
public void setDescription(String description)
public String getFileName()
getFileName in interface SDocumentDefinitionpublic void setFileName(String fileName)
public org.bonitasoft.engine.expression.model.SExpression getInitialValue()
getInitialValue in interface SDocumentDefinitionpublic void setInitialValue(org.bonitasoft.engine.expression.model.SExpression initialValue)
public boolean equals(Object o)
equals in class SNamedElementImplpublic int hashCode()
hashCode in class SNamedElementImplCopyright © 2015 Bonitasoft S.A.. All rights reserved.