ZMObject
|
+--ZMManufacturer
public class ZMManufacturer
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance / |
|
| Method Summary | |
|---|---|
| int | Get the click counter. |
| int | getId() Get the manufacturer id. |
| string | getImage() Get the manufacturer image. |
| ZMImageInfo | Get the manufacturer image info. |
| int | Get the language id. |
| date | 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 | |
public ZMManufacturer()
Create new instance /
public int getClickCount()
Get the click counter.
public int getId()
Get the manufacturer id.
public string getImage()
Get the manufacturer image.
public ZMImageInfo getImageInfo()
Get the manufacturer image info.
public int getLanguageId()
Get the language id.
public date getLastClick()
Get the date of the last click.
public string getName()
Get the manufacturer name.
public string getUrl()
Get the manufacturer url.
public boolean hasImage()
Check if a manufacturer image exists.
true if an image exists, false if not.public void setClickCount(int clickCount)
Set the click counter.
public void setId(int id)
Set the manufacturer id.
public void setImage(string image)
Set the manufacturer image.
public void setLanguageId(int languageId)
Set the language id.
public void setLastClick(date lastClick)
Set the date of the last click.
public void setName(string name)
Set the manufacturer name.
public void setUrl(string url)
Set the manufacturer url.
Manufacturer.