public class ArchivedCommentImpl extends NamedElementImpl implements ArchivedComment
| Constructor and Description |
|---|
ArchivedCommentImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getArchiveDate() |
String |
getContent() |
long |
getId() |
Date |
getPostDate() |
long |
getProcessInstanceId() |
long |
getSourceObjectId() |
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()
getId in interface BaseElementgetId in class BaseElementImplpublic void setId(long id)
setId in class BaseElementImplpublic Date getArchiveDate()
getArchiveDate in interface ArchivedElementpublic void setArchiveDate(Date archiveDate)
public long getProcessInstanceId()
getProcessInstanceId in interface ArchivedCommentpublic void setProcessInstanceId(long processInstanceId)
public long getSourceObjectId()
getSourceObjectId in interface ArchivedCommentpublic 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 © 2013 BonitaSoft. All Rights Reserved.