java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.dto.ProductTerm

@Deprecated(since="2208") public class ProductTerm extends Object
Deprecated.
Description of a productTerm linked to this product. This represent a commitment with a duration
  • Constructor Details

    • ProductTerm

      public ProductTerm()
      Deprecated.
  • Method Details

    • description

      public ProductTerm description(String description)
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
      Description of the productTerm
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • name

      public ProductTerm name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Name of the productTerm
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • duration

      public ProductTerm duration(Quantity duration)
      Deprecated.
    • getDuration

      @Valid public @Valid Quantity getDuration()
      Deprecated.
      Get duration
      Returns:
      duration
    • setDuration

      public void setDuration(Quantity duration)
      Deprecated.
    • validFor

      public ProductTerm validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Deprecated.
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public ProductTerm atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public ProductTerm atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public ProductTerm atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object