org.bonitasoft.engine.core.process.definition.model.impl
public class SDocumentDefinitionImpl extends SNamedElementImpl implements org.bonitasoft.engine.core.process.definition.model.SDocumentDefinition
| Constructor and Description |
|---|
SDocumentDefinitionImpl(DocumentDefinition documentDefinition) |
SDocumentDefinitionImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContentMimeType() |
String |
getDescription() |
String |
getFile() |
String |
getFileName() |
String |
getMimeType() |
String |
getUrl() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setFile(String file) |
void |
setFileName(String fileName) |
void |
setMimeType(String mimeType) |
void |
setUrl(String url) |
String |
toString() |
getNamegetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SDocumentDefinitionImpl(String name)
name - public SDocumentDefinitionImpl(DocumentDefinition documentDefinition)
documentDefinition - public String getUrl()
getUrl in interface org.bonitasoft.engine.core.process.definition.model.SDocumentDefinitionpublic String getFile()
getFile in interface org.bonitasoft.engine.core.process.definition.model.SDocumentDefinitionpublic String getContentMimeType()
getContentMimeType in interface org.bonitasoft.engine.core.process.definition.model.SDocumentDefinitionpublic String getDescription()
getDescription in interface org.bonitasoft.engine.core.process.definition.model.SDocumentDefinitionpublic String getMimeType()
public 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 org.bonitasoft.engine.core.process.definition.model.SDocumentDefinitionpublic void setFileName(String fileName)
public int hashCode()
hashCode in class SNamedElementImplpublic boolean equals(Object obj)
equals in class SNamedElementImplCopyright © 2014 Bonitasoft S.A.. All rights reserved.