public class SMappedDocumentImpl extends Object implements org.bonitasoft.engine.core.document.model.SMappedDocument
| Constructor and Description |
|---|
SMappedDocumentImpl() |
SMappedDocumentImpl(org.bonitasoft.engine.core.document.model.archive.SADocumentMapping documentMapping,
org.bonitasoft.engine.core.document.model.SLightDocument document) |
SMappedDocumentImpl(org.bonitasoft.engine.core.document.model.SDocumentMapping documentMapping,
org.bonitasoft.engine.core.document.model.SLightDocument document) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getAuthor() |
long |
getCreationDate() |
String |
getDescription() |
String |
getDiscriminator() |
org.bonitasoft.engine.core.document.model.SLightDocument |
getDocument() |
long |
getDocumentId() |
String |
getFileName() |
long |
getId() |
int |
getIndex() |
String |
getMimeType() |
String |
getName() |
long |
getProcessInstanceId() |
long |
getTenantId() |
String |
getUrl() |
String |
getVersion() |
boolean |
hasContent() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setDocument(org.bonitasoft.engine.core.document.model.SLightDocument document) |
void |
setDocumentId(long documentId) |
void |
setId(long id) |
void |
setIndex(int index) |
void |
setName(String name) |
void |
setProcessInstanceId(long processInstanceId) |
void |
setTenantId(long tenantId) |
void |
setVersion(String version) |
public SMappedDocumentImpl()
public SMappedDocumentImpl(org.bonitasoft.engine.core.document.model.SDocumentMapping documentMapping,
org.bonitasoft.engine.core.document.model.SLightDocument document)
public SMappedDocumentImpl(org.bonitasoft.engine.core.document.model.archive.SADocumentMapping documentMapping,
org.bonitasoft.engine.core.document.model.SLightDocument document)
public long getDocumentId()
getDocumentId in interface org.bonitasoft.engine.core.document.model.SDocumentMappingpublic long getProcessInstanceId()
getProcessInstanceId in interface org.bonitasoft.engine.core.document.model.SDocumentMappingpublic void setDocumentId(long documentId)
public void setProcessInstanceId(long processInstanceId)
public org.bonitasoft.engine.core.document.model.SLightDocument getDocument()
public void setDocument(org.bonitasoft.engine.core.document.model.SLightDocument document)
public long getId()
getId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getTenantId()
getTenantId in interface org.bonitasoft.engine.core.document.model.SDocumentMappinggetTenantId in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getAuthor()
getAuthor in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic long getCreationDate()
getCreationDate in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic String getMimeType()
getMimeType in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic String getFileName()
getFileName in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic boolean hasContent()
hasContent in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic String getUrl()
getUrl in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic String getName()
getName in interface org.bonitasoft.engine.core.document.model.SDocumentMappingpublic void setName(String name)
public String getDescription()
getDescription in interface org.bonitasoft.engine.core.document.model.SDocumentMappingpublic void setDescription(String description)
public String getVersion()
getVersion in interface org.bonitasoft.engine.core.document.model.SDocumentMappingpublic void setVersion(String version)
public String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic int getIndex()
getIndex in interface org.bonitasoft.engine.core.document.model.SDocumentMappingpublic void setIndex(int index)
Copyright © 2016 Bonitasoft S.A.. All rights reserved.