com.beasys.commerce.ebusiness.catalog
Interface JspInfo

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

Deprecated

@Deprecated
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()
          Deprecated Get the value of url
 void setUrl(String url)
          Deprecated 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()
Deprecated 
Get the value of url

Returns
url.

setUrl

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

Parameters
url - url to be added


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.