|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImageInfo
The ImageInfo class is used to store information related to images for product items and categories. Attribute: language
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 |
|---|
String getLanguage()
void setLanguage(String language)
language - language to be addedString getAlternateText()
void setAlternateText(String alternateText)
alternateText - alternateText to be addedString getUrl()
void setUrl(String url)
url - url to be addedint getType()
void setType(int type)
type - type to be addedString getName()
void setName(String name)
name - name to be added
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||