Interface MetadataInstanceEntity

All Superinterfaces:
Entity, HasRevision, MetadataInstance
All Known Implementing Classes:
MetadataInstanceEntityImpl

public interface MetadataInstanceEntity extends MetadataInstance, Entity, HasRevision
  • Method Details

    • setId

      void setId(String id)
      Specified by:
      setId in interface Entity
    • 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()
    • getByteArrayRef

      ByteArrayRef getByteArrayRef()
    • getType

      VariableType getType()
    • setType

      void setType(VariableType type)
    • setValue

      void setValue(Object value)
    • getCachedValue

      Object getCachedValue()
    • setCachedValue

      void setCachedValue(Object cachedValue)
    • setTypeName

      void setTypeName(String typeName)