Class OrderTerm
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.OrderTerm
Description of a productTerm linked to this orderItem. This represent a commitment with a duration. Duration or name must be provided.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanIndicated the type of Term.Description of the productOrderTerm.@Valid QuantityGet durationgetName()Name of the productOrderTerm.inthashCode()voidvoidsetDescription(String description) voidsetDuration(Quantity duration) voidtoString()
-
Constructor Details
-
OrderTerm
public OrderTerm()
-
-
Method Details
-
name
-
getName
Name of the productOrderTerm.- Returns:
- name
-
setName
-
description
-
getDescription
Description of the productOrderTerm.- Returns:
- description
-
setDescription
-
duration
-
getDuration
Get duration- Returns:
- duration
-
setDuration
-
atType
-
getAtType
Indicated the type of Term.- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-