Package de.hybris.platform.cockpit.model
Class CoverageConstraintGroupModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.validation.model.constraints.ConstraintGroupModel
de.hybris.platform.cockpit.model.CoverageConstraintGroupModel
- All Implemented Interfaces:
Serializable
Generated model class for type CoverageConstraintGroup first defined at extension validation.
- 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 relationComposedType2CoverageConstraintGroupRelationdefining source attributededicatedTypesin extensionvalidation.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCoverageConstraintGroup.coverageDomainIDattribute defined at extensionvalidation.static final StringGenerated constant - Attribute key ofCoverageConstraintGroup.dedicatedTypesattribute defined at extensionvalidation.Fields inherited from class de.hybris.platform.validation.model.constraints.ConstraintGroupModel
_CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION, CONSTRAINTS, ID, INTERFACENAMEFields 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.CoverageConstraintGroupModel(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 parametersCoverageConstraintGroupModel(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 theCoverageConstraintGroup.coverageDomainIDattribute defined at extensionvalidation.Generated method - Getter of theCoverageConstraintGroup.dedicatedTypesattribute defined at extensionvalidation.voidsetCoverageDomainID(String value) Generated method - Setter ofCoverageConstraintGroup.coverageDomainIDattribute defined at extensionvalidation.voidsetDedicatedTypes(Set<ComposedTypeModel> value) Generated method - Setter ofCoverageConstraintGroup.dedicatedTypesattribute defined at extensionvalidation.Methods inherited from class de.hybris.platform.validation.model.constraints.ConstraintGroupModel
getConstraints, getId, getInterfaceName, setConstraints, setId, setInterfaceNameMethods 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:
-
_COMPOSEDTYPE2COVERAGECONSTRAINTGROUPRELATION
Generated relation code constant for relationComposedType2CoverageConstraintGroupRelationdefining source attributededicatedTypesin extensionvalidation.- See Also:
-
COVERAGEDOMAINID
Generated constant - Attribute key ofCoverageConstraintGroup.coverageDomainIDattribute defined at extensionvalidation.- See Also:
-
DEDICATEDTYPES
Generated constant - Attribute key ofCoverageConstraintGroup.dedicatedTypesattribute defined at extensionvalidation.- See Also:
-
-
Constructor Details
-
CoverageConstraintGroupModel
public CoverageConstraintGroupModel()Generated constructor - Default constructor for generic creation. -
CoverageConstraintGroupModel
public CoverageConstraintGroupModel(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
-
CoverageConstraintGroupModel
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 typeConstraintGroupat extensionvalidation
-
CoverageConstraintGroupModel
@Deprecated(since="4.1.1", forRemoval=true) public CoverageConstraintGroupModel(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 typeConstraintGroupat extensionvalidation_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCoverageDomainID
Generated method - Getter of theCoverageConstraintGroup.coverageDomainIDattribute defined at extensionvalidation.- Returns:
- the coverageDomainID
-
getDedicatedTypes
@Accessor(qualifier="dedicatedTypes", type=GETTER) public Set<ComposedTypeModel> getDedicatedTypes()Generated method - Getter of theCoverageConstraintGroup.dedicatedTypesattribute defined at extensionvalidation. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the dedicatedTypes
-
setCoverageDomainID
Generated method - Setter ofCoverageConstraintGroup.coverageDomainIDattribute defined at extensionvalidation.- Parameters:
value- the coverageDomainID
-
setDedicatedTypes
@Accessor(qualifier="dedicatedTypes", type=SETTER) public void setDedicatedTypes(Set<ComposedTypeModel> value) Generated method - Setter ofCoverageConstraintGroup.dedicatedTypesattribute defined at extensionvalidation.- Parameters:
value- the dedicatedTypes
-