Package org.cyclos.model.users.products
Interface IMemberOrBrokerProductDTO
-
- All Known Implementing Classes:
BrokerProductDTO,MemberProductDTO
public interface IMemberOrBrokerProductDTOContains the common properties in bothMemberProductDTOandBrokerProductDTO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetMaxOperators()Set<MyOperatorsOperation>getMyOperators()List<UserProductNotificationDTO>getNotifications()List<ProductOperatorProfileFieldDTO>getOperatorProfileFields()voidsetMaxOperators(Integer maxOperators)voidsetMyOperators(Set<MyOperatorsOperation> myOperators)voidsetNotifications(List<UserProductNotificationDTO> notifications)voidsetOperatorProfileFields(List<ProductOperatorProfileFieldDTO> operatorProfileFields)
-
-
-
Method Detail
-
getMaxOperators
Integer getMaxOperators()
-
getMyOperators
Set<MyOperatorsOperation> getMyOperators()
-
getNotifications
List<UserProductNotificationDTO> getNotifications()
-
getOperatorProfileFields
List<ProductOperatorProfileFieldDTO> getOperatorProfileFields()
-
setMaxOperators
void setMaxOperators(Integer maxOperators)
-
setMyOperators
void setMyOperators(Set<MyOperatorsOperation> myOperators)
-
setNotifications
void setNotifications(List<UserProductNotificationDTO> notifications)
-
setOperatorProfileFields
void setOperatorProfileFields(List<ProductOperatorProfileFieldDTO> operatorProfileFields)
-
-