Class ErdEntityComment


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

      • ErdEntityComment

        public ErdEntityComment()
        Constructor
    • Method Detail

      • 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.