public class AuthorizationLevelVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,AuthorizationLevelVO> |
BROKER |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,AuthorizationLevelVO> |
LEVEL |
static BasicProperty<java.lang.Boolean,AuthorizationLevelVO> |
PAYER |
static BasicProperty<java.lang.Boolean,AuthorizationLevelVO> |
RECEIVER |
static ListProperty<AuthorizationRoleDTO,AuthorizationLevelVO> |
ROLES |
static BasicProperty<TransferTypeVO,AuthorizationLevelVO> |
TRANSFER_TYPE |
ID| Constructor and Description |
|---|
AuthorizationLevelVO() |
AuthorizationLevelVO(java.lang.Long id) |
AuthorizationLevelVO(Property<T,? super AuthorizationLevelVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Integer |
getLevel() |
java.util.List<AuthorizationRoleDTO> |
getRoles() |
TransferTypeVO |
getTransferType() |
boolean |
isBroker() |
boolean |
isPayer() |
boolean |
isReceiver() |
void |
setBroker(boolean broker) |
void |
setLevel(java.lang.Integer level) |
void |
setPayer(boolean payer) |
void |
setReceiver(boolean receiver) |
void |
setRoles(java.util.List<AuthorizationRoleDTO> roles) |
void |
setTransferType(TransferTypeVO transferType) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, 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,AuthorizationLevelVO> BROKER
public static final BasicProperty<java.lang.Integer,AuthorizationLevelVO> LEVEL
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelVO> PAYER
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelVO> RECEIVER
public static final ListProperty<AuthorizationRoleDTO,AuthorizationLevelVO> ROLES
public static final BasicProperty<TransferTypeVO,AuthorizationLevelVO> TRANSFER_TYPE
public AuthorizationLevelVO()
public AuthorizationLevelVO(java.lang.Long id)
public AuthorizationLevelVO(Property<T,? super AuthorizationLevelVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic boolean isBroker()
public void setBroker(boolean broker)
public java.lang.Integer getLevel()
public void setLevel(java.lang.Integer level)
public boolean isPayer()
public void setPayer(boolean payer)
public boolean isReceiver()
public void setReceiver(boolean receiver)
public java.util.List<AuthorizationRoleDTO> getRoles()
public void setRoles(java.util.List<AuthorizationRoleDTO> roles)
public TransferTypeVO getTransferType()
public void setTransferType(TransferTypeVO transferType)