Class Text

java.lang.Object
com.flowable.engage.engine.impl.dto.ContentDTO
com.flowable.engage.engine.impl.dto.Text

public class Text
extends ContentDTO
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String text  

    Fields inherited from class com.flowable.engage.engine.impl.dto.ContentDTO

    messageType
  • Constructor Summary

    Constructors 
    Constructor Description
    Text()  
    Text​(java.lang.String text)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getText()  
    void setText​(java.lang.String text)  

    Methods inherited from class com.flowable.engage.engine.impl.dto.ContentDTO

    getMessageType, setMessageType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • text

      protected java.lang.String text
  • Constructor Details

    • Text

      public Text()
    • Text

      public Text​(java.lang.String text)
  • Method Details

    • getText

      public java.lang.String getText()
    • setText

      public void setText​(java.lang.String text)