public interface IMemberOrBrokerProduct extends IProduct
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMaxOperators() |
java.util.Set<ProductNotification> |
getNotifications() |
java.util.Set<ProductOperatorProfileField> |
getOperatorProfileFields() |
void |
setMaxOperators(java.lang.Integer maxOperators) |
void |
setNotifications(java.util.Set<ProductNotification> notifications) |
void |
setOperatorProfileFields(java.util.Set<ProductOperatorProfileField> operatorProfileFields) |
java.lang.Integer getMaxOperators()
java.util.Set<ProductNotification> getNotifications()
java.util.Set<ProductOperatorProfileField> getOperatorProfileFields()
void setMaxOperators(java.lang.Integer maxOperators)
void setNotifications(java.util.Set<ProductNotification> notifications)
void setOperatorProfileFields(java.util.Set<ProductOperatorProfileField> operatorProfileFields)