java.lang.Object
com.broadleafcommerce.datafeed.feedprovider.google.sftp.publisher.file.element.MerchantCenterXMLProductDetail
All Implemented Interfaces:
Serializable

public class MerchantCenterXMLProductDetail extends Object implements Serializable
A POJO representation of 'product detail' that will be serialized into the final output file. See Google docs.
See Also:
  • Constructor Details

    • MerchantCenterXMLProductDetail

      public MerchantCenterXMLProductDetail()
  • Method Details

    • getSection_name

      public String getSection_name()
    • getAttribute_name

      public String getAttribute_name()
    • getAttribute_value

      public String getAttribute_value()
    • setSection_name

      public void setSection_name(String section_name)
    • setAttribute_name

      public void setAttribute_name(String attribute_name)
    • setAttribute_value

      public void setAttribute_value(String attribute_value)
    • 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