java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CartTerm

public class CartTerm extends Object
CartTerm
  • Constructor Details

    • CartTerm

      public CartTerm()
  • Method Details

    • atBaseType

      public CartTerm atBaseType(String atBaseType)
    • getAtBaseType

      public String getAtBaseType()
      Generic attribute indicating the base class type of the extension class of the current object. Useful only when the class type of the current object is unknown to the implementation.
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public CartTerm atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Generic attribute containing the link to the schema that defines the structure of the class type of the current object.
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public CartTerm atType(String atType)
    • getAtType

      public String getAtType()
      Generic attribute containing the name of the resource class type
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • description

      public CartTerm description(String description)
    • getDescription

      public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • id

      public CartTerm id(String id)
    • getId

      public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • duration

      public CartTerm duration(Quantity duration)
    • getDuration

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

      public void setDuration(Quantity duration)
    • name

      public CartTerm name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • 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