|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwSettingsSet
public class OwSettingsSet
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
Field Summary | |
---|---|
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 Summary | |
---|---|
OwSettingsSet(String strName_p,
Map properties_p,
String strDisplayName_p)
constructs a settings info |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String m_strName
protected Map m_Properties
protected String m_strDisplayName
protected boolean m_fUserEditableProperties
protected boolean m_fAppEditableProperties
Constructor Detail |
---|
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 pluginMethod Detail |
---|
public boolean hasUserEditableProperties()
public boolean hasAppEditableProperties()
public String getName()
public Map getProperties()
public String getDisplayName()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |