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 booleanbooleanMap of any additional attributes for the product.getId()The context ID of the categoryinthashCode()voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) Map of any additional attributes for the product.voidsetDefaultSort(String defaultSort) voidThe context ID of the categoryvoidsetProductIds(List<String> productIds) voidsetProductMembershipRule(String productMembershipRule) voidsetProductMembershipType(String productMembershipType) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getIdin interfaceCatalogItem- Returns:
- The ID of the CatalogItem.
-
getDefaultSort
-
getProductMembershipType
-
getProductMembershipRule
-
getProductIds
-
getAdditionalAttributes
Map of any additional attributes for the product.- Specified by:
getAdditionalAttributesin 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
-