Class CometStatement

    • Constructor Detail

      • CometStatement

        public CometStatement()
        Instantiates a new comet statement.
      • CometStatement

        public CometStatement​(int id,
                              java.lang.String label)
        Instantiates a new comet statement.
        Parameters:
        id - the id
        label - the label
      • CometStatement

        public CometStatement​(int id,
                              java.lang.String label,
                              Statement.StatementDescriptor type)
        Instantiates a new comet statement.
        Parameters:
        id - the id
        label - the label
        type - the type
    • Method Detail

      • getDescription

        @CometDescription
        public java.lang.String getDescription()
        Gets the description.
        Returns:
        the description
      • getEntityId

        public java.lang.String getEntityId()
        Gets the entity id.
        Returns:
        the entity id
      • getLabel

        @CometLabel
        public java.lang.String getLabel()
        Gets the label.
        Returns:
        the label
      • getSequence

        public java.lang.Integer getSequence()
        Gets the sequence.
        Returns:
        the sequence
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description.
        Parameters:
        description - the new description
      • setEntityId

        public void setEntityId​(java.lang.String entityId)
        Sets the entity id.
        Parameters:
        entityId - the new entity id
      • setLabel

        public void setLabel​(java.lang.String label)
        Sets the label.
        Parameters:
        label - the new label
      • setSequence

        public void setSequence​(java.lang.Integer sequence)
        Sets the sequence.
        Parameters:
        sequence - the new sequence
      • setTypeIdentifier

        public void setTypeIdentifier​(Statement.StatementDescriptor typeIdentifier)
        Sets the type identifier.
        Parameters:
        typeIdentifier - the new type identifier