org.jbpm.services.task.impl.model.xml
Class JaxbComment
java.lang.Object
org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject<Comment>
org.jbpm.services.task.impl.model.xml.JaxbComment
- All Implemented Interfaces:
- Externalizable, Serializable, Comment
public class JaxbComment
- extends AbstractJaxbTaskObject<Comment>
- implements Comment
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbComment
public JaxbComment()
JaxbComment
public JaxbComment(Comment comment)
getId
public Long getId()
- Specified by:
getId
in interface Comment
getText
public String getText()
- Specified by:
getText
in interface Comment
getAddedBy
public User getAddedBy()
- Specified by:
getAddedBy
in interface Comment
getAddedAt
public Date getAddedAt()
- Specified by:
getAddedAt
in interface Comment
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.