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 TypeMethodDescriptionbooleangetCustomProperty(String propertyKey) booleangetFCProperty(EAccessProperty propertyKey) merge(RolleProperties roleProps) voidmergeWithPluginAccessProperties(List<IPluginAccessProperty> properties) voidsetCustomProperty(String propertyKey, boolean value) voidsetFCProperty(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
-