public class AuthorizationLevelData extends EntityData<AuthorizationLevelDTO>
| Constructor and Description |
|---|
AuthorizationLevelData() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getDTO, getTranslatedValues, isEditable, setDTO, setEditable, setTranslatedValuespublic boolean isAllowBroker()
public boolean isAllowPayer()
public boolean isAllowReceiver()
public boolean isFirst()
public java.util.List<AuthorizationRoleVO> getRoles()
public void setAllowBroker(boolean allowBroker)
public void setAllowPayer(boolean allowPayer)
public void setAllowReceiver(boolean allowReceiver)
public void setFirst(boolean first)
public void setRoles(java.util.List<AuthorizationRoleVO> roles)