ZenMagick 0.9.6


org.zenmagick.model.catalog.ZMManufacturer

Class ZMManufacturer

ZMObject
|
+--ZMManufacturer

public class ZMManufacturer
extends ZMObject

Manufacturer.

Author:
DerManoMann
Version:
$Id: ZMManufacturer.php 2054 2009-03-12 03:41:22Z dermanomann $

Fields inherited from org.zenmagick.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.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

ZMManufacturer

public ZMManufacturer()

Create new instance /


Method Detail

getClickCount

public int getClickCount()

Get the click counter.

Returns:
The click count for this manufactuer and language.

getId

public int getId()

Get the manufacturer id.

Returns:
The manufacturer id.

getImage

public string getImage()

Get the manufacturer image.

Returns:
The manufacturer image.

getImageInfo

public ZMImageInfo getImageInfo()

Get the manufacturer image info.

Returns:
The image info.

getLanguageId

public int getLanguageId()

Get the language id.

Returns:
The language id.

getLastClick

public date getLastClick()

Get the date of the last click.

Returns:
The last click date.

getName

public string getName()

Get the manufacturer name.

Returns:
The manufacturer name.

getUrl

public string getUrl()

Get the manufacturer url.

Returns:
The manufacturer url.

hasImage

public boolean hasImage()

Check if a manufacturer image exists.

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

setClickCount

public void setClickCount(int clickCount)

Set the click counter.

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

setId

public void setId(int id)

Set the manufacturer id.

Parameters:
id - The manufacturer id.

setImage

public void setImage(string image)

Set the manufacturer image.

Parameters:
image - The manufacturer image.

setLanguageId

public void setLanguageId(int languageId)

Set the language id.

Parameters:
languageId - The language id.

setLastClick

public void setLastClick(date lastClick)

Set the date of the last click.

Parameters:
lastClick - The last click date.

setName

public void setName(string name)

Set the manufacturer name.

Parameters:
name - The manufacturer name.

setUrl

public void setUrl(string url)

Set the manufacturer url.

Parameters:
url - The manufacturer url.

ZenMagick 0.9.6