public class SLightDocumentImpl extends Object implements org.bonitasoft.engine.core.document.model.SLightDocument
| Constructor and Description |
|---|
SLightDocumentImpl() |
SLightDocumentImpl(org.bonitasoft.engine.core.document.model.SLightDocument document) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getAuthor() |
long |
getCreationDate() |
String |
getDiscriminator() |
String |
getFileName() |
long |
getId() |
String |
getMimeType() |
long |
getTenantId() |
String |
getUrl() |
boolean |
hasContent() |
int |
hashCode() |
void |
setAuthor(long author) |
void |
setCreationDate(long creationDate) |
void |
setFileName(String fileName) |
void |
setHasContent(boolean hasContent) |
void |
setId(long id) |
void |
setMimeType(String mimeType) |
void |
setTenantId(long tenantId) |
void |
setUrl(String url) |
String |
toString() |
public SLightDocumentImpl()
public SLightDocumentImpl(org.bonitasoft.engine.core.document.model.SLightDocument document)
public void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getId()
getId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getTenantId()
getTenantId in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getAuthor()
getAuthor in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic void setAuthor(long author)
public long getCreationDate()
getCreationDate in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic void setCreationDate(long creationDate)
public String getMimeType()
getMimeType in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic void setMimeType(String mimeType)
public String getFileName()
getFileName in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic void setFileName(String fileName)
public void setHasContent(boolean hasContent)
public boolean hasContent()
hasContent in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic String getUrl()
getUrl in interface org.bonitasoft.engine.core.document.model.SLightDocumentpublic void setUrl(String url)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.