Class DecisionTableSaveRepresentation

    • Field Detail

      • reusable

        protected boolean reusable
      • newVersion

        protected boolean newVersion
      • comment

        protected String comment
      • decisionTableImageBase64

        protected String decisionTableImageBase64
    • Constructor Detail

      • DecisionTableSaveRepresentation

        public DecisionTableSaveRepresentation()
    • Method Detail

      • isReusable

        public boolean isReusable()
      • setReusable

        public void setReusable​(boolean reusable)
      • isNewVersion

        public boolean isNewVersion()
      • setNewVersion

        public void setNewVersion​(boolean newVersion)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getDecisionTableImageBase64

        public String getDecisionTableImageBase64()
      • setDecisionTableImageBase64

        public void setDecisionTableImageBase64​(String decisionTableImageBase64)
      • setDecisionTableRepresentation

        public void setDecisionTableRepresentation​(DecisionTableRepresentation decisionTableRepresentation)