Interface AppVariable

All Known Subinterfaces:
AppVariableEntity
All Known Implementing Classes:
AppVariableEntityImpl

public interface AppVariable
  • Method Details

    • getId

      String getId()
      unique identifier
    • getAppKey

      String getAppKey()
      reference to the app definition key
    • getName

      String getName()
      variable name
    • getTenantId

      String getTenantId()
      the tenant identifier of this app variable
    • getValue

      Object getValue()
    • setValue

      void setValue(Object value)
    • getTypeName

      String getTypeName()
    • setTypeName

      void setTypeName(String typeName)