Interface AppVariable

    • Method Detail

      • 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
      • setValue

        void setValue​(Object value)
      • getTypeName

        String getTypeName()
      • setTypeName

        void setTypeName​(String typeName)