public class SACommentImpl extends Object implements org.bonitasoft.engine.core.process.comment.model.archive.SAComment
| Constructor and Description |
|---|
SACommentImpl() |
SACommentImpl(org.bonitasoft.engine.core.process.comment.model.SComment sComment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getArchiveDate() |
String |
getContent() |
String |
getDiscriminator() |
long |
getId() |
Class<? extends org.bonitasoft.engine.persistence.PersistentObject> |
getPersistentObjectInterface() |
long |
getPostDate() |
long |
getProcessInstanceId() |
long |
getSourceObjectId() |
long |
getTenantId() |
Long |
getUserId() |
int |
hashCode() |
void |
setArchiveDate(long archiveDate) |
void |
setContent(String content) |
void |
setId(long id) |
void |
setPostDate(long postDate) |
void |
setProcessInstanceId(long processInstanceId) |
void |
setSourceObjectId(long sourceObjectId) |
void |
setTenantId(long tenantId) |
void |
setUserId(Long userId) |
String |
toString() |
public SACommentImpl()
public SACommentImpl(org.bonitasoft.engine.core.process.comment.model.SComment sComment)
public String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic 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.process.comment.model.archive.SACommentpublic void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic Long getUserId()
getUserId in interface org.bonitasoft.engine.core.process.comment.model.archive.SACommentpublic void setUserId(Long userId)
public long getProcessInstanceId()
getProcessInstanceId in interface org.bonitasoft.engine.core.process.comment.model.archive.SACommentpublic void setProcessInstanceId(long processInstanceId)
public long getPostDate()
getPostDate in interface org.bonitasoft.engine.core.process.comment.model.archive.SACommentpublic void setPostDate(long postDate)
public String getContent()
getContent in interface org.bonitasoft.engine.core.process.comment.model.archive.SACommentpublic void setContent(String content)
public long getArchiveDate()
getArchiveDate in interface org.bonitasoft.engine.persistence.ArchivedPersistentObjectpublic void setArchiveDate(long archiveDate)
public long getSourceObjectId()
getSourceObjectId in interface org.bonitasoft.engine.persistence.ArchivedPersistentObjectpublic void setSourceObjectId(long sourceObjectId)
public Class<? extends org.bonitasoft.engine.persistence.PersistentObject> getPersistentObjectInterface()
getPersistentObjectInterface in interface org.bonitasoft.engine.persistence.ArchivedPersistentObjectCopyright © 2015 Bonitasoft S.A.. All rights reserved.