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

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

    • MerchantCenterXMLLoyaltyProgram

      public MerchantCenterXMLLoyaltyProgram()
  • Method Details

    • getProgram_label

      public String getProgram_label()
    • getTier_label

      public String getTier_label()
    • getPrice

      public String getPrice()
    • getLoyalty_points

      public String getLoyalty_points()
    • setProgram_label

      public void setProgram_label(String program_label)
    • setTier_label

      public void setTier_label(String tier_label)
    • setPrice

      public void setPrice(String price)
    • setLoyalty_points

      public void setLoyalty_points(String loyalty_points)
    • 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