com.beasys.commerce.ebusiness.catalog
Interface JspInfo

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

Deprecated See BEA Commerce product offering

@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 See BEA Commerce product offering
 void setUrl(String url)
          Deprecated See BEA Commerce product offering
 
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 See BEA Commerce product offering

Get the value of url

Returns
url.

setUrl

void setUrl(String url)
Deprecated See BEA Commerce product offering

Set the value of url

Parameters
url - url to be added


Copyright © 2008 BEA Systems, Inc. All Rights Reserved