|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProdCustAttrIf
A Custom product attribute object stores the name and value of the attribute together with some metadata describing it.
| Method Summary | |
|---|---|
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
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 store-front |
java.lang.String |
getName()
The attribute name |
java.lang.String |
getTemplate()
A template that can be used to format the stored data. |
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 |
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 store-front |
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 |
setType(int type)
The type of attribute. |
void |
setValue(java.lang.String value)
The value of the attribute |
| Method Detail |
|---|
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 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 set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||