org.bonitasoft.engine.core.process.comment.model.archive.impl
public class SACommentImpl extends Object implements SAComment
| Constructor and Description |
|---|
SACommentImpl() |
SACommentImpl(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(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 SACommentpublic void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setUserId(Long userId)
public long getProcessInstanceId()
getProcessInstanceId in interface SACommentpublic void setProcessInstanceId(long processInstanceId)
public long getPostDate()
getPostDate in interface SACommentpublic void setPostDate(long postDate)
public String getContent()
getContent in interface 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 © 2014 Bonitasoft S.A.. All rights reserved.