Class InitializeItemRequest
java.lang.Object
com.broadleafcommerce.bulk.v2.domain.InitializeItemRequest
- All Implemented Interfaces:
Serializable
Request DTO containing the information needed to initialize items for a bulk operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Miscellaneous attributes for this request.The list of entity context IDs to initialize the bulk operation items.int
hashCode()
void
setAttributes
(Map<String, Object> attributes) Miscellaneous attributes for this request.void
setEntityContextIds
(List<String> entityContextIds) The list of entity context IDs to initialize the bulk operation items.toString()
-
Constructor Details
-
InitializeItemRequest
public InitializeItemRequest()
-
-
Method Details
-
getEntityContextIds
The list of entity context IDs to initialize the bulk operation items. -
getAttributes
Miscellaneous attributes for this request. -
setEntityContextIds
The list of entity context IDs to initialize the bulk operation items. -
setAttributes
Miscellaneous attributes for this request. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-