com.konakart.appif
Interface ManufacturerIf


public interface ManufacturerIf

Describes a manufacturer of products in the KonaKart catalog.


Method Summary
 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()
           
 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 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 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.
 

Method Detail

getId

int getId()
Returns:
Returns the id.

setId

void setId(int id)
Parameters:
id - The id to set.

getImage

java.lang.String getImage()
Returns:
Returns the image.

setImage

void setImage(java.lang.String image)
Parameters:
image - The image to set.

getName

java.lang.String getName()
Returns:
Returns the name.

setName

void setName(java.lang.String name)
Parameters:
name - The name to set.

getUrl

java.lang.String getUrl()
This normally links to the manufacturer's home page. Note that KonaKart supports a unique url for each language defined in the database.

Returns:
Returns the url.

setUrl

void setUrl(java.lang.String url)
This normally links to the manufacturer's home page. Note that KonaKart supports a unique url for each language defined in the database.

Parameters:
url -

getUrlClicked

int getUrlClicked()
The number of times that the url has been clicked.

Returns:
Returns the urlClicked.

setUrlClicked

void setUrlClicked(int urlClicked)
The number of times that the url has been clicked.

Parameters:
urlClicked - The urlClicked to set.

getLastClick

java.util.Calendar getLastClick()
The last time that the url link was clicked.

Returns:
Returns the lastClick.

setLastClick

void setLastClick(java.util.Calendar lastClick)
The last time that the url link was clicked.

Parameters:
lastClick - The lastClick to set.

getCustom1

java.lang.String getCustom1()
Returns:
Returns the custom1.

setCustom1

void setCustom1(java.lang.String custom1)
Parameters:
custom1 - The custom1 to set.

getCustom2

java.lang.String getCustom2()
Returns:
Returns the custom2.

setCustom2

void setCustom2(java.lang.String custom2)
Parameters:
custom2 - The custom2 to set.

getCustom3

java.lang.String getCustom3()
Returns:
Returns the custom3.

setCustom3

void setCustom3(java.lang.String custom3)
Parameters:
custom3 - The custom3 to set.

getCustom4

java.lang.String getCustom4()
Returns:
Returns the custom4.

setCustom4

void setCustom4(java.lang.String custom4)
Parameters:
custom4 - The custom4 to set.

getCustom5

java.lang.String getCustom5()
Returns:
Returns the custom5.

setCustom5

void setCustom5(java.lang.String custom5)
Parameters:
custom5 - The custom5 to set.


Copyright © 2006 DS Data Systems UK Ltd.