|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_ProdCustAttr
public class J_ProdCustAttr
A Custom product attribute object stores the name and value of the attribute together with some metadata describing it.
| Constructor Summary | |
|---|---|
J_ProdCustAttr()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_ProdCustAttr()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - the id to setpublic java.lang.String getName()
public void setName(java.lang.String _name)
_name - the name to setpublic int 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
public 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 setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - the custom3 to setpublic java.lang.String getValue()
public void setValue(java.lang.String _value)
_value - the value to setpublic java.lang.String getMsgCatKey()
public void setMsgCatKey(java.lang.String _msgCatKey)
_msgCatKey - the msgCatKey to setpublic java.lang.String getTemplate()
public void setTemplate(java.lang.String _template)
_template - the template to setpublic int getFacetNumber()
public 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 | ||||||||