Class TmaSubscriptionBasesWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.base.TmaSubscriptionBasesWsDto
- All Implemented Interfaces:
Serializable
A Subscription base represents the subscription base for subscription for a Customer.
- Since:
- 1810
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSubscriptionBaseItem(TmaSubscriptionBaseDetailRefWsDto subscriptionBaseItem) description(String description) effectiveDate(Date effectiveDate) booleanIndicates the base type of the resource.The description of the API@Valid DateCurrent dategetHref()Reference of the API@NotNull StringgetId()Unique identifier of the responsegetName()Name of the APIA link to the schema describing this REST resource.Get subscriptionBasegetType()Indicated the type of resource.inthashCode()schemaLocation(String schemaLocation) voidsetBaseType(String baseType) voidsetDescription(String description) voidsetEffectiveDate(Date effectiveDate) voidvoidvoidvoidsetSchemaLocation(String schemaLocation) voidsetSubscriptionBase(List<TmaSubscriptionBaseDetailRefWsDto> subscriptionBase) voidsubscriptionBase(List<TmaSubscriptionBaseDetailRefWsDto> subscriptionBase) toString()
-
Constructor Details
-
TmaSubscriptionBasesWsDto
public TmaSubscriptionBasesWsDto()
-
-
Method Details
-
id
-
getId
Unique identifier of the response- Returns:
- id
-
setId
-
href
-
getHref
Reference of the API- Returns:
- href
-
setHref
-
name
-
getName
Name of the API- Returns:
- name
-
setName
-
description
-
getDescription
The description of the API- Returns:
- description
-
setDescription
-
effectiveDate
-
getEffectiveDate
Current date- Returns:
- effectiveDate
-
setEffectiveDate
-
baseType
-
getBaseType
Indicates the base type of the resource. Here can be 'Product'- Returns:
- baseType
-
setBaseType
-
type
-
getType
Indicated the type of resource.- Returns:
- type
-
setType
-
schemaLocation
-
getSchemaLocation
A link to the schema describing this REST resource.- Returns:
- schemaLocation
-
setSchemaLocation
-
subscriptionBase
public TmaSubscriptionBasesWsDto subscriptionBase(List<TmaSubscriptionBaseDetailRefWsDto> subscriptionBase) -
addSubscriptionBaseItem
public TmaSubscriptionBasesWsDto addSubscriptionBaseItem(TmaSubscriptionBaseDetailRefWsDto subscriptionBaseItem) -
getSubscriptionBase
Get subscriptionBase- Returns:
- subscriptionBase
-
setSubscriptionBase
-
equals
-
hashCode
public int hashCode() -
toString
-