Package org.alfresco.rm.rest.api.model
Class SecurityControlSetting
java.lang.Object
org.alfresco.rm.rest.api.model.SecurityControlSetting
POJO representing a setting/property key/value in the alfresco-global.properties file
- Since:
- 2.6
- Author:
- Tuna Aksoy, Ramona Popa
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor needed for the REST APISecurityControlSetting
(String key, Object value) Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals implementation for the propertygetKey()
Gets the property keygetValue()
Get the setting valueint
hashCode()
hashCode implementation for the propertyvoid
Sets the setting keyvoid
Sets the setting valuetoString()
toString implementation for the property
-
Constructor Details
-
SecurityControlSetting
public SecurityControlSetting()Empty constructor needed for the REST API -
SecurityControlSetting
Constructor
-
-
Method Details
-
getKey
Gets the property key- Returns:
- The property key
-
setKey
Sets the setting key- Parameters:
key
- The property key to set
-
getValue
Get the setting value- Returns:
- The property value
-
setValue
Sets the setting value- Parameters:
value
- The setting value
-
equals
Equals implementation for the property -
hashCode
public int hashCode()hashCode implementation for the property -
toString
toString implementation for the property
-