Class TmaProductTermWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaProductTermWsDto
- All Implemented Interfaces:
Serializable
This represent a commitment with a duration
- Since:
- 1810
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanDescription of the commitment term@Valid QuantityGet durationgetName()Name of the commitment termgetType()Indicate the class (type) of the product term@Valid TmaTimePeriodWsDtoGet validForinthashCode()voidsetDescription(String description) voidsetDuration(Quantity duration) voidvoidvoidsetValidFor(TmaTimePeriodWsDto validFor) toString()validFor(TmaTimePeriodWsDto validFor)
-
Constructor Details
-
TmaProductTermWsDto
public TmaProductTermWsDto()
-
-
Method Details
-
name
-
getName
Name of the commitment term- Returns:
- name
-
setName
-
description
-
getDescription
Description of the commitment term- Returns:
- description
-
setDescription
-
duration
-
getDuration
Get duration- Returns:
- duration
-
setDuration
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
type
-
getType
Indicate the class (type) of the product term- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-