Class SDocumentDefinitionImpl
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.SDocumentDefinitionImpl
- All Implemented Interfaces:
Serializable,SBaseElement,SDocumentDefinition,SNamedElement
- 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
ConstructorsConstructorDescriptionSDocumentDefinitionImpl(org.bonitasoft.engine.bpm.document.DocumentDefinition documentDefinition) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFile()File reference in the process resourcesmime type of the document's content.getUrl()URL for an external documentinthashCode()voidsetDescription(String description) voidvoidsetFileName(String fileName) voidsetInitialValue(SExpression initialValue) voidsetMimeType(String mimeType) voidtoString()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
-
SDocumentDefinitionImpl
- Parameters:
name-
-
SDocumentDefinitionImpl
public SDocumentDefinitionImpl(org.bonitasoft.engine.bpm.document.DocumentDefinition documentDefinition) - Parameters:
documentDefinition-
-
-
Method Details
-
getUrl
Description copied from interface:SDocumentDefinitionURL for an external document- Specified by:
getUrlin interfaceSDocumentDefinition- Returns:
-
getFile
Description copied from interface:SDocumentDefinitionFile reference in the process resources- Specified by:
getFilein interfaceSDocumentDefinition- Returns:
-
getMimeType
Description copied from interface:SDocumentDefinitionmime type of the document's content.- Specified by:
getMimeTypein interfaceSDocumentDefinition
-
getDescription
- Specified by:
getDescriptionin interfaceSDocumentDefinition- Returns:
-
setMimeType
-
setUrl
-
setFile
-
setDescription
-
getFileName
- Specified by:
getFileNamein interfaceSDocumentDefinition- Returns:
-
setFileName
-
getInitialValue
- Specified by:
getInitialValuein interfaceSDocumentDefinition
-
setInitialValue
-
toString
-
equals
- Overrides:
equalsin classSNamedElementImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classSNamedElementImpl
-