Class ServiceQualificationItem
java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.ServiceQualificationItem
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen",
date="2022-10-21T20:34:37.643Z")
public class ServiceQualificationItem
extends Object
A ServiceQualificationItem relates to a specific service being checked in a qualification operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) category(ServiceCategoryRef category) booleanexpectedActivationDate(Date expectedActivationDate) expectedServiceAvailabilityDate(Date expectedServiceAvailabilityDate) expirationDate(Date expirationDate) When sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid ServiceCategoryRefThe category resource is used to group product offerings, service and resource candidates in logical containers.@Valid DateThe date when the service is expected to be activated@Valid DateDate when the requester looks for service availability@Valid DateDate when the qualification item response expiresgetId()Id of the Service Qualification Item@Valid ServiceRefOrValueConfigure the service characteristics (only configurable characteristics and necessary only if a non default value is selected) and/or identify the service that needs to be modified/deleted.inthashCode()service(ServiceRefOrValue service) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetCategory(ServiceCategoryRef category) voidsetExpectedActivationDate(Date expectedActivationDate) voidsetExpectedServiceAvailabilityDate(Date expectedServiceAvailabilityDate) voidsetExpirationDate(Date expirationDate) voidvoidsetService(ServiceRefOrValue service) toString()
-
Constructor Details
-
ServiceQualificationItem
public ServiceQualificationItem()
-
-
Method Details
-
id
-
getId
Id of the Service Qualification Item- Returns:
- id
-
setId
-
expectedActivationDate
-
getExpectedActivationDate
The date when the service is expected to be activated- Returns:
- expectedActivationDate
-
setExpectedActivationDate
-
expectedServiceAvailabilityDate
public ServiceQualificationItem expectedServiceAvailabilityDate(Date expectedServiceAvailabilityDate) -
getExpectedServiceAvailabilityDate
Date when the requester looks for service availability- Returns:
- expectedServiceAvailabilityDate
-
setExpectedServiceAvailabilityDate
-
expirationDate
-
getExpirationDate
Date when the qualification item response expires- Returns:
- expirationDate
-
setExpirationDate
-
category
-
getCategory
The category resource is used to group product offerings, service and resource candidates in logical containers. Categories can contain other categories and/or product offerings, resource or service candidates.- Returns:
- category
-
setCategory
-
service
-
getService
Configure the service characteristics (only configurable characteristics and necessary only if a non default value is selected) and/or identify the service that needs to be modified/deleted.- Returns:
- service
-
setService
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-