Class ErdEntityComment

java.lang.Object
com._1c.g5.v8.dt.erd.model.ErdEntityComment

public class ErdEntityComment extends Object
Representation of entity comment.
  • Constructor Details

    • ErdEntityComment

      public ErdEntityComment()
      Constructor
  • Method Details

    • getValue

      public String getValue()
      Returns:
      the comment. Can't return null.
    • getPositionTranslate

      public com._1c.g5.v8.dt.diagram.framework.model.Point getPositionTranslate()
      Returns position translate from parent.
      Returns:
      the position translate. Can't return null.
    • isVisible

      public boolean isVisible()
      Returns true if comment is visible.
      Returns:
      true if comment is visible.
    • isCommented

      public boolean isCommented()
      Returns true if commented.
      Returns:
      true if commented.
    • setValue

      public void setValue(String value)
      Parameters:
      value - - the value to set. Can't be null.
    • setPositionTranslate

      public void setPositionTranslate(com._1c.g5.v8.dt.diagram.framework.model.Point positionTranslate)
      Sets position translate from parent
      Parameters:
      positionTranslate - - the position translate to set. Can't be null.
    • setVisible

      public void setVisible(boolean isVisible)
      Sets comment visible or not.
      Parameters:
      isVisible - - true if comment should be visible.