Package de.xima.fc.mdl.fdv
Class RolleProperties
- java.lang.Object
-
- de.xima.fc.mdl.fdv.RolleProperties
-
- All Implemented Interfaces:
Serializable
public class RolleProperties extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RolleProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCustomProperty(String propertyKey)Map<String,Boolean>getCustomPropertyMap()booleangetFCProperty(EAccessProperty propertyKey)Map<EAccessProperty,Boolean>getFcPropertyMap()RollePropertiesmerge(RolleProperties roleProps)voidmergeWithPluginAccessProperties(List<IPluginAccessProperty> properties)voidsetCustomProperty(String propertyKey, boolean value)voidsetFCProperty(EAccessProperty propertyKey, boolean value)
-
-
-
Method Detail
-
getFCProperty
public boolean getFCProperty(EAccessProperty propertyKey)
-
getCustomProperty
public boolean getCustomProperty(String propertyKey)
-
setFCProperty
public void setFCProperty(EAccessProperty propertyKey, boolean value)
-
setCustomProperty
public void setCustomProperty(String propertyKey, boolean value)
-
getFcPropertyMap
public Map<EAccessProperty,Boolean> getFcPropertyMap()
- Returns:
- the fcPropertyMap
-
getCustomPropertyMap
public Map<String,Boolean> getCustomPropertyMap()
- Returns:
- the customPropertyMap
-
merge
public RolleProperties merge(RolleProperties roleProps)
-
mergeWithPluginAccessProperties
public void mergeWithPluginAccessProperties(List<IPluginAccessProperty> properties)
-
-