com.beasys.commerce.ebusiness.catalog
Interface ImageInfo

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

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

See Also
ImageInfoHome, ImageInfoImpl

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

Method Detail

getLanguage

String getLanguage()
Get the value of language

Returns
language.

setLanguage

void setLanguage(String language)
Set the value of language

Parameters
language - language to be added

getAlternateText

String getAlternateText()
Get the value of alternateText

Returns
alternateText.

setAlternateText

void setAlternateText(String alternateText)
Set the value of alternateText

Parameters
alternateText - alternateText to be added

getUrl

String getUrl()
Get the value of url

Returns
url.

setUrl

void setUrl(String url)
Set the value of url

Parameters
url - url to be added

getType

int getType()
Get the value of type

Returns
type.

setType

void setType(int type)
Set the value of type

Parameters
type - type to be added

getName

String getName()
Get the value of name

Returns
name.

setName

void setName(String name)
Set the value of name

Parameters
name - name to be added


Copyright © 2006 BEA Systems, Inc. All Rights Reserved