Class AnnotationArtifact

java.lang.Object
com.appiancorp.suiteapi.process.gui.AnnotationArtifact
All Implemented Interfaces:
JSONable, JSONCacheable

public class AnnotationArtifact extends Object implements JSONCacheable
  • Field Details

  • Constructor Details

    • AnnotationArtifact

      public AnnotationArtifact()
  • Method Details

    • getHiddenAttributes

      public HashSet getHiddenAttributes()
      Description copied from interface: JSONable
      Returns the set of attributes (properties) that should not be included in the JSON representation of the object.
      Specified by:
      getHiddenAttributes in interface JSONable
      Returns:
      the set of hidden attributes
    • getGuiId

      public Long getGuiId()
    • setGuiId

      public void setGuiId(Long guiId_)
    • getText

      public String getText()
    • setText

      public void setText(String text_)
    • getX

      public Long getX()
    • setX

      public void setX(Long x_)
    • getY

      public Long getY()
    • setY

      public void setY(Long y_)
    • getWidth

      public Long getWidth()
    • setWidth

      public void setWidth(Long width_)
    • getHeight

      public Long getHeight()
    • setHeight

      public void setHeight(Long height_)
    • getLabelStyle

      public Label getLabelStyle()
    • setLabelStyle

      public void setLabelStyle(Label labelStyle_)
    • getAssociations

      public Connection[] getAssociations()
    • setAssociations

      public void setAssociations(Connection[] associations_)