public class ArchivedCommentImpl extends NamedElementImpl implements ArchivedComment
| Constructor and Description |
|---|
ArchivedCommentImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getArchiveDate()
Gets the date when the element was archived.
|
String |
getContent() |
long |
getId()
Gets the unique object identifier.
|
Date |
getPostDate() |
long |
getProcessInstanceId() |
long |
getSourceObjectId()
Gets the identifier of the
BaseElement that the archived element comes from. |
Long |
getUserId() |
void |
setArchiveDate(Date archiveDate) |
void |
setContent(String content) |
void |
setId(long id) |
void |
setPostDate(Date postDate) |
void |
setProcessInstanceId(long processInstanceId) |
void |
setSourceObjectId(long sourceObjectId) |
void |
setUserId(Long userId) |
equals, getName, hashCode, setName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamepublic ArchivedCommentImpl(String name)
public long getId()
BaseElementgetId in interface BaseElementgetId in class BaseElementImplpublic void setId(long id)
setId in class BaseElementImplpublic Date getArchiveDate()
ArchivedElementgetArchiveDate in interface ArchivedElementpublic void setArchiveDate(Date archiveDate)
public long getProcessInstanceId()
getProcessInstanceId in interface ArchivedCommentpublic void setProcessInstanceId(long processInstanceId)
public long getSourceObjectId()
ArchivedElementBaseElement that the archived element comes from.getSourceObjectId in interface ArchivedElementpublic void setSourceObjectId(long sourceObjectId)
public Long getUserId()
getUserId in interface ArchivedCommentpublic void setUserId(Long userId)
public Date getPostDate()
getPostDate in interface ArchivedCommentpublic void setPostDate(Date postDate)
public String getContent()
getContent in interface ArchivedCommentpublic void setContent(String content)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.