Package de.xima.fc.mdl.fdv
Class RolleProperties
java.lang.Object
de.xima.fc.mdl.fdv.RolleProperties
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCustomProperty
(String propertyKey) boolean
getFCProperty
(EAccessProperty propertyKey) merge
(RolleProperties roleProps) void
mergeWithPluginAccessProperties
(List<IPluginAccessProperty> properties) void
setCustomProperty
(String propertyKey, boolean value) void
setFCProperty
(EAccessProperty propertyKey, boolean value)
-
Constructor Details
-
RolleProperties
public RolleProperties()
-
-
Method Details
-
getFCProperty
-
getCustomProperty
-
setFCProperty
-
setCustomProperty
-
getFcPropertyMap
- Returns:
- the fcPropertyMap
-
getCustomPropertyMap
- Returns:
- the customPropertyMap
-
merge
-
mergeWithPluginAccessProperties
-