public interface SuggestionIf
Modifier and Type | Method and Description |
---|---|
int |
getBoughtProductId() |
int |
getConfidence() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
int |
getCustomerId() |
int |
getSuggestedProductId() |
int |
getSuggestionType() |
int |
getSuggestionVersion() |
void |
setBoughtProductId(int boughtProductId) |
void |
setConfidence(int confidence) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustomerId(int customerId) |
void |
setSuggestedProductId(int suggestedProductId) |
void |
setSuggestionType(int suggestionType) |
void |
setSuggestionVersion(int suggestionVersion) |
java.lang.String |
toStringBrief() |
int getSuggestionType()
void setSuggestionType(int suggestionType)
suggestionType
- the suggestionType to setint getSuggestionVersion()
void setSuggestionVersion(int suggestionVersion)
suggestionVersion
- the suggestionVersion to setint getBoughtProductId()
void setBoughtProductId(int boughtProductId)
boughtProductId
- the boughtProductId to setint getCustomerId()
void setCustomerId(int customerId)
customerId
- the customerId to setint getSuggestedProductId()
void setSuggestedProductId(int suggestedProductId)
suggestedProductId
- the suggestedProductId to setint getConfidence()
void setConfidence(int confidence)
confidence
- the confidence to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setjava.lang.String toStringBrief()
Copyright © 2018 DS Data Systems UK Ltd.