public class OperatorGroupDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<OperatorGroupAccountTypeDTO,OperatorGroupDTO> |
ACCOUNT_TYPES |
static BasicProperty<java.lang.Boolean,OperatorGroupDTO> |
ADVERTISEMENTS |
static BasicProperty<java.lang.Boolean,OperatorGroupDTO> |
CHARGEBACK_PAYMENTS |
static java.lang.String |
CLASS_NAME |
static SetProperty<CustomOperationVO,OperatorGroupDTO> |
CUSTOM_OPERATIONS |
static BasicProperty<java.lang.String,OperatorGroupDTO> |
DESCRIPTION |
static BasicProperty<java.lang.Boolean,OperatorGroupDTO> |
EDIT_OWN_PROFILE |
static BasicProperty<java.lang.Boolean,OperatorGroupDTO> |
MESSAGES_AND_NOTIFICATIONS |
static ListProperty<OperatorGroupPaymentTypeDTO,OperatorGroupDTO> |
PAYMENT_TYPES |
static BasicProperty<java.lang.Boolean,OperatorGroupDTO> |
RECEIVE_PAYMENTS |
static SetProperty<RecordTypeVO,OperatorGroupDTO> |
RECORD_TYPES |
static BasicProperty<java.lang.Boolean,OperatorGroupDTO> |
REQUEST_PAYMENTS |
static BasicProperty<UserVO,OperatorGroupDTO> |
USER |
NAMEID| Constructor and Description |
|---|
OperatorGroupDTO() |
OperatorGroupDTO(java.lang.Long id) |
OperatorGroupDTO(Property<T,? super OperatorGroupDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<OperatorGroupAccountTypeDTO> |
getAccountTypes() |
java.util.Set<CustomOperationVO> |
getCustomOperations() |
java.lang.String |
getDescription() |
java.util.List<OperatorGroupPaymentTypeDTO> |
getPaymentTypes() |
java.util.Set<RecordTypeVO> |
getRecordTypes() |
UserVO |
getUser() |
boolean |
isAdvertisements() |
boolean |
isChargebackPayments() |
boolean |
isEditOwnProfile() |
boolean |
isMessagesAndNotifications() |
boolean |
isReceivePayments() |
boolean |
isRequestPayments() |
void |
setAccountTypes(java.util.List<OperatorGroupAccountTypeDTO> accountTypes) |
void |
setAdvertisements(boolean advertisements) |
void |
setChargebackPayments(boolean chargebackPayments) |
void |
setCustomOperations(java.util.Set<CustomOperationVO> customOperations) |
void |
setDescription(java.lang.String description) |
void |
setEditOwnProfile(boolean editOwnProfile) |
void |
setMessagesAndNotifications(boolean messagesAndNotifications) |
void |
setPaymentTypes(java.util.List<OperatorGroupPaymentTypeDTO> paymentTypes) |
void |
setReceivePayments(boolean receivePayments) |
void |
setRecordTypes(java.util.Set<RecordTypeVO> recordTypes) |
void |
setRequestPayments(boolean requestPayments) |
void |
setUser(UserVO user) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, 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 ListProperty<OperatorGroupAccountTypeDTO,OperatorGroupDTO> ACCOUNT_TYPES
public static final BasicProperty<java.lang.Boolean,OperatorGroupDTO> ADVERTISEMENTS
public static final BasicProperty<java.lang.Boolean,OperatorGroupDTO> CHARGEBACK_PAYMENTS
public static final SetProperty<CustomOperationVO,OperatorGroupDTO> CUSTOM_OPERATIONS
public static final BasicProperty<java.lang.String,OperatorGroupDTO> DESCRIPTION
public static final BasicProperty<java.lang.Boolean,OperatorGroupDTO> EDIT_OWN_PROFILE
public static final BasicProperty<java.lang.Boolean,OperatorGroupDTO> MESSAGES_AND_NOTIFICATIONS
public static final ListProperty<OperatorGroupPaymentTypeDTO,OperatorGroupDTO> PAYMENT_TYPES
public static final BasicProperty<java.lang.Boolean,OperatorGroupDTO> RECEIVE_PAYMENTS
public static final SetProperty<RecordTypeVO,OperatorGroupDTO> RECORD_TYPES
public static final BasicProperty<java.lang.Boolean,OperatorGroupDTO> REQUEST_PAYMENTS
public static final BasicProperty<UserVO,OperatorGroupDTO> USER
public OperatorGroupDTO()
public OperatorGroupDTO(java.lang.Long id)
public OperatorGroupDTO(Property<T,? super OperatorGroupDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOpublic java.util.List<OperatorGroupAccountTypeDTO> getAccountTypes()
public void setAccountTypes(java.util.List<OperatorGroupAccountTypeDTO> accountTypes)
public boolean isAdvertisements()
public void setAdvertisements(boolean advertisements)
public boolean isChargebackPayments()
public void setChargebackPayments(boolean chargebackPayments)
public java.util.Set<CustomOperationVO> getCustomOperations()
public void setCustomOperations(java.util.Set<CustomOperationVO> customOperations)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public boolean isEditOwnProfile()
public void setEditOwnProfile(boolean editOwnProfile)
public boolean isMessagesAndNotifications()
public void setMessagesAndNotifications(boolean messagesAndNotifications)
public java.util.List<OperatorGroupPaymentTypeDTO> getPaymentTypes()
public void setPaymentTypes(java.util.List<OperatorGroupPaymentTypeDTO> paymentTypes)
public boolean isReceivePayments()
public void setReceivePayments(boolean receivePayments)
public java.util.Set<RecordTypeVO> getRecordTypes()
public void setRecordTypes(java.util.Set<RecordTypeVO> recordTypes)
public boolean isRequestPayments()
public void setRequestPayments(boolean requestPayments)
public UserVO getUser()
public void setUser(UserVO user)