JspInfo Interface

com.beasys.commerce.ebusiness.catalog
JspInfo Interface

public interface JspInfo

    extends Belonging

The JspInfo class is used to track display related attributes for product items and categories. Attribute: url

Related Topics

JspInfoHome
JspInfoImpl


All Known Implementing Classes
JspInfoImpl
All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable

Method Summary

public String
getUrl()
Get the value of url
public void
setUrl(String url)
Set the value of url
 
Methods from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods from interface java.lang.Comparable
compareTo
   

Method Detail

getUrl() Method

public String getUrl()
Get the value of url

Returns

url.

setUrl(String) Method

public void setUrl(String url)
Set the value of url

Parameters

url
url to be added