public class DocumentDefinitionImpl extends NamedDefinitionElementImpl implements DocumentDefinition
| Constructor and Description |
|---|
DocumentDefinitionImpl() |
DocumentDefinitionImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelFinderVisitor visitor,
long modelId) |
boolean |
equals(Object o) |
String |
getContentMimeType() |
String |
getDescription() |
String |
getFile() |
String |
getFileName() |
Expression |
getInitialValue() |
String |
getMimeType() |
String |
getUrl() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setFile(String file) |
void |
setFileName(String fileName) |
void |
setInitialValue(Expression initialValue) |
void |
setMimeType(String mimeType) |
void |
setUrl(String url) |
String |
toString() |
getName, setNamegetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamepublic DocumentDefinitionImpl(String name)
name - the name of the documentpublic DocumentDefinitionImpl()
public String getUrl()
getUrl in interface DocumentDefinitionpublic String getFile()
getFile in interface DocumentDefinitionpublic String getContentMimeType()
getContentMimeType in interface DocumentDefinitionpublic void setDescription(String description)
description - the description of the documentpublic String getMimeType()
public void setMimeType(String mimeType)
public String getDescription()
getDescription in interface DocumentDefinitionpublic void setUrl(String url)
public void setFile(String file)
public String getFileName()
getFileName in interface DocumentDefinitionpublic void setFileName(String fileName)
public void setInitialValue(Expression initialValue)
public Expression getInitialValue()
getInitialValue in interface DocumentDefinitionpublic boolean equals(Object o)
equals in class NamedDefinitionElementImplpublic int hashCode()
hashCode in class NamedDefinitionElementImplpublic String toString()
toString in class NamedDefinitionElementImplpublic void accept(ModelFinderVisitor visitor, long modelId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.