MutableCategory Interface

com.beasys.commerce.ebusiness.catalog
MutableCategory Interface

public interface MutableCategory

    extends Category, MutableCatalogItem

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


All Known Implementing Classes
MutableCategoryImpl
All Superinterfaces
CatalogItem, Category, ConfigurableEntity, MutableCatalogItem, Serializable

Field Summary

   
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.beasys.commerce.ebusiness.catalog.Category
ROOT_NAME
 
Fields from interface com.bea.p13n.property.ConfigurableEntity
RESERVED_PROPERTY_SET
 

Method Summary

public void
setJsp(JspInfo jspInfo)
Assigns the JspInfo for this category.
 
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.beasys.commerce.ebusiness.catalog.Category
getJsp
 
Methods from interface com.bea.p13n.property.ConfigurableEntity
getJndiName, getPkString, getProperty, getPropertyAsString, getPropertyNoDefault, getUniqueId, removeProperty, setProperty
 
Methods from interface com.beasys.commerce.ebusiness.catalog.MutableCatalogItem
setContributor, setCoverage, setCreationDate, setCreator, setDescription, setImage, setLanguage, setModifiedDate, setName, setPublisher, setRelation, setRights, setSource
   

Method Detail

setJsp(JspInfo) Method

public void setJsp(JspInfo jspInfo)
Assigns the JspInfo for this category.

Parameters

jspInfo
the new JSP display information.