public class RolePropertyEntryModel extends Object implements Serializable
Constructor and Description |
---|
RolePropertyEntryModel(EAccessProperty prop,
Locale loc) |
RolePropertyEntryModel(String customValue,
String label,
boolean rendered,
RolePropertyEntryModel... children) |
Modifier and Type | Method and Description |
---|---|
List<RolePropertyEntryModel> |
getChildren() |
String |
getCustomValue() |
String |
getLabel() |
EAccessProperty |
getValue() |
boolean |
isCustom() |
boolean |
isRendered() |
void |
setCustomValue(String customValue) |
void |
setLabel(String label) |
void |
setRendered(boolean rendered) |
void |
setValue(EAccessProperty value) |
public RolePropertyEntryModel(EAccessProperty prop, Locale loc)
public RolePropertyEntryModel(String customValue, String label, boolean rendered, RolePropertyEntryModel... children)
public String getLabel()
public void setLabel(String label)
label
- the label to setpublic List<RolePropertyEntryModel> getChildren()
public EAccessProperty getValue()
public void setValue(EAccessProperty value)
value
- the value to setpublic String getCustomValue()
public void setCustomValue(String customValue)
customValue
- the customValue to setpublic boolean isRendered()
public void setRendered(boolean rendered)
public boolean isCustom()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.