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 PersistentObject> |
getPersistentObjectInterface() |
long |
getPostDate() |
long |
getProcessInstanceId() |
long |
getSourceObjectId()
Get the source object id from which this
ArchivedPersistentObject originates. |
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 PersistentObjectpublic long getId()
getId in interface PersistentObjectpublic void setId(long id)
setId in interface PersistentObjectpublic long getTenantId()
getTenantId in interface SACommentpublic void setTenantId(long tenantId)
setTenantId in interface 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 ArchivedPersistentObjectpublic void setArchiveDate(long archiveDate)
public long getSourceObjectId()
ArchivedPersistentObjectArchivedPersistentObject originates.getSourceObjectId in interface ArchivedPersistentObjectpublic void setSourceObjectId(long sourceObjectId)
public Class<? extends PersistentObject> getPersistentObjectInterface()
getPersistentObjectInterface in interface ArchivedPersistentObjectCopyright © 2018 Bonitasoft S.A.. All rights reserved.