Class TmaSubscriptionBaseWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.base.TmaSubscriptionBaseWsDto
- 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 TypeMethodDescriptiondescription(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.@Valid TmaRelatedPartyWsDtogetUser()Get userinthashCode()schemaLocation(String schemaLocation) voidsetBaseType(String baseType) voidsetDescription(String description) voidsetEffectiveDate(Date effectiveDate) voidvoidvoidvoidsetSchemaLocation(String schemaLocation) voidsetSubscriptionBase(TmaSubscriptionBaseDetailRefWsDto subscriptionBase) voidvoidsetUser(TmaRelatedPartyWsDto user) subscriptionBase(TmaSubscriptionBaseDetailRefWsDto subscriptionBase) toString()user(TmaRelatedPartyWsDto user)
-
Constructor Details
-
TmaSubscriptionBaseWsDto
public TmaSubscriptionBaseWsDto()
-
-
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
-
user
-
getUser
Get user- Returns:
- user
-
setUser
-
subscriptionBase
public TmaSubscriptionBaseWsDto subscriptionBase(TmaSubscriptionBaseDetailRefWsDto subscriptionBase) -
getSubscriptionBase
Get subscriptionBase- Returns:
- subscriptionBase
-
setSubscriptionBase
-
equals
-
hashCode
public int hashCode() -
toString
-