jBPM Console NG - Human Tasks API 6.0.0.CR4

org.jbpm.console.ng.ht.model
Class CommentSummary

java.lang.Object
  extended by org.jbpm.console.ng.ht.model.CommentSummary
All Implemented Interfaces:
Serializable

@Portable
public class CommentSummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CommentSummary()
           
CommentSummary(long id, String text, String addedBy, Date addedAt)
           
CommentSummary(String text, String addedBy, Date addedAt)
           
 
Method Summary
 Date getAddedAt()
           
 String getAddedBy()
           
 long getId()
           
 String getText()
           
 void setAddedAt(Date addedAt)
           
 void setAddedBy(String addedBy)
           
 void setId(long id)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentSummary

public CommentSummary(long id,
                      String text,
                      String addedBy,
                      Date addedAt)

CommentSummary

public CommentSummary(String text,
                      String addedBy,
                      Date addedAt)

CommentSummary

public CommentSummary()
Method Detail

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

jBPM Console NG - Human Tasks API 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.