ImageInfo Interface

com.beasys.commerce.ebusiness.catalog
ImageInfo Interface

public interface ImageInfo

    extends Belonging

The ImageInfo class is used to store information related to images for product items and categories. Attribute: language

Attribute: alternateText Attribute: url Attribute: type Attribute: name

Related Topics

ImageInfoHome
ImageInfoImpl


All Known Implementing Classes
ImageInfoImpl
All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable

Method Summary

public String
getAlternateText()
Get the value of alternateText
public String
getLanguage()
Get the value of language
public String
getName()
Get the value of name
public int
getType()
Get the value of type
public String
getUrl()
Get the value of url
public void
setAlternateText(String alternateText)
Set the value of alternateText
public void
setLanguage(String language)
Set the value of language
public void
setName(String name)
Set the value of name
public void
setType(int type)
Set the value of type
public void
setUrl(String url)
Set the value of url
 
Methods from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods from interface java.lang.Comparable
compareTo
   

Method Detail

getAlternateText() Method

public String getAlternateText()
Get the value of alternateText

Returns

alternateText.

getLanguage() Method

public String getLanguage()
Get the value of language

Returns

language.

getName() Method

public String getName()
Get the value of name

Returns

name.

getType() Method

public int getType()
Get the value of type

Returns

type.

getUrl() Method

public String getUrl()
Get the value of url

Returns

url.

setAlternateText(String) Method

public void setAlternateText(String alternateText)
Set the value of alternateText

Parameters

alternateText
alternateText to be added

setLanguage(String) Method

public void setLanguage(String language)
Set the value of language

Parameters

language
language to be added

setName(String) Method

public void setName(String name)
Set the value of name

Parameters

name
name to be added

setType(int) Method

public void setType(int type)
Set the value of type

Parameters

type
type to be added

setUrl(String) Method

public void setUrl(String url)
Set the value of url

Parameters

url
url to be added