Class ModelEntityImpl

    • Field Detail

      • name

        protected java.lang.String name
      • key

        protected java.lang.String key
      • category

        protected java.lang.String category
      • createTime

        protected java.util.Date createTime
      • lastUpdateTime

        protected java.util.Date lastUpdateTime
      • version

        protected java.lang.Integer version
      • metaInfo

        protected java.lang.String metaInfo
      • deploymentId

        protected java.lang.String deploymentId
      • editorSourceValueId

        protected java.lang.String editorSourceValueId
      • editorSourceExtraValueId

        protected java.lang.String editorSourceExtraValueId
      • tenantId

        protected java.lang.String tenantId
    • Constructor Detail

      • ModelEntityImpl

        public ModelEntityImpl()
    • Method Detail

      • getPersistentState

        public java.lang.Object getPersistentState()
        Description copied from interface: Entity
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
        Specified by:
        getPersistentState in interface Entity
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Model
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface Model
      • getKey

        public java.lang.String getKey()
        Specified by:
        getKey in interface Model
      • setKey

        public void setKey​(java.lang.String key)
        Specified by:
        setKey in interface Model
      • getCategory

        public java.lang.String getCategory()
        Specified by:
        getCategory in interface Model
      • setCategory

        public void setCategory​(java.lang.String category)
        Specified by:
        setCategory in interface Model
      • getCreateTime

        public java.util.Date getCreateTime()
        Specified by:
        getCreateTime in interface Model
      • setCreateTime

        public void setCreateTime​(java.util.Date createTime)
        Specified by:
        setCreateTime in interface ModelEntity
      • getLastUpdateTime

        public java.util.Date getLastUpdateTime()
        Specified by:
        getLastUpdateTime in interface Model
      • setLastUpdateTime

        public void setLastUpdateTime​(java.util.Date lastUpdateTime)
        Specified by:
        setLastUpdateTime in interface ModelEntity
      • getVersion

        public java.lang.Integer getVersion()
        Specified by:
        getVersion in interface Model
      • setVersion

        public void setVersion​(java.lang.Integer version)
        Specified by:
        setVersion in interface Model
      • getMetaInfo

        public java.lang.String getMetaInfo()
        Specified by:
        getMetaInfo in interface Model
      • setMetaInfo

        public void setMetaInfo​(java.lang.String metaInfo)
        Specified by:
        setMetaInfo in interface Model
      • getDeploymentId

        public java.lang.String getDeploymentId()
        Specified by:
        getDeploymentId in interface Model
      • setDeploymentId

        public void setDeploymentId​(java.lang.String deploymentId)
        Specified by:
        setDeploymentId in interface Model
      • setEditorSourceValueId

        public void setEditorSourceValueId​(java.lang.String editorSourceValueId)
        Specified by:
        setEditorSourceValueId in interface ModelEntity
      • getTenantId

        public java.lang.String getTenantId()
        Specified by:
        getTenantId in interface Model
      • setTenantId

        public void setTenantId​(java.lang.String tenantId)
        Specified by:
        setTenantId in interface Model
      • hasEditorSource

        public boolean hasEditorSource()
        Description copied from interface: Model
        whether this model has editor source
        Specified by:
        hasEditorSource in interface Model
      • hasEditorSourceExtra

        public boolean hasEditorSourceExtra()
        Description copied from interface: Model
        whether this model has editor source extra
        Specified by:
        hasEditorSourceExtra in interface Model