Interface IServerPropertyEntity
- All Known Implementing Classes:
FrontendServerProperty, SystemProperty
public interface IServerPropertyEntity
Interface for server properties.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ATTR_KEY
- See Also:
-
ATTR_VALUE
- See Also:
-
-
Method Details
-
getKey
-
setKey
-
getValue
-
setValue
Sets the value of the property.- Parameters:
value- the value of the property.
-