public class AuthorizationLevelDTO extends EntityDTO implements IInternalNamedEntity
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,AuthorizationLevelDTO> |
BROKER |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,AuthorizationLevelDTO> |
INTERNAL_NAME |
static BasicProperty<java.lang.Integer,AuthorizationLevelDTO> |
LEVEL |
static BasicProperty<java.lang.Boolean,AuthorizationLevelDTO> |
PAYER |
static BasicProperty<java.lang.Boolean,AuthorizationLevelDTO> |
RECEIVER |
static SetProperty<AuthorizationRoleVO,AuthorizationLevelDTO> |
ROLES |
static BasicProperty<java.lang.Boolean,AuthorizationLevelDTO> |
SHOW_COMMENTS_TO_USERS |
static BasicProperty<TransferTypeVO,AuthorizationLevelDTO> |
TRANSFER_TYPE |
ID| Constructor and Description |
|---|
AuthorizationLevelDTO() |
AuthorizationLevelDTO(java.lang.Long id) |
AuthorizationLevelDTO(Property<T,? super AuthorizationLevelDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getInternalName() |
java.lang.Integer |
getLevel() |
java.util.Set<AuthorizationRoleVO> |
getRoles() |
TransferTypeVO |
getTransferType() |
boolean |
isBroker() |
boolean |
isPayer() |
boolean |
isReceiver() |
boolean |
isShowCommentsToUsers() |
void |
setBroker(boolean broker) |
void |
setInternalName(java.lang.String internalName) |
void |
setLevel(java.lang.Integer level) |
void |
setPayer(boolean payer) |
void |
setReceiver(boolean receiver) |
void |
setRoles(java.util.Set<AuthorizationRoleVO> roles) |
void |
setShowCommentsToUsers(boolean showCommentsToUsers) |
void |
setTransferType(TransferTypeVO transferType) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, 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,AuthorizationLevelDTO> BROKER
public static final BasicProperty<java.lang.String,AuthorizationLevelDTO> INTERNAL_NAME
public static final BasicProperty<java.lang.Integer,AuthorizationLevelDTO> LEVEL
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelDTO> PAYER
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelDTO> RECEIVER
public static final SetProperty<AuthorizationRoleVO,AuthorizationLevelDTO> ROLES
public static final BasicProperty<java.lang.Boolean,AuthorizationLevelDTO> SHOW_COMMENTS_TO_USERS
public static final BasicProperty<TransferTypeVO,AuthorizationLevelDTO> TRANSFER_TYPE
public AuthorizationLevelDTO()
public AuthorizationLevelDTO(java.lang.Long id)
public AuthorizationLevelDTO(Property<T,? super AuthorizationLevelDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOpublic boolean isBroker()
public void setBroker(boolean broker)
public java.lang.String getInternalName()
getInternalName in interface IInternalNamedEntitypublic void setInternalName(java.lang.String internalName)
setInternalName in interface IInternalNamedEntityinternalName - the internal name to be set.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.Set<AuthorizationRoleVO> getRoles()
public void setRoles(java.util.Set<AuthorizationRoleVO> roles)
public boolean isShowCommentsToUsers()
public void setShowCommentsToUsers(boolean showCommentsToUsers)
public TransferTypeVO getTransferType()
public void setTransferType(TransferTypeVO transferType)