Class AlternateProductOfferingProposal

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AlternateProductOfferingProposal

@Validated @Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen", date="2022-10-21T20:35:04.698Z") public class AlternateProductOfferingProposal extends Object
Alternate product Offering proposal is used when the requested product offering is not available with characteristic and date asked for. An alternate proposal could be a distinct product offering or product Spec close to requested one or same as requested but with a different activation date.
  • Constructor Details

    • AlternateProductOfferingProposal

      public AlternateProductOfferingProposal()
  • Method Details

    • id

    • getId

      public String getId()
      Identifier of a alternate product offering proposal
      Returns:
      id
    • setId

      public void setId(String id)
    • alternateActivationDate

      public AlternateProductOfferingProposal alternateActivationDate(Date alternateActivationDate)
    • getAlternateActivationDate

      @Valid public @Valid Date getAlternateActivationDate()
      Alternate activation date in case seller is not able to meet requested expected activation date.
      Returns:
      alternateActivationDate
    • setAlternateActivationDate

      public void setAlternateActivationDate(Date alternateActivationDate)
    • alternateProduct

      public AlternateProductOfferingProposal alternateProduct(ProductRefOrValue alternateProduct)
    • getAlternateProduct

      @Valid public @Valid ProductRefOrValue getAlternateProduct()
      Alternate product proposal
      Returns:
      alternateProduct
    • setAlternateProduct

      public void setAlternateProduct(ProductRefOrValue alternateProduct)
    • alternateProductOffering

      public AlternateProductOfferingProposal alternateProductOffering(ProductOfferingRef alternateProductOffering)
    • getAlternateProductOffering

      @Valid public @Valid ProductOfferingRef getAlternateProductOffering()
      Alternate product offering proposal
      Returns:
      alternateProductOffering
    • setAlternateProductOffering

      public void setAlternateProductOffering(ProductOfferingRef alternateProductOffering)
    • atbaseType

      public AlternateProductOfferingProposal 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 AlternateProductOfferingProposal 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 AlternateProductOfferingProposal 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