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
- Containment: By Value
- Multiplicity: 1:1
Attribute: alternateText
- Containment: By Value
- Multiplicity: 1:1
Attribute: url
- Containment: By Value
- Multiplicity: 1:1
Attribute: type
- Containment: By Value
- Multiplicity: 1:1
Attribute: name
- Containment: By Value
- Multiplicity: 1:1
Related Topics
ImageInfoHome
ImageInfoImpl
-
All Known Implementing Classes
-
ImageInfoImpl
-
All Superinterfaces
-
Belonging
, BusinessSmartComponent
, Cloneable
, Comparable
, Serializable
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