Interface MetadataInstanceEntity

    • Method Detail

      • setName

        void setName​(String name)
      • setContentItemId

        void setContentItemId​(String contentItemId)
      • setTextValue

        void setTextValue​(String textValue)
      • setTextValue2

        void setTextValue2​(String textValue2)
      • setLongValue

        void setLongValue​(Long longValue)
      • setDoubleValue

        void setDoubleValue​(Double doubleValue)
      • setBytes

        void setBytes​(byte[] bytes)
      • forceUpdate

        void forceUpdate()
      • setValue

        void setValue​(Object value)
      • getCachedValue

        Object getCachedValue()
      • setCachedValue

        void setCachedValue​(Object cachedValue)
      • setTypeName

        void setTypeName​(String typeName)