Class MongoProductBundle

java.lang.Object
dev.getelements.elements.dao.mongo.model.application.MongoProductBundle

@Embedded public class MongoProductBundle extends Object
  • Constructor Details

    • MongoProductBundle

      public MongoProductBundle()
  • Method Details

    • getProductId

      public String getProductId()
    • setProductId

      public void setProductId(String productId)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getProductBundleRewards

      public List<MongoProductBundleReward> getProductBundleRewards()
    • setProductBundleRewards

      public void setProductBundleRewards(List<MongoProductBundleReward> productBundleRewards)
    • getMetadata

      public Map<String,Object> getMetadata()
    • setMetadata

      public void setMetadata(Map<String,Object> metadata)
    • getDisplay

      public Boolean getDisplay()
    • setDisplay

      public void setDisplay(Boolean display)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object