public class RolleProperties extends Object implements Serializable
Constructor and Description |
---|
RolleProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCustomProperty(String propertyKey) |
Map<String,Boolean> |
getCustomPropertyMap() |
boolean |
getFCProperty(EAccessProperty propertyKey) |
Map<EAccessProperty,Boolean> |
getFcPropertyMap() |
RolleProperties |
merge(RolleProperties roleProps) |
void |
setCustomProperty(String propertyKey,
boolean value) |
void |
setFCProperty(EAccessProperty propertyKey,
boolean value) |
public boolean getFCProperty(EAccessProperty propertyKey)
public boolean getCustomProperty(String propertyKey)
public void setFCProperty(EAccessProperty propertyKey, boolean value)
public void setCustomProperty(String propertyKey, boolean value)
public Map<EAccessProperty,Boolean> getFcPropertyMap()
public Map<String,Boolean> getCustomPropertyMap()
public RolleProperties merge(RolleProperties roleProps)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.