Class BundledProductOffering

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.BundledProductOffering

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:51.201Z") public class BundledProductOffering extends Object
A type of ProductOffering that belongs to a grouping of ProductOfferings made available to the market. It inherits of all attributes of ProductOffering.
  • Constructor Details

    • BundledProductOffering

      public BundledProductOffering()
  • Method Details

    • id

    • getId

      public String getId()
      Unique identifier of the BundledProductOffering
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public BundledProductOffering href(String href)
    • getHref

      public String getHref()
      Unique reference of the BundledProductOffering
      Returns:
      href
    • setHref

      public void setHref(String href)
    • lifecycleStatus

      public BundledProductOffering lifecycleStatus(String lifecycleStatus)
    • getLifecycleStatus

      public String getLifecycleStatus()
      Used to indicate the current lifecycle status
      Returns:
      lifecycleStatus
    • setLifecycleStatus

      public void setLifecycleStatus(String lifecycleStatus)
    • name

      public BundledProductOffering name(String name)
    • getName

      public String getName()
      Name of the BundledProductOffering
      Returns:
      name
    • setName

      public void setName(String name)
    • bundledProductOfferingOption

      public BundledProductOffering bundledProductOfferingOption(BundledProductOfferingOption bundledProductOfferingOption)
    • getBundledProductOfferingOption

      @Valid public @Valid BundledProductOfferingOption getBundledProductOfferingOption()
      A set of numbers that specifies the lower and upper limits for a ProductOffering that can be procured as part of the related BundledProductOffering. Values can range from 0 to unbounded.
      Returns:
      bundledProductOfferingOption
    • setBundledProductOfferingOption

      public void setBundledProductOfferingOption(BundledProductOfferingOption bundledProductOfferingOption)
    • atbaseType

      public BundledProductOffering atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public BundledProductOffering atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public BundledProductOffering attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object