Interface AppVariableEntity

All Superinterfaces:
AppVariable, Entity, HasRevision
All Known Implementing Classes:
AppVariableEntityImpl

public interface AppVariableEntity extends AppVariable, Entity, HasRevision
  • Method Details

    • setId

      void setId(String id)
      Specified by:
      setId in interface Entity
    • setName

      void setName(String name)
    • setAppKey

      void setAppKey(String appKey)
    • setTenantId

      void setTenantId(String tenantId)
    • setTextValue

      void setTextValue(String textValue)
    • 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)
      Specified by:
      setValue in interface AppVariable
    • getCachedValue

      Object getCachedValue()
    • setCachedValue

      void setCachedValue(Object cachedValue)
    • setTypeName

      void setTypeName(String typeName)
      Specified by:
      setTypeName in interface AppVariable