ZenMagick 0.9.8


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

Class ZMMetaTagDetails

ZMObject
└─ZMMetaTagDetails

public class ZMMetaTagDetails
extends ZMObject

Meta tag details.

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

Fields inherited from org.zenmagick.core.ZMObject
properties_
Method Summary
string

getDescription()

Get the description.

string

getKeywords()

Get the keywords.

string

getTitle()

Get the title.

void

setDescription(string description)

Set the description.

void

setKeywords(string keywords)

Set the keywords.

void

setTitle(string title)

Set the title.

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

Method Detail

\store\model\catalog\ZMMetaTagDetails.php at line 59

getDescription

public string getDescription()

Get the description.

Returns:
The description.

\store\model\catalog\ZMMetaTagDetails.php at line 52

getKeywords

public string getKeywords()

Get the keywords.

Returns:
The keywords.

\store\model\catalog\ZMMetaTagDetails.php at line 45

getTitle

public string getTitle()

Get the title.

Returns:
The title.

\store\model\catalog\ZMMetaTagDetails.php at line 80

setDescription

public void setDescription(string description)

Set the description.

Parameters:
description - The description.

\store\model\catalog\ZMMetaTagDetails.php at line 73

setKeywords

public void setKeywords(string keywords)

Set the keywords.

Parameters:
keywords - The keywords.

\store\model\catalog\ZMMetaTagDetails.php at line 66

setTitle

public void setTitle(string title)

Set the title.

Parameters:
title - The title.

ZenMagick 0.9.8