ZenMagick 0.9.8


org.zenmagick.store.model.catalog.ZMManufacturer
\store\model\catalog\ZMManufacturer.php at line 34

Class ZMManufacturer

ZMObject
└─ZMManufacturer

public class ZMManufacturer
extends ZMObject

Manufacturer.

Author:
DerManoMann
Version:
$Id: ZMManufacturer.php 2694 2009-12-03 22:32:18Z dermanomann $

Fields inherited from org.zenmagick.core.ZMObject
properties_
Constructor Summary

ZMManufacturer()

Create new instance

Method Summary
int

getClickCount()

Get the click counter.

int

getId()

Get the manufacturer id.

string

getImage()

Get the manufacturer image.

ZMImageInfo

getImageInfo()

Get the manufacturer image info.

int

getLanguageId()

Get the language id.

date

getLastClick()

Get the date of the last click.

string

getName()

Get the manufacturer name.

string

getUrl()

Get the manufacturer url.

boolean

hasImage()

Check if a manufacturer image exists.

void

setClickCount(int clickCount)

Set the click counter.

void

setId(int id)

Set the manufacturer id.

void

setImage(string image)

Set the manufacturer image.

void

setLanguageId(int languageId)

Set the language id.

void

setLastClick(date lastClick)

Set the date of the last click.

void

setName(string name)

Set the manufacturer name.

void

setUrl(string url)

Set the manufacturer url.

Methods inherited from org.zenmagick.core.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\model\catalog\ZMManufacturer.php at line 46

ZMManufacturer

public ZMManufacturer()

Create new instance


Method Detail

\store\model\catalog\ZMManufacturer.php at line 154

getClickCount

public int getClickCount()

Get the click counter.

Returns:
The click count for this manufactuer and language.

\store\model\catalog\ZMManufacturer.php at line 70

getId

public int getId()

Get the manufacturer id.

Returns:
The manufacturer id.

\store\model\catalog\ZMManufacturer.php at line 84

getImage

public string getImage()

Get the manufacturer image.

Returns:
The manufacturer image.

\store\model\catalog\ZMManufacturer.php at line 98

getImageInfo

public ZMImageInfo getImageInfo()

Get the manufacturer image info.

Returns:
The image info.

\store\model\catalog\ZMManufacturer.php at line 140

getLanguageId

public int getLanguageId()

Get the language id.

Returns:
The language id.

\store\model\catalog\ZMManufacturer.php at line 168

getLastClick

public date getLastClick()

Get the date of the last click.

Returns:
The last click date.

\store\model\catalog\ZMManufacturer.php at line 77

getName

public string getName()

Get the manufacturer name.

Returns:
The manufacturer name.

\store\model\catalog\ZMManufacturer.php at line 105

getUrl

public string getUrl()

Get the manufacturer url.

Returns:
The manufacturer url.

\store\model\catalog\ZMManufacturer.php at line 91

hasImage

public boolean hasImage()

Check if a manufacturer image exists.

Returns:
true if an image exists, false if not.

\store\model\catalog\ZMManufacturer.php at line 161

setClickCount

public void setClickCount(int clickCount)

Set the click counter.

Parameters:
clickCount - The click count for this manufactuer and language.

\store\model\catalog\ZMManufacturer.php at line 112

setId

public void setId(int id)

Set the manufacturer id.

Parameters:
id - The manufacturer id.

\store\model\catalog\ZMManufacturer.php at line 126

setImage

public void setImage(string image)

Set the manufacturer image.

Parameters:
image - The manufacturer image.

\store\model\catalog\ZMManufacturer.php at line 147

setLanguageId

public void setLanguageId(int languageId)

Set the language id.

Parameters:
languageId - The language id.

\store\model\catalog\ZMManufacturer.php at line 175

setLastClick

public void setLastClick(date lastClick)

Set the date of the last click.

Parameters:
lastClick - The last click date.

\store\model\catalog\ZMManufacturer.php at line 119

setName

public void setName(string name)

Set the manufacturer name.

Parameters:
name - The manufacturer name.

\store\model\catalog\ZMManufacturer.php at line 133

setUrl

public void setUrl(string url)

Set the manufacturer url.

Parameters:
url - The manufacturer url.

ZenMagick 0.9.8