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 boolean
getCustomProperty(String propertyKey)
Map<String,Boolean>
getCustomPropertyMap()
boolean
getFCProperty(EAccessProperty propertyKey)
Map<EAccessProperty,Boolean>
getFcPropertyMap()
RolleProperties
merge(RolleProperties roleProps)
void
mergeWithPluginAccessProperties(List<IPluginAccessProperty> properties)
void
setCustomProperty(String propertyKey, boolean value)
void
setFCProperty(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)
-
-