© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.catalog
Interface ImageInfo

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

public java.lang.String getLanguage()
Get the value of language

Returns:
language.

setLanguage

public void setLanguage(java.lang.String language)
Set the value of language

Parameters:
language - language to be added

getAlternateText

public java.lang.String getAlternateText()
Get the value of alternateText

Returns:
alternateText.

setAlternateText

public void setAlternateText(java.lang.String alternateText)
Set the value of alternateText

Parameters:
alternateText - alternateText to be added

getUrl

public java.lang.String getUrl()
Get the value of url

Returns:
url.

setUrl

public void setUrl(java.lang.String url)
Set the value of url

Parameters:
url - url to be added

getType

public int getType()
Get the value of type

Returns:
type.

setType

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

Parameters:
type - type to be added

getName

public java.lang.String getName()
Get the value of name

Returns:
name.

setName

public void setName(java.lang.String name)
Set the value of name

Parameters:
name - name to be added

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved