Interface TenantVariableEntity

All Superinterfaces:
Entity, HasRevision, TenantVariable
All Known Implementing Classes:
TenantVariableEntityImpl

public interface TenantVariableEntity extends TenantVariable, Entity, HasRevision
Author:
Christopher Welsch
  • Method Details

    • setId

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

      void setName(String name)
    • 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)
    • getCachedValue

      Object getCachedValue()
    • setCachedValue

      void setCachedValue(Object cachedValue)
    • setTypeName

      void setTypeName(String typeName)
    • setCreate

      void setCreate(Date created)
    • setCreatedBy

      void setCreatedBy(String authenticatedUserId)
    • setLastModified

      void setLastModified(Date currentTime)
    • setLastModifiedBy

      void setLastModifiedBy(String authenticatedUserId)
    • variableProtected

      void variableProtected()