public interface ProdCustAttrIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
int |
getFacetNumber()
Defines the facet field the attribute is mapped to in SOLR
|
int |
getId() |
java.lang.String |
getMsgCatKey()
The key used for the message catalog to look up the name to display in the storefront
|
java.lang.String |
getName()
The attribute name
|
java.lang.String |
getTemplate()
A template that can be used to format the stored data.
|
java.lang.String |
getTemplateName()
Name of template that the attribute belongs to
|
int |
getType()
The type of attribute.
|
java.lang.String |
getValue()
The value of the attribute
|
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setFacetNumber(int facetNumber)
Defines the facet field the attribute is mapped to in SOLR
|
void |
setId(int id) |
void |
setMsgCatKey(java.lang.String msgCatKey)
The key used for the message catalog to look up the name to display in the storefront
|
void |
setName(java.lang.String name)
The attribute name
|
void |
setTemplate(java.lang.String template)
A template that can be used to format the stored data.
|
void |
setTemplateName(java.lang.String templateName)
Name of template that the attribute belongs to
|
void |
setType(int type)
The type of attribute.
|
void |
setValue(java.lang.String value)
The value of the attribute
|
int getId()
void setId(int id)
id
- the id to setjava.lang.String getName()
void setName(java.lang.String name)
name
- the name to setint getType()
STRING_TYPE
=0: The tag value is a StringINT_TYPE
=1: The tag value is an integerDECIMAL_TYPE
=2: The tag value is a decimal.DATE_TYPE
=3: The tag value is a date.BOOLEAN_TYPE
=4: The tag value is a boolean and so must contain the string
true
or false
void setType(int type)
STRING_TYPE
=0: The tag value is a StringINT_TYPE
=1: The tag value is an integerDECIMAL_TYPE
=2: The tag value is a decimal.DATE_TYPE
=3: The tag value is a date.BOOLEAN_TYPE
=4: The tag value is a boolean and so must contain the string
true
or false
type
- the type 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 getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setjava.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setjava.lang.String getValue()
void setValue(java.lang.String value)
value
- the value to setjava.lang.String getMsgCatKey()
void setMsgCatKey(java.lang.String msgCatKey)
msgCatKey
- the msgCatKey to setjava.lang.String getTemplate()
void setTemplate(java.lang.String template)
template
- the template to setint getFacetNumber()
void setFacetNumber(int facetNumber)
facetNumber
- the facetNumber to setjava.lang.String getTemplateName()
void setTemplateName(java.lang.String templateName)
templateName
- the templateName to setCopyright © 2018 DS Data Systems UK Ltd.