Interface IGoal

    • Method Detail

      • getGoalType

        java.lang.String getGoalType()
        Gets the goal type.
        Returns:
        The goal type.
      • setGoalType

        void setGoalType​(java.lang.String goaltype)
        Sets the goal type.
        Parameters:
        goaltype - The goal type.
      • getCreationCondition

        java.lang.String getCreationCondition()
        Gets the creation condition.
        Returns:
        The creation condition.
      • setCreationCondition

        void setCreationCondition​(java.lang.String creationcondition)
        Sets the creation condition.
        Parameters:
        creationcondition - The creation condition.
      • getCreationConditionLanguage

        java.lang.String getCreationConditionLanguage()
        Gets the creation condition language.
        Returns:
        The creation condition language.
      • setCreationConditionLanguage

        void setCreationConditionLanguage​(java.lang.String creationconditionlanguage)
        Sets the creation condition language.
        Parameters:
        creationconditionlanguage - The creation condition language.
      • getContextCondition

        java.lang.String getContextCondition()
        Gets the context condition.
        Returns:
        The context condition.
      • setContextCondition

        void setContextCondition​(java.lang.String contextcondition)
        Sets the context condition.
        Parameters:
        contextcondition - The context condition.
      • getContextConditionLanguage

        java.lang.String getContextConditionLanguage()
        Gets the context condition language.
        Returns:
        The context condition language.
      • setContextConditionLanguage

        void setContextConditionLanguage​(java.lang.String contextconditionlanguage)
        Sets the context condition language.
        Parameters:
        contextconditionlanguage - The context condition language.
      • getDropCondition

        java.lang.String getDropCondition()
        Gets the drop condition.
        Returns:
        The drop condition.
      • setDropCondition

        void setDropCondition​(java.lang.String dropcondition)
        Sets the drop condition.
        Parameters:
        dropcondition - The drop condition.
      • getDropConditionLanguage

        java.lang.String getDropConditionLanguage()
        Gets the drop condition language.
        Returns:
        The drop condition language.
      • setDropConditionLanguage

        void setDropConditionLanguage​(java.lang.String dropconditionlanguage)
        Sets the drop condition language.
        Parameters:
        dropconditionlanguage - The drop condition language.
      • getTargetCondition

        java.lang.String getTargetCondition()
        Gets the target condition.
        Returns:
        The target condition.
      • setTargetCondition

        void setTargetCondition​(java.lang.String targetcondition)
        Sets the target condition.
        Parameters:
        targetcondition - The target condition.
      • getTargetConditionLanguage

        java.lang.String getTargetConditionLanguage()
        Gets the target condition language.
        Returns:
        The target condition language.
      • setTargetConditionLanguage

        void setTargetConditionLanguage​(java.lang.String targetconditionlanguage)
        Sets the target condition language.
        Parameters:
        targetconditionlanguage - The target condition language.
      • getFailureCondition

        java.lang.String getFailureCondition()
        Gets the failure condition.
        Returns:
        The failure condition.
      • setFailureCondition

        void setFailureCondition​(java.lang.String failurecondition)
        Sets the failure condition.
        Parameters:
        failurecondition - The failure condition.
      • getFailureConditionLanguage

        java.lang.String getFailureConditionLanguage()
        Gets the failure condition language.
        Returns:
        The failure condition language.
      • setFailureConditionLanguage

        void setFailureConditionLanguage​(java.lang.String failureconditionlanguage)
        Sets the failure condition language.
        Parameters:
        failureconditionlanguage - The failure condition language.
      • getMaintainCondition

        java.lang.String getMaintainCondition()
        Gets the maintain condition.
        Returns:
        The maintain condition.
      • setMaintainCondition

        void setMaintainCondition​(java.lang.String maintaincondition)
        Sets the maintain condition.
        Parameters:
        maintaincondition - The maintain condition.
      • getMaintainConditionLanguage

        java.lang.String getMaintainConditionLanguage()
        Gets the maintain condition language.
        Returns:
        The maintain condition language.
      • setMaintainConditionLanguage

        void setMaintainConditionLanguage​(java.lang.String maintainconditionlanguage)
        Sets the maintain condition language.
        Parameters:
        maintainconditionlanguage - The maintain condition language.
      • getDeliberation

        java.lang.String getDeliberation()
        Gets the deliberation.
        Returns:
        The deliberation.
      • setDeliberation

        void setDeliberation​(java.lang.String deliberation)
        Sets the deliberation.
        Parameters:
        deliberation - The deliberation.
      • getExclude

        java.lang.String getExclude()
        Gets the exclude.
        Returns:
        The exclude.
      • setExclude

        void setExclude​(java.lang.String exclude)
        Sets the exclude.
        Parameters:
        exclude - The exclude.
      • isPostToAll

        boolean isPostToAll()
        Returns if the goal is post-to-all.
        Returns:
        True, if post-to-all.
      • setPostToAll

        void setPostToAll​(boolean posttoall)
        Sets the post-to-all setting.
        Parameters:
        posttoall - The post-to-all setting.
      • isRandomSelection

        boolean isRandomSelection()
        Tests if the goal uses random selection.
        Returns:
        True if the goal uses random selection.
      • setRandomSelection

        void setRandomSelection​(boolean randomselection)
        Sets the random selection setting.
        Parameters:
        randomselection - The random selection setting.
      • isRecalculate

        boolean isRecalculate()
        Gets the recalculate setting.
        Returns:
        The recalculate setting.
      • setRecalculate

        void setRecalculate​(boolean recalculate)
        Sets the recalculate setting.
        Parameters:
        recalculate - The recalculate setting.
      • isRecur

        boolean isRecur()
        Gets the recur setting.
        Returns:
        The recur setting.
      • setRecur

        void setRecur​(boolean recur)
        Sets the recur setting.
        Parameters:
        recur - The recur setting.
      • getRecurDelay

        int getRecurDelay()
        Gets the recur delay.
        Returns:
        The recur delay.
      • setRecurDelay

        void setRecurDelay​(int recurdelay)
        Sets the recur delay.
        Parameters:
        recurdelay - The recur delay.
      • isRetry

        boolean isRetry()
        Gets the retry setting.
        Returns:
        The retry setting.
      • setRetry

        void setRetry​(boolean retry)
        Sets the retry.
        Parameters:
        retry - The retry.
      • getRetryDelay

        int getRetryDelay()
        Gets the retry delay.
        Returns:
        The retry delay.
      • setRetryDelay

        void setRetryDelay​(int retrydelay)
        Sets the retry delay.
        Parameters:
        retrydelay - The retry delay.