public class CoverageConstraintGroupModel extends ConstraintGroupModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_COMPOSEDTYPE2COVERAGECONSTRAINTGROUPRELATION
Generated relation code constant for relation
ComposedType2CoverageConstraintGroupRelation defining source attribute dedicatedTypes in extension validation. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COVERAGEDOMAINID
Generated constant - Attribute key of
CoverageConstraintGroup.coverageDomainID attribute defined at extension validation. |
static String |
DEDICATEDTYPES
Generated constant - Attribute key of
CoverageConstraintGroup.dedicatedTypes attribute defined at extension validation. |
_CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION, CONSTRAINTS, ID, INTERFACENAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CoverageConstraintGroupModel()
Generated constructor - Default constructor for generic creation.
|
CoverageConstraintGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CoverageConstraintGroupModel(String _id)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CoverageConstraintGroupModel(String _id,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoverageDomainID()
Generated method - Getter of the
CoverageConstraintGroup.coverageDomainID attribute defined at extension validation. |
Set<ComposedTypeModel> |
getDedicatedTypes()
Generated method - Getter of the
CoverageConstraintGroup.dedicatedTypes attribute defined at extension validation. |
void |
setCoverageDomainID(String value)
Generated method - Setter of
CoverageConstraintGroup.coverageDomainID attribute defined at extension validation. |
void |
setDedicatedTypes(Set<ComposedTypeModel> value)
Generated method - Setter of
CoverageConstraintGroup.dedicatedTypes attribute defined at extension validation. |
getConstraints, getId, getInterfaceName, setConstraints, setId, setInterfaceNamegetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String _COMPOSEDTYPE2COVERAGECONSTRAINTGROUPRELATION
ComposedType2CoverageConstraintGroupRelation defining source attribute dedicatedTypes in extension validation.public static final String COVERAGEDOMAINID
CoverageConstraintGroup.coverageDomainID attribute defined at extension validation.public static final String DEDICATEDTYPES
CoverageConstraintGroup.dedicatedTypes attribute defined at extension validation.public CoverageConstraintGroupModel()
public CoverageConstraintGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CoverageConstraintGroupModel(String _id)
_id - initial attribute declared by type ConstraintGroup at extension validation@Deprecated public CoverageConstraintGroupModel(String _id, ItemModel _owner)
_id - initial attribute declared by type ConstraintGroup at extension validation_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="coverageDomainID", type=GETTER) public String getCoverageDomainID()
CoverageConstraintGroup.coverageDomainID attribute defined at extension validation.@Accessor(qualifier="dedicatedTypes", type=GETTER) public Set<ComposedTypeModel> getDedicatedTypes()
CoverageConstraintGroup.dedicatedTypes attribute defined at extension validation.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="coverageDomainID", type=SETTER) public void setCoverageDomainID(String value)
CoverageConstraintGroup.coverageDomainID attribute defined at extension validation.value - the coverageDomainIDCopyright © 2017 SAP SE. All Rights Reserved.