@Entity public class Comment extends Object
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
String |
getActivityId() |
String |
getComment() |
Date |
getCommentDate() |
Long |
getId() |
String |
getProcessId() |
Long |
getTimestamp() |
String |
getUserFullName() |
String |
getUserId() |
void |
setActivityId(String activityId) |
void |
setComment(String comment) |
void |
setId(Long id) |
void |
setProcessId(String processId) |
void |
setTimestamp(Long timestamp) |
void |
setUserId(String userId) |
public Long getId()
public void setId(Long id)
public Date getCommentDate()
public String getUserFullName()
public String getProcessId()
public void setProcessId(String processId)
public String getActivityId()
public void setActivityId(String activityId)
public String getUserId()
public void setUserId(String userId)
public String getComment()
public void setComment(String comment)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2019 Suncode. All rights reserved.