Class TmaCustomerFacingServiceSpecModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaServiceSpecificationModel
de.hybris.platform.b2ctelcoservices.model.TmaCustomerFacingServiceSpecModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaCustomerFacingServiceSpec first defined at extension tuadatacommonsservices.
Know-how of the realization of a product specification in case of non-tangible goods.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationTmaProductSpecification2TmaCustomerFacingServiceSpecRelationdefining source attributeproductSpecificationsin extensiontuadatacommonsservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTmaCustomerFacingServiceSpec.productSpecificationsattribute defined at extensiontuadatacommonsservices.Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaServiceSpecificationModel
APPROVALSTATUS, CATALOGVERSION, DESCRIPTION, EXTERNALIDS, ID, NAME, SERVICESPECCHARACTERISTICS, SERVICEUSAGESPECIFICATIONSFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.TmaCustomerFacingServiceSpecModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaCustomerFacingServiceSpecModel(String _id, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaCustomerFacingServiceSpec.productSpecificationsattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaCustomerFacingServiceSpec.productSpecificationsattribute defined at extensiontuadatacommonsservices.Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaServiceSpecificationModel
getApprovalStatus, getCatalogVersion, getDescription, getDescription, getExternalIds, getId, getName, getName, getServiceSpecCharacteristics, getServiceUsageSpecifications, setApprovalStatus, setCatalogVersion, setDescription, setDescription, setExternalIds, setId, setName, setName, setServiceSpecCharacteristics, setServiceUsageSpecificationsMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_TMAPRODUCTSPECIFICATION2TMACUSTOMERFACINGSERVICESPECRELATION
Generated relation code constant for relationTmaProductSpecification2TmaCustomerFacingServiceSpecRelationdefining source attributeproductSpecificationsin extensiontuadatacommonsservices.- See Also:
-
PRODUCTSPECIFICATIONS
Generated constant - Attribute key ofTmaCustomerFacingServiceSpec.productSpecificationsattribute defined at extensiontuadatacommonsservices.- See Also:
-
-
Constructor Details
-
TmaCustomerFacingServiceSpecModel
public TmaCustomerFacingServiceSpecModel()Generated constructor - Default constructor for generic creation. -
TmaCustomerFacingServiceSpecModel
public TmaCustomerFacingServiceSpecModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TmaCustomerFacingServiceSpecModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_id- initial attribute declared by typeTmaServiceSpecificationat extensiontuadatacommonsservices
-
TmaCustomerFacingServiceSpecModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaCustomerFacingServiceSpecModel(String _id, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_id- initial attribute declared by typeTmaServiceSpecificationat extensiontuadatacommonsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getProductSpecifications
@Accessor(qualifier="productSpecifications", type=GETTER) public Set<TmaProductSpecificationModel> getProductSpecifications()Generated method - Getter of theTmaCustomerFacingServiceSpec.productSpecificationsattribute defined at extensiontuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the productSpecifications - Product Specifications for which the CFSS are valid.
-
setProductSpecifications
@Accessor(qualifier="productSpecifications", type=SETTER) public void setProductSpecifications(Set<TmaProductSpecificationModel> value) Generated method - Setter ofTmaCustomerFacingServiceSpec.productSpecificationsattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the productSpecifications - Product Specifications for which the CFSS are valid.
-