public class SecurityControlSetting extends Object
| Constructor and Description |
|---|
SecurityControlSetting()
Empty constructor needed for the REST API
|
SecurityControlSetting(String key,
Object value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Equals implementation for the property
|
String |
getKey()
Gets the property key
|
Object |
getValue()
Get the setting value
|
int |
hashCode()
hashCode implementation for the property
|
void |
setKey(String key)
Sets the setting key
|
void |
setValue(Object value)
Sets the setting value
|
String |
toString()
toString implementation for the property
|
public SecurityControlSetting()
public String getKey()
public void setKey(String key)
key - The property key to setpublic Object getValue()
public void setValue(Object value)
value - The setting valuepublic boolean equals(Object o)
public int hashCode()
Copyright © 2005–2018 Alfresco Software. All rights reserved.