Class Category
java.lang.Object
com.broadleafcommerce.bulkoperations.domain.catalog.Category
- All Implemented Interfaces:
CatalogItem
,Serializable
DTO for a Broadleaf Category.
- Since:
- Bulk Operations Service 1.0.2, Release Train 2.1.4, Release Train 2.2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Map of any additional attributes for the product.getId()
The context ID of the categoryint
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Map of any additional attributes for the product.void
setDefaultSort
(String defaultSort) void
The context ID of the categoryvoid
setProductIds
(List<String> productIds) void
setProductMembershipRule
(String productMembershipRule) void
setProductMembershipType
(String productMembershipType) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.bulkoperations.domain.CatalogItem
addAdditionalAttribute, getAdditionalAttribute
-
Constructor Details
-
Category
public Category()
-
-
Method Details
-
getId
The context ID of the category- Specified by:
getId
in interfaceCatalogItem
- Returns:
- The ID of the CatalogItem.
-
getDefaultSort
-
getProductMembershipType
-
getProductMembershipRule
-
getProductIds
-
getAdditionalAttributes
Map of any additional attributes for the product.- Specified by:
getAdditionalAttributes
in interfaceCatalogItem
- Returns:
- any additional attributes passed in the request not matching any defined properties.
-
setId
The context ID of the category -
setDefaultSort
-
setProductMembershipType
-
setProductMembershipRule
-
setProductIds
-
setAdditionalAttributes
Map of any additional attributes for the product. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-