Class BulkTagRequest
java.lang.Object
com.broadleafcommerce.asset.domain.BulkTagRequest
- All Implemented Interfaces:
Serializable
Request domain for detailing how to handle bulk actions for adding and removing tags on multiple
asset
- Author:
- Chad Harchar (charchar)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of asset ids with which to add/remove the tag to/fromgetTag()
The tag with which to perform the actionint
hashCode()
void
setAssetContextIds
(Set<String> assetContextIds) The list of asset ids with which to add/remove the tag to/fromvoid
The tag with which to perform the actiontoString()
-
Constructor Details
-
BulkTagRequest
public BulkTagRequest()
-
-
Method Details
-
getTag
The tag with which to perform the action -
getAssetContextIds
The list of asset ids with which to add/remove the tag to/from -
setTag
The tag with which to perform the action -
setAssetContextIds
The list of asset ids with which to add/remove the tag to/from -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-