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