jBPM distribution 6.1.0.Beta3

org.kie.api.task.model
Interface Comment

All Superinterfaces:
Externalizable, Serializable
All Known Implementing Classes:
CommentImpl, JaxbComment

public interface Comment
extends Externalizable


Method Summary
 Date getAddedAt()
           
 User getAddedBy()
           
 Long getId()
           
 String getText()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getId

Long getId()

getText

String getText()

getAddedAt

Date getAddedAt()

getAddedBy

User getAddedBy()

jBPM distribution 6.1.0.Beta3

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