Class TmaServiceUsageSpecificationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaUsageSpecificationModel
de.hybris.platform.b2ctelcoservices.model.TmaServiceUsageSpecificationModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaServiceUsageSpecification first defined at extension tuadatacommonsservices.
Service Usage Specification describing a type of service usage. A service usage represents any usage of service in its broadest meaning, for example or a usage of a service that realizes a product.
- 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 relationTmaProductUsageSpecification2TmaServiceUsageSpecificationRelationdefining source attributeproductUsageSpecificationsin extensiontuadatacommonsservices.static final StringGenerated relation code constant for relationTmaServiceSpecification2TmaServiceUsageSpecificationRelationdefining source attributeserviceSpecificationsin extensiontuadatacommonsservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTmaServiceUsageSpecification.productUsageSpecificationsattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaServiceUsageSpecification.serviceSpecificationsattribute defined at extensiontuadatacommonsservices.Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaUsageSpecificationModel
APPROVALSTATUS, CATALOGVERSION, DESCRIPTION, ID, NAME, OFFLINEDATE, ONLINEDATE, USAGESPECCHARACTERISTICSFields 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.TmaServiceUsageSpecificationModel(CatalogVersionModel _catalogVersion, String _id) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaServiceUsageSpecificationModel(CatalogVersionModel _catalogVersion, 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 parametersTmaServiceUsageSpecificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaServiceUsageSpecification.productUsageSpecificationsattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaServiceUsageSpecification.serviceSpecificationsattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaServiceUsageSpecification.productUsageSpecificationsattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaServiceUsageSpecification.serviceSpecificationsattribute defined at extensiontuadatacommonsservices.Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaUsageSpecificationModel
getApprovalStatus, getCatalogVersion, getDescription, getDescription, getId, getName, getName, getOfflineDate, getOnlineDate, getUsageSpecCharacteristics, setApprovalStatus, setCatalogVersion, setDescription, setDescription, setId, setName, setName, setOfflineDate, setOnlineDate, setUsageSpecCharacteristicsMethods 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:
-
_TMASERVICESPECIFICATION2TMASERVICEUSAGESPECIFICATIONRELATION
Generated relation code constant for relationTmaServiceSpecification2TmaServiceUsageSpecificationRelationdefining source attributeserviceSpecificationsin extensiontuadatacommonsservices.- See Also:
-
_TMAPRODUCTUSAGESPECIFICATION2TMASERVICEUSAGESPECIFICATIONRELATION
Generated relation code constant for relationTmaProductUsageSpecification2TmaServiceUsageSpecificationRelationdefining source attributeproductUsageSpecificationsin extensiontuadatacommonsservices.- See Also:
-
SERVICESPECIFICATIONS
Generated constant - Attribute key ofTmaServiceUsageSpecification.serviceSpecificationsattribute defined at extensiontuadatacommonsservices.- See Also:
-
PRODUCTUSAGESPECIFICATIONS
Generated constant - Attribute key ofTmaServiceUsageSpecification.productUsageSpecificationsattribute defined at extensiontuadatacommonsservices.- See Also:
-
-
Constructor Details
-
TmaServiceUsageSpecificationModel
public TmaServiceUsageSpecificationModel()Generated constructor - Default constructor for generic creation. -
TmaServiceUsageSpecificationModel
public TmaServiceUsageSpecificationModel(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
-
TmaServiceUsageSpecificationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaServiceUsageSpecificationModel(CatalogVersionModel _catalogVersion, String _id) 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:
_catalogVersion- initial attribute declared by typeTmaUsageSpecificationat extensiontuadatacommonsservices_id- initial attribute declared by typeTmaUsageSpecificationat extensiontuadatacommonsservices
-
TmaServiceUsageSpecificationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaServiceUsageSpecificationModel(CatalogVersionModel _catalogVersion, 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:
_catalogVersion- initial attribute declared by typeTmaUsageSpecificationat extensiontuadatacommonsservices_id- initial attribute declared by typeTmaUsageSpecificationat extensiontuadatacommonsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getProductUsageSpecifications
@Accessor(qualifier="productUsageSpecifications", type=GETTER) public Set<TmaProductUsageSpecificationModel> getProductUsageSpecifications()Generated method - Getter of theTmaServiceUsageSpecification.productUsageSpecificationsattribute defined at extensiontuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the productUsageSpecifications - The Product Usage Specification associated to this Service Usage Specification.
-
getServiceSpecifications
@Accessor(qualifier="serviceSpecifications", type=GETTER) public Set<TmaServiceSpecificationModel> getServiceSpecifications()Generated method - Getter of theTmaServiceUsageSpecification.serviceSpecificationsattribute defined at extensiontuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the serviceSpecifications - The Service Specifications for which the Usage Specification has been defined.
-
setProductUsageSpecifications
@Accessor(qualifier="productUsageSpecifications", type=SETTER) public void setProductUsageSpecifications(Set<TmaProductUsageSpecificationModel> value) Generated method - Setter ofTmaServiceUsageSpecification.productUsageSpecificationsattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the productUsageSpecifications - The Product Usage Specification associated to this Service Usage Specification.
-
setServiceSpecifications
@Accessor(qualifier="serviceSpecifications", type=SETTER) public void setServiceSpecifications(Set<TmaServiceSpecificationModel> value) Generated method - Setter ofTmaServiceUsageSpecification.serviceSpecificationsattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the serviceSpecifications - The Service Specifications for which the Usage Specification has been defined.
-