com.beasys.commerce.ebusiness.catalog
Interface ImageInfo

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

Deprecated

@Deprecated
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()
          Deprecated Get the value of alternateText
 String getLanguage()
          Deprecated Get the value of language
 String getName()
          Deprecated Get the value of name
 int getType()
          Deprecated Get the value of type
 String getUrl()
          Deprecated Get the value of url
 void setAlternateText(String alternateText)
          Deprecated Set the value of alternateText
 void setLanguage(String language)
          Deprecated Set the value of language
 void setName(String name)
          Deprecated Set the value of name
 void setType(int type)
          Deprecated Set the value of type
 void setUrl(String url)
          Deprecated 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()
Deprecated 
Get the value of language

Returns
language.

setLanguage

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

Parameters
language - language to be added

getAlternateText

String getAlternateText()
Deprecated 
Get the value of alternateText

Returns
alternateText.

setAlternateText

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

Parameters
alternateText - alternateText to be added

getUrl

String getUrl()
Deprecated 
Get the value of url

Returns
url.

setUrl

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

Parameters
url - url to be added

getType

int getType()
Deprecated 
Get the value of type

Returns
type.

setType

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

Parameters
type - type to be added

getName

String getName()
Deprecated 
Get the value of name

Returns
name.

setName

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

Parameters
name - name to be added


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.