Class Product


  • public class Product
    extends java.lang.Object
    An item.
    • Constructor Detail

      • Product

        public Product()
    • Method Detail

      • getIdentifiers

        public IdentifierType getIdentifiers()
        Get identifiers
        Returns:
        identifiers
      • setIdentifiers

        public void setIdentifiers​(IdentifierType identifiers)
      • getAttributeSets

        public AttributeSetList getAttributeSets()
        Get attributeSets
        Returns:
        attributeSets
      • setAttributeSets

        public void setAttributeSets​(AttributeSetList attributeSets)
      • getRelationships

        public RelationshipList getRelationships()
        Get relationships
        Returns:
        relationships
      • setRelationships

        public void setRelationships​(RelationshipList relationships)
      • getCompetitivePricing

        public CompetitivePricingType getCompetitivePricing()
        Get competitivePricing
        Returns:
        competitivePricing
      • getSalesRankings

        public SalesRankList getSalesRankings()
        Get salesRankings
        Returns:
        salesRankings
      • setSalesRankings

        public void setSalesRankings​(SalesRankList salesRankings)
      • getOffers

        public OffersList getOffers()
        Get offers
        Returns:
        offers
      • setOffers

        public void setOffers​(OffersList offers)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object