Class AppModelDefinition


  • public class AppModelDefinition
    extends Object
    Author:
    Tijs Rademakers
    • Field Detail

      • version

        protected Integer version
      • modelType

        protected Integer modelType
      • description

        protected String description
      • stencilSetId

        protected Long stencilSetId
      • createdBy

        protected String createdBy
      • lastUpdatedBy

        protected String lastUpdatedBy
      • lastUpdated

        protected Date lastUpdated
    • Constructor Detail

      • AppModelDefinition

        public AppModelDefinition()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getVersion

        public Integer getVersion()
      • setVersion

        public void setVersion​(Integer version)
      • getModelType

        public Integer getModelType()
      • setModelType

        public void setModelType​(Integer modelType)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getStencilSetId

        public Long getStencilSetId()
      • setStencilSetId

        public void setStencilSetId​(Long stencilSetId)
      • getCreatedBy

        public String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • getLastUpdatedBy

        public String getLastUpdatedBy()
      • setLastUpdatedBy

        public void setLastUpdatedBy​(String lastUpdatedBy)
      • getLastUpdated

        public Date getLastUpdated()
      • setLastUpdated

        public void setLastUpdated​(Date lastUpdated)