com.beasys.commerce.ebusiness.catalog
Interface JspInfo
- All Known Implementing Classes:
- JspInfoImpl
- public interface JspInfo
- extends Belonging
The JspInfo class is used to track display related
attributes for product items and categories.
Attribute: url
- Containment: By Value
- Multiplicity: 1:1
- See Also:
JspInfoHome
,
JspInfoImpl
Method Summary
|
java.lang.String |
getUrl()
Get the value of url |
void |
setUrl(java.lang.String url)
Set the value of url |
Methods inherited from interface java.lang.Comparable |
compareTo |
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
Copyright © 2002 BEA Systems, Inc. All Rights Reserved