© 2005 BEA Systems, Inc.

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

public String getUrl()
Get the value of url

Returns:
url.

setUrl

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

Parameters:
url - url to be added

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved