public class AuthorizationLevelData extends EntityData<AuthorizationLevelDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,AuthorizationLevelData> |
ALLOW_BROKER |
static BasicProperty<java.lang.Boolean,AuthorizationLevelData> |
ALLOW_PAYER |
static BasicProperty<java.lang.Boolean,AuthorizationLevelData> |
ALLOW_RECEIVER |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,AuthorizationLevelData> |
FIRST |
static ListProperty<AuthorizationRoleVO,AuthorizationLevelData> |
ROLES |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
AuthorizationLevelData() |
AuthorizationLevelData(Property<T,? super AuthorizationLevelData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AuthorizationRoleVO> |
getRoles() |
boolean |
isAllowBroker() |
boolean |
isAllowPayer() |
boolean |
isAllowReceiver() |
boolean |
isFirst() |
void |
setAllowBroker(boolean allowBroker) |
void |
setAllowPayer(boolean allowPayer) |
void |
setAllowReceiver(boolean allowReceiver) |
void |
setFirst(boolean first) |
void |
setRoles(java.util.List<AuthorizationRoleVO> roles) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelData> ALLOW_BROKER
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelData> ALLOW_PAYER
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelData> ALLOW_RECEIVER
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelData> FIRST
public static final ListProperty<AuthorizationRoleVO,AuthorizationLevelData> ROLES
public AuthorizationLevelData()
public AuthorizationLevelData(Property<T,? super AuthorizationLevelData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<AuthorizationLevelDTO>public boolean isAllowBroker()
public void setAllowBroker(boolean allowBroker)
public boolean isAllowPayer()
public void setAllowPayer(boolean allowPayer)
public boolean isAllowReceiver()
public void setAllowReceiver(boolean allowReceiver)
public boolean isFirst()
public void setFirst(boolean first)
public java.util.List<AuthorizationRoleVO> getRoles()
public void setRoles(java.util.List<AuthorizationRoleVO> roles)