Class CometCondition

    • Constructor Detail

      • CometCondition

        public CometCondition()
        Instantiates a new comet condition.
      • CometCondition

        public CometCondition​(int id,
                              java.lang.String name)
        Instantiates a new comet condition.
        Parameters:
        id - the id
        name - the name
      • CometCondition

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

      • getValue

        public java.lang.String getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value.
        Parameters:
        value - the new value
      • getConditionMenueId

        public java.lang.Integer getConditionMenueId()
        Gets the condition menue id.
        Returns:
        the condition menue id
      • setConditionMenueId

        public void setConditionMenueId​(java.lang.Integer conditionMenueId)
        Sets the condition menue id.
        Parameters:
        conditionMenueId - the new condition menue id
      • getReplaceByValue

        public java.lang.String getReplaceByValue()
        Gets the replace by value.
        Returns:
        the replace by value
      • setReplaceByValue

        public void setReplaceByValue​(java.lang.String replaceByValue)
        Sets the replace by value.
        Parameters:
        replaceByValue - the new replace by value