Class RolleProperties

java.lang.Object
de.xima.fc.mdl.fdv.RolleProperties
All Implemented Interfaces:
Serializable

public class RolleProperties extends Object implements Serializable
See Also:
  • Constructor Details

    • RolleProperties

      public RolleProperties()
  • Method Details

    • 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)