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:
java.io.Serializable
public class CoverageConstraintGroupModel extends ConstraintGroupModel
Generated model class for type CoverageConstraintGroup first defined at extension validation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_COMPOSEDTYPE2COVERAGECONSTRAINTGROUPRELATION
Generated relation code constant for relationComposedType2CoverageConstraintGroupRelation
defining source attributededicatedTypes
in extensionvalidation
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
COVERAGEDOMAINID
Generated constant - Attribute key ofCoverageConstraintGroup.coverageDomainID
attribute defined at extensionvalidation
.static java.lang.String
DEDICATEDTYPES
Generated constant - Attribute key ofCoverageConstraintGroup.dedicatedTypes
attribute defined at extensionvalidation
.-
Fields inherited from class de.hybris.platform.validation.model.constraints.ConstraintGroupModel
_CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION, CONSTRAINTS, ID, INTERFACENAME
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CoverageConstraintGroupModel()
Generated constructor - Default constructor for generic creation.CoverageConstraintGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextCoverageConstraintGroupModel(java.lang.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 parametersCoverageConstraintGroupModel(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCoverageDomainID()
Generated method - Getter of theCoverageConstraintGroup.coverageDomainID
attribute defined at extensionvalidation
.java.util.Set<ComposedTypeModel>
getDedicatedTypes()
Generated method - Getter of theCoverageConstraintGroup.dedicatedTypes
attribute defined at extensionvalidation
.void
setCoverageDomainID(java.lang.String value)
Generated method - Setter ofCoverageConstraintGroup.coverageDomainID
attribute defined at extensionvalidation
.void
setDedicatedTypes(java.util.Set<ComposedTypeModel> value)
Generated method - Setter ofCoverageConstraintGroup.dedicatedTypes
attribute defined at extensionvalidation
.-
Methods inherited from class de.hybris.platform.validation.model.constraints.ConstraintGroupModel
getConstraints, getId, getInterfaceName, setConstraints, setId, setInterfaceName
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_COMPOSEDTYPE2COVERAGECONSTRAINTGROUPRELATION
public static final java.lang.String _COMPOSEDTYPE2COVERAGECONSTRAINTGROUPRELATION
Generated relation code constant for relationComposedType2CoverageConstraintGroupRelation
defining source attributededicatedTypes
in extensionvalidation
.- See Also:
- Constant Field Values
-
COVERAGEDOMAINID
public static final java.lang.String COVERAGEDOMAINID
Generated constant - Attribute key ofCoverageConstraintGroup.coverageDomainID
attribute defined at extensionvalidation
.- See Also:
- Constant Field Values
-
DEDICATEDTYPES
public static final java.lang.String DEDICATEDTYPES
Generated constant - Attribute key ofCoverageConstraintGroup.dedicatedTypes
attribute defined at extensionvalidation
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CoverageConstraintGroupModel
public CoverageConstraintGroupModel()
Generated constructor - Default constructor for generic creation.
-
CoverageConstraintGroupModel
public CoverageConstraintGroupModel(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(since="4.1.1", forRemoval=true) public CoverageConstraintGroupModel(java.lang.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:
_id
- initial attribute declared by typeConstraintGroup
at extensionvalidation
-
CoverageConstraintGroupModel
@Deprecated(since="4.1.1", forRemoval=true) public CoverageConstraintGroupModel(java.lang.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 typeConstraintGroup
at extensionvalidation
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCoverageDomainID
@Accessor(qualifier="coverageDomainID", type=GETTER) public java.lang.String getCoverageDomainID()
Generated method - Getter of theCoverageConstraintGroup.coverageDomainID
attribute defined at extensionvalidation
.- Returns:
- the coverageDomainID
-
getDedicatedTypes
@Accessor(qualifier="dedicatedTypes", type=GETTER) public java.util.Set<ComposedTypeModel> getDedicatedTypes()
Generated method - Getter of theCoverageConstraintGroup.dedicatedTypes
attribute defined at extensionvalidation
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the dedicatedTypes
-
setCoverageDomainID
@Accessor(qualifier="coverageDomainID", type=SETTER) public void setCoverageDomainID(java.lang.String value)
Generated method - Setter ofCoverageConstraintGroup.coverageDomainID
attribute defined at extensionvalidation
.- Parameters:
value
- the coverageDomainID
-
setDedicatedTypes
@Accessor(qualifier="dedicatedTypes", type=SETTER) public void setDedicatedTypes(java.util.Set<ComposedTypeModel> value)
Generated method - Setter ofCoverageConstraintGroup.dedicatedTypes
attribute defined at extensionvalidation
.- Parameters:
value
- the dedicatedTypes
-
-