jBPM :: Distribution 6.2.0-SNAPSHOT

org.jbpm.services.task.impl.model.xml
Class JaxbComment

java.lang.Object
  extended by org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject<Comment>
      extended by 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

Field Summary
 
Fields inherited from class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
realClass
 
Constructor Summary
JaxbComment()
           
JaxbComment(Comment comment)
           
 
Method Summary
 Date getAddedAt()
           
 User getAddedBy()
           
 String getAddedById()
           
 Long getId()
           
 String getText()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
convertListFromInterfaceToJaxbImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbComment

public JaxbComment()

JaxbComment

public JaxbComment(Comment comment)
Method Detail

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

getAddedById

public String getAddedById()

getAddedAt

public Date getAddedAt()
Specified by:
getAddedAt in interface Comment

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

jBPM :: Distribution 6.2.0-SNAPSHOT

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