Class TmaSubscriptionBaseDetailRefWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.base.TmaSubscriptionBaseDetailRefWsDto
- All Implemented Interfaces:
Serializable
A subscriptionBaseDetail is a detailed description of Subscription base.
- Since:
- 1810
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessType(String accessType) addProductItem(TmaProductRefWsDto productItem) addRelatedPartyRefItem(TmaRelatedPartyWsDto relatedPartyRefItem) booleanReference of the Customer Access to the Subscription@NotNull StringgetId()Unique identifier of the Subscription baseGet product@Valid List<TmaRelatedPartyWsDto>Get relatedPartyRefinthashCode()product(List<TmaProductRefWsDto> product) relatedPartyRef(List<TmaRelatedPartyWsDto> relatedPartyRef) voidsetAccessType(String accessType) voidvoidsetProduct(List<TmaProductRefWsDto> product) voidsetRelatedPartyRef(List<TmaRelatedPartyWsDto> relatedPartyRef) toString()
-
Constructor Details
-
TmaSubscriptionBaseDetailRefWsDto
public TmaSubscriptionBaseDetailRefWsDto()
-
-
Method Details
-
id
-
getId
Unique identifier of the Subscription base- Returns:
- id
-
setId
-
accessType
-
getAccessType
Reference of the Customer Access to the Subscription- Returns:
- accessType
-
setAccessType
-
product
-
addProductItem
-
getProduct
Get product- Returns:
- product
-
setProduct
-
addRelatedPartyRefItem
public TmaSubscriptionBaseDetailRefWsDto addRelatedPartyRefItem(TmaRelatedPartyWsDto relatedPartyRefItem) -
getRelatedPartyRef
Get relatedPartyRef- Returns:
- relatedPartyRef
-
setRelatedPartyRef
-
hashCode
public int hashCode() -
equals
-
toString
-