Class DecisionServiceRepresentation

    • Field Detail

      • description

        protected String description
      • version

        protected Integer version
      • lastUpdatedBy

        protected String lastUpdatedBy
      • lastUpdated

        protected Date lastUpdated
    • Constructor Detail

      • DecisionServiceRepresentation

        public DecisionServiceRepresentation​(AbstractModel model)
      • DecisionServiceRepresentation

        public DecisionServiceRepresentation()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getVersion

        public Integer getVersion()
      • setVersion

        public void setVersion​(Integer version)
      • getLastUpdatedBy

        public String getLastUpdatedBy()
      • setLastUpdatedBy

        public void setLastUpdatedBy​(String lastUpdatedBy)
      • getLastUpdated

        public Date getLastUpdated()
      • setLastUpdated

        public void setLastUpdated​(Date lastUpdated)