com.beasys.commerce.ebusiness.catalog
Interface JspInfo

All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable
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

See Also
JspInfoHome, JspInfoImpl

Method Summary
 String getUrl()
          Get the value of url
 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

getUrl

String getUrl()
Get the value of url

Returns
url.

setUrl

void setUrl(String url)
Set the value of url

Parameters
url - url to be added


Copyright © 2006 BEA Systems, Inc. All Rights Reserved