@Entity public class OperatorGroup extends NamedEntity
| Constructor and Description |
|---|
OperatorGroup() |
compareTo, getName, getNames, setName, toStringgetDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic OperatorGroupAccountType getAccountType(UserAccountType type)
public java.util.Map<UserAccountType,OperatorGroupAccountType> getAccountTypes()
public java.util.Set<CustomOperation> getCustomOperations()
public java.lang.String getDescription()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic OperatorGroupPaymentType getPaymentType(PaymentTransferType type)
public java.util.Map<PaymentTransferType,OperatorGroupPaymentType> getPaymentTypes()
public java.util.Set<UserRecordType> getRecordTypes()
public java.util.Set<User> getRestrictPaymentsToUsers()
public User getUser()
public boolean isAdvertisements()
public boolean isBlockTokenPrincipalType()
public boolean isCancelTokenPrincipalType()
public boolean isChargebackPayments()
public boolean isEditOwnProfile()
public boolean isEnableTokenPrincipalType()
public boolean isMessagesAndNotifications()
public boolean isReceivePayments()
public boolean isRedeemVouchers()
public boolean isRegisterUsersAsBroker()
public boolean isRequestPayments()
public boolean isUnblockTokenPrincipalType()
public void setAccountTypes(java.util.Map<UserAccountType,OperatorGroupAccountType> accountTypes)
public void setAdvertisements(boolean advertisements)
public void setBlockTokenPrincipalType(java.lang.Boolean blockTokenPrincipalType)
public void setCancelTokenPrincipalType(java.lang.Boolean cancelTokenPrincipalType)
public void setChargebackPayments(boolean chargebackPayments)
public void setCustomOperations(java.util.Set<CustomOperation> customOperations)
public void setDescription(java.lang.String description)
public void setEditOwnProfile(boolean editOwnProfile)
public void setEnableTokenPrincipalType(java.lang.Boolean enableTokenPrincipalType)
public void setMessagesAndNotifications(boolean messagesAndNotifications)
public void setPaymentTypes(java.util.Map<PaymentTransferType,OperatorGroupPaymentType> paymentTypes)
public void setReceivePayments(boolean receivePayments)
public void setRecordTypes(java.util.Set<UserRecordType> recordTypes)
public void setRedeemVouchers(boolean redeemVouchers)
public void setRegisterUsersAsBroker(boolean registerUsersAsBroker)
public void setRequestPayments(boolean requestPayments)
public void setRestrictPaymentsToUsers(java.util.Set<User> allowedUsers)
public void setUnblockTokenPrincipalType(java.lang.Boolean unblockTokenPrincipalType)
public void setUser(User user)