Class ManualExample

java.lang.Object
cruise.umple.docs.ManualExample

public class ManualExample
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ManualExample​(java.lang.String aText)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    java.lang.String getCaption()
    If empty, then default caption will be used Example, Another Example
    java.lang.String getText()  
    java.lang.String getUrl()  
    boolean setCaption​(java.lang.String aCaption)  
    boolean setText​(java.lang.String aText)  
    boolean setUrl​(java.lang.String aUrl)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ManualExample

      public ManualExample​(java.lang.String aText)
  • Method Details

    • setText

      public boolean setText​(java.lang.String aText)
    • setUrl

      public boolean setUrl​(java.lang.String aUrl)
    • setCaption

      public boolean setCaption​(java.lang.String aCaption)
    • getText

      public java.lang.String getText()
    • getUrl

      public java.lang.String getUrl()
    • getCaption

      public java.lang.String getCaption()
      If empty, then default caption will be used Example, Another Example
    • delete

      public void delete()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object