public class OwSettingsSet extends Object
Settings Set, containing the settings properties for a plugin. Each plugin may have a settings set.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
protected boolean |
m_fAppEditableProperties
flag indicating if set contains at least one property that is editable by the application
|
protected boolean |
m_fUserEditableProperties
flag indicating if set contains at least one property that is editable by the user
|
protected Map |
m_Properties
map of properties with current values
|
protected String |
m_strDisplayName
the display name of the set
|
protected String |
m_strName
Name of the set i.e.
|
Constructor and Description |
---|
OwSettingsSet(String strName_p,
Map properties_p,
String strDisplayName_p)
constructs a settings info
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
get the display name of the set
|
String |
getName()
get the name of the settingsset, i.e.
|
Map |
getProperties()
get the map of properties with current values
|
boolean |
hasAppEditableProperties()
check if set contains at least one property that is editable by the user
|
boolean |
hasUserEditableProperties()
check if set contains at least one property that is editable by the user
|
String |
toString() |
protected String m_strName
protected Map m_Properties
protected String m_strDisplayName
protected boolean m_fUserEditableProperties
protected boolean m_fAppEditableProperties
public OwSettingsSet(String strName_p, Map properties_p, String strDisplayName_p)
strName_p
- String Name of the set i.e. ID of the pluginproperties_p
- map of OwSettingsProperty with the current valuesstrDisplayName_p
- String the display name of the pluginpublic boolean hasUserEditableProperties()
public boolean hasAppEditableProperties()
public String getName()
public Map getProperties()
public String getDisplayName()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.