Interface IServerPropertyEntity

  • All Known Implementing Classes:
    FrontendServerProperty, SystemProperty

    public interface IServerPropertyEntity
    Interface for server properties.
    Since:
    8.4.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getKey

        String getKey()
        Returns the key of the property.
        Returns:
        the key of the property.
      • setKey

        void setKey​(String key)
        Sets the key of the property.
        Parameters:
        key - the key of the property.
      • getValue

        String getValue()
        Returns the value of the property.
        Returns:
        the value of the property.
      • setValue

        void setValue​(String value)
        Sets the value of the property.
        Parameters:
        value - the value of the property.