|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.json.app.J_Manufacturer
public class J_Manufacturer
Describes a manufacturer of products in the KonaKart catalog.
Constructor Summary | |
---|---|
J_Manufacturer()
|
Method Summary | |
---|---|
J_Address[] |
getAddresses()
An array containing all of the addresses defined for this manufacturer. |
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
java.lang.String |
getCustom5()
|
int |
getId()
|
java.lang.String |
getImage()
|
java.util.Calendar |
getLastClick()
The last time that the url link was clicked. |
java.lang.String |
getName()
|
int |
getNumberOfProducts()
The number of products is set when doing a product search using SOLR and the ProductSearch object is set to return the manufacturer facets. |
java.lang.String |
getUrl()
This normally links to the manufacturer's home page. |
int |
getUrlClicked()
The number of times that the url has been clicked. |
void |
setAddresses(J_Address[] _addresses)
An array containing all of the addresses defined for this manufacturer. |
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 |
setId(int _id)
|
void |
setImage(java.lang.String _image)
|
void |
setLastClick(java.util.Calendar _lastClick)
The last time that the url link was clicked. |
void |
setName(java.lang.String _name)
|
void |
setNumberOfProducts(int _numberOfProducts)
The number of products is set when doing a product search using SOLR and the ProductSearch object is set to return the manufacturer facets. |
void |
setUrl(java.lang.String _url)
This normally links to the manufacturer's home page. |
void |
setUrlClicked(int _urlClicked)
The number of times that the url has been clicked. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public J_Manufacturer()
Method Detail |
---|
public int getId()
public void setId(int _id)
_id
- The id to set.public java.lang.String getImage()
public void setImage(java.lang.String _image)
_image
- The image to set.public java.lang.String getName()
public void setName(java.lang.String _name)
_name
- The name to set.public java.lang.String getUrl()
public void setUrl(java.lang.String _url)
_url
- public int getUrlClicked()
public void setUrlClicked(int _urlClicked)
_urlClicked
- The urlClicked to set.public java.util.Calendar getLastClick()
public void setLastClick(java.util.Calendar _lastClick)
_lastClick
- The lastClick to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1
- The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2
- The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3
- The custom3 to set.public java.lang.String getCustom4()
public void setCustom4(java.lang.String _custom4)
_custom4
- The custom4 to set.public java.lang.String getCustom5()
public void setCustom5(java.lang.String _custom5)
_custom5
- The custom5 to set.public J_Address[] getAddresses()
public void setAddresses(J_Address[] _addresses)
_addresses
- The addresses to set.public int getNumberOfProducts()
public void setNumberOfProducts(int _numberOfProducts)
_numberOfProducts
- the numberOfProducts to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |