Class LeadDto
java.lang.Object
hu.rts.mike.example.dev.crm.model.LeadDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integerprivate LocalDateprivate Integerprivate Set<DiscountDto>private Integerprivate Integerprivate Integerprivate MarketingChannelDtoprivate PartnerDtoprivate Set<ProductDto>private Stringprivate VendorDto -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetChanceOfSuccess(Integer chanceOfSuccess) voidsetCreatedAt(LocalDate createdAt) voidsetDaysFromCreatedAt(Integer daysFromCreatedAt) voidsetDiscounts(Set<DiscountDto> discounts) voidsetEstimatedIncome(Integer estimatedIncome) voidvoidsetExpectedValue(Integer expectedValue) voidvoidsetMarketingChannel(MarketingChannelDto marketingChannel) voidsetPartner(PartnerDto partner) voidsetProducts(Set<ProductDto> products) voidsetSoreSpot(String soreSpot) void
-
Field Details
-
id
-
soreSpot
-
createdAt
-
daysFromCreatedAt
-
chanceOfSuccess
-
estimatedIncome
-
expectedValue
-
vendor
-
partner
-
discounts
-
marketingChannel
-
events
-
products
-
-
Constructor Details
-
LeadDto
public LeadDto()
-
-
Method Details
-
getId
-
setId
-
getSoreSpot
-
setSoreSpot
-
getCreatedAt
-
setCreatedAt
-
getDaysFromCreatedAt
-
setDaysFromCreatedAt
-
getChanceOfSuccess
-
setChanceOfSuccess
-
getEstimatedIncome
-
setEstimatedIncome
-
getExpectedValue
-
setExpectedValue
-
getVendor
-
setVendor
-
getPartner
-
setPartner
-
getDiscounts
-
setDiscounts
-
getMarketingChannel
-
setMarketingChannel
-
getEvents
-
setEvents
-
getProducts
-
setProducts
-