Class ServiceQualificationItem
java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.ServiceQualificationItem
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 ServiceCategoryRefGet category@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 ServiceRefOrValueGet serviceinthashCode()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
Get category- Returns:
- category
-
setCategory
-
service
-
getService
Get service- 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
-