Category Interface

com.beasys.commerce.ebusiness.catalog
Category Interface

public interface Category

    extends CatalogItem

This is the interface for all categories contained by the Catalog.


All Known Implementing Classes
CategoryImpl, MutableCategoryImpl
All Superinterfaces
CatalogItem, ConfigurableEntity, Serializable
All Known Subinterfaces

MutableCategory

Field Summary

public static final String
ROOT_NAME
This is the name of the Root category
   
Fields from interface com.beasys.commerce.ebusiness.catalog.CatalogItem
LARGE_IMAGE_INDEX, LONG_DESCRIPTION_INDEX, MAX_DESCRIPTION, MAX_IMAGES, SHORT_DESCRIPTION_INDEX, SMALL_IMAGE_INDEX
 
Fields from interface com.bea.p13n.property.ConfigurableEntity
RESERVED_PROPERTY_SET
 

Method Summary

public JspInfo
getJsp()
 
Methods from interface com.beasys.commerce.ebusiness.catalog.CatalogItem
getContributor, getCoverage, getCreationDate, getCreator, getDescription, getImage, getKey, getLanguage, getModifiedDate, getName, getPublisher, getRelation, getRights, getSource
 
Methods from interface com.bea.p13n.property.ConfigurableEntity
getJndiName, getPkString, getProperty, getPropertyAsString, getPropertyNoDefault, getUniqueId, removeProperty, setProperty
   

Field Detail

ROOT_NAME

public static final String ROOT_NAME
This is the name of the Root category

 

Method Detail

getJsp() Method

public JspInfo getJsp()

Returns

the JspInfo object for this category.