Class JpaCategoryAssetTagId

java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.domain.asset.JpaCategoryAssetTagId
All Implemented Interfaces:
Serializable

public class JpaCategoryAssetTagId extends Object implements Serializable
The ID class representing the composite key for JpaCategoryAssetTag.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • JpaCategoryAssetTagId

      public JpaCategoryAssetTagId()
    • JpaCategoryAssetTagId

      public JpaCategoryAssetTagId(String asset, String tag)
  • Method Details

    • getAsset

      public String getAsset()
      See Also:
      • JpaCategoryAssetTag.asset
    • getTag

      public String getTag()
      See Also:
      • JpaCategoryAssetTag.tag
    • setAsset

      public void setAsset(String asset)
      See Also:
      • JpaCategoryAssetTag.asset
    • setTag

      public void setTag(String tag)
      See Also:
      • JpaCategoryAssetTag.tag
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object