Class Lead
java.lang.Object
hu.rts.mike.example.dev.crm.entity.Lead
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidsetChanceOfSuccess(Integer chanceOfSuccess) voidsetCreatedAt(LocalDate createdAt) voidsetDaysFromCreatedAt(Integer daysFromCreatedAt) voidsetDiscounts(Set<Discount> discounts) voidsetEstimatedIncome(Integer estimatedIncome) voidvoidsetExpectedValue(Integer expectedValue) voidvoidsetMarketingChannel(MarketingChannel marketingChannel) voidsetPartner(Partner partner) voidsetProducts(Set<Product> products) voidsetSoreSpot(String soreSpot) void
-
Field Details
-
id
-
soreSpot
-
createdAt
-
daysFromCreatedAt
-
chanceOfSuccess
-
estimatedIncome
-
expectedValue
-
vendor
-
partner
-
discounts
-
marketingChannel
-
events
-
products
-
-
Constructor Details
-
Lead
public Lead()
-
-
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
-
equals
-
hashCode
public int hashCode()
-