Class SecurityControlSetting

java.lang.Object
org.alfresco.rm.rest.api.model.SecurityControlSetting

public class SecurityControlSetting extends Object
POJO representing a setting/property key/value in the alfresco-global.properties file
Since:
2.6
Author:
Tuna Aksoy, Ramona Popa
  • Constructor Details

    • SecurityControlSetting

      public SecurityControlSetting()
      Empty constructor needed for the REST API
    • SecurityControlSetting

      public SecurityControlSetting(String key, Object value)
      Constructor
  • Method Details

    • getKey

      public String getKey()
      Gets the property key
      Returns:
      The property key
    • setKey

      public void setKey(String key)
      Sets the setting key
      Parameters:
      key - The property key to set
    • getValue

      public Object getValue()
      Get the setting value
      Returns:
      The property value
    • setValue

      public void setValue(Object value)
      Sets the setting value
      Parameters:
      value - The setting value
    • equals

      public boolean equals(Object o)
      Equals implementation for the property
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      hashCode implementation for the property
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      toString implementation for the property
      Overrides:
      toString in class Object