Package org.cyclos.entities.users
Interface IMemberOrBrokerProduct
-
- All Superinterfaces:
IProduct
- All Known Implementing Classes:
BrokerProduct,MemberProduct
public interface IMemberOrBrokerProduct extends IProduct
Contains the common properties for both member and broker products
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetMaxOperators()Set<UserProductNotification>getNotifications()Set<ProductOperatorProfileField>getOperatorProfileFields()voidsetMaxOperators(Integer maxOperators)voidsetNotifications(Set<UserProductNotification> notifications)voidsetOperatorProfileFields(Set<ProductOperatorProfileField> operatorProfileFields)
-
-
-
Method Detail
-
getMaxOperators
Integer getMaxOperators()
-
getNotifications
Set<UserProductNotification> getNotifications()
-
getOperatorProfileFields
Set<ProductOperatorProfileField> getOperatorProfileFields()
-
setMaxOperators
void setMaxOperators(Integer maxOperators)
-
setNotifications
void setNotifications(Set<UserProductNotification> notifications)
-
setOperatorProfileFields
void setOperatorProfileFields(Set<ProductOperatorProfileField> operatorProfileFields)
-
-