org.jbpm.console.ng.ht.model
Class CommentSummary
java.lang.Object
org.jbpm.console.ng.ht.model.CommentSummary
- All Implemented Interfaces:
- Serializable
@Portable
public class CommentSummary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
CommentSummary
public CommentSummary(long id,
String text,
String addedBy,
Date addedAt)
CommentSummary
public CommentSummary(String text,
String addedBy,
Date addedAt)
CommentSummary
public CommentSummary()
getId
public long getId()
setId
public void setId(long id)
getText
public String getText()
setText
public void setText(String text)
getAddedBy
public String getAddedBy()
setAddedBy
public void setAddedBy(String addedBy)
getAddedAt
public Date getAddedAt()
setAddedAt
public void setAddedAt(Date addedAt)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.