|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public String getLanguage()
public void setLanguage(String language)
language - language to be addedpublic String getAlternateText()
public void setAlternateText(String alternateText)
alternateText - alternateText to be addedpublic String getUrl()
public void setUrl(String url)
url - url to be addedpublic int getType()
public void setType(int type)
type - type to be addedpublic String getName()
public void setName(String name)
name - name to be added
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||