Class ClassFeatureGroupAssignmentModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.classificationgroupsservices.model.ClassFeatureGroupAssignmentModel
- All Implemented Interfaces:
Serializable
Generated model class for type ClassFeatureGroupAssignment first defined at extension classificationgroupsservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationClassFeatureGroup2ClassFeatureGroupAssignmentRelationdefining source attributeclassFeatureGroupin extensionclassificationgroupsservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofClassFeatureGroupAssignment.classAttributeAssignmentattribute defined at extensionclassificationgroupsservices.static final StringGenerated constant - Attribute key ofClassFeatureGroupAssignment.classFeatureGroupattribute defined at extensionclassificationgroupsservices.static final StringGenerated constant - Attribute key ofClassFeatureGroupAssignment.classFeatureGroupPOSattribute defined at extensionclassificationgroupsservices.static final StringGenerated constant - Attribute key ofClassFeatureGroupAssignment.classificationClassattribute defined at extensionclassificationgroupsservices.static final StringGenerated constant - Attribute key ofClassFeatureGroupAssignment.fullQualifierattribute defined at extensionclassificationgroupsservices.static final StringGenerated constant - Attribute key ofClassFeatureGroupAssignment.indexattribute defined at extensionclassificationgroupsservices.Fields 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.ClassFeatureGroupAssignmentModel(ClassAttributeAssignmentModel _classAttributeAssignment, ClassificationClassModel _classificationClass) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassFeatureGroupAssignmentModel(ClassAttributeAssignmentModel _classAttributeAssignment, ClassificationClassModel _classificationClass, 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theClassFeatureGroupAssignment.classAttributeAssignmentattribute defined at extensionclassificationgroupsservices.Generated method - Getter of theClassFeatureGroupAssignment.classFeatureGroupattribute defined at extensionclassificationgroupsservices.Generated method - Getter of theClassFeatureGroupAssignment.classificationClassattribute defined at extensionclassificationgroupsservices.Generated method - Getter of theClassFeatureGroupAssignment.fullQualifierdynamic attribute defined at extensionclassificationgroupsservices.getIndex()Generated method - Getter of theClassFeatureGroupAssignment.indexdynamic attribute defined at extensionclassificationgroupsservices.voidGenerated method - Setter ofClassFeatureGroupAssignment.classAttributeAssignmentattribute defined at extensionclassificationgroupsservices.voidGenerated method - Setter ofClassFeatureGroupAssignment.classFeatureGroupattribute defined at extensionclassificationgroupsservices.voidGenerated method - Setter ofClassFeatureGroupAssignment.classificationClassattribute defined at extensionclassificationgroupsservices.voidsetFullQualifier(String value) Generated method - Setter ofClassFeatureGroupAssignment.fullQualifierdynamic attribute defined at extensionclassificationgroupsservices.Methods 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:
-
_CLASSFEATUREGROUP2CLASSFEATUREGROUPASSIGNMENTRELATION
Generated relation code constant for relationClassFeatureGroup2ClassFeatureGroupAssignmentRelationdefining source attributeclassFeatureGroupin extensionclassificationgroupsservices.- See Also:
-
INDEX
Generated constant - Attribute key ofClassFeatureGroupAssignment.indexattribute defined at extensionclassificationgroupsservices.- See Also:
-
FULLQUALIFIER
Generated constant - Attribute key ofClassFeatureGroupAssignment.fullQualifierattribute defined at extensionclassificationgroupsservices.- See Also:
-
CLASSATTRIBUTEASSIGNMENT
Generated constant - Attribute key ofClassFeatureGroupAssignment.classAttributeAssignmentattribute defined at extensionclassificationgroupsservices.- See Also:
-
CLASSIFICATIONCLASS
Generated constant - Attribute key ofClassFeatureGroupAssignment.classificationClassattribute defined at extensionclassificationgroupsservices.- See Also:
-
CLASSFEATUREGROUPPOS
Generated constant - Attribute key ofClassFeatureGroupAssignment.classFeatureGroupPOSattribute defined at extensionclassificationgroupsservices.- See Also:
-
CLASSFEATUREGROUP
Generated constant - Attribute key ofClassFeatureGroupAssignment.classFeatureGroupattribute defined at extensionclassificationgroupsservices.- See Also:
-
-
Constructor Details
-
ClassFeatureGroupAssignmentModel
public ClassFeatureGroupAssignmentModel()Generated constructor - Default constructor for generic creation. -
ClassFeatureGroupAssignmentModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ClassFeatureGroupAssignmentModel
@Deprecated(since="4.1.1", forRemoval=true) public ClassFeatureGroupAssignmentModel(ClassAttributeAssignmentModel _classAttributeAssignment, ClassificationClassModel _classificationClass) 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:
_classAttributeAssignment- initial attribute declared by typeClassFeatureGroupAssignmentat extensionclassificationgroupsservices_classificationClass- initial attribute declared by typeClassFeatureGroupAssignmentat extensionclassificationgroupsservices
-
ClassFeatureGroupAssignmentModel
@Deprecated(since="4.1.1", forRemoval=true) public ClassFeatureGroupAssignmentModel(ClassAttributeAssignmentModel _classAttributeAssignment, ClassificationClassModel _classificationClass, 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:
_classAttributeAssignment- initial attribute declared by typeClassFeatureGroupAssignmentat extensionclassificationgroupsservices_classificationClass- initial attribute declared by typeClassFeatureGroupAssignmentat extensionclassificationgroupsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getClassAttributeAssignment
@Accessor(qualifier="classAttributeAssignment", type=GETTER) public ClassAttributeAssignmentModel getClassAttributeAssignment()Generated method - Getter of theClassFeatureGroupAssignment.classAttributeAssignmentattribute defined at extensionclassificationgroupsservices.- Returns:
- the classAttributeAssignment - ClassAttributeAssignment which is wrapped by ClassFeatureGroupAssignment
-
getClassFeatureGroup
@Accessor(qualifier="classFeatureGroup", type=GETTER) public ClassFeatureGroupModel getClassFeatureGroup()Generated method - Getter of theClassFeatureGroupAssignment.classFeatureGroupattribute defined at extensionclassificationgroupsservices.- Returns:
- the classFeatureGroup
-
getClassificationClass
@Accessor(qualifier="classificationClass", type=GETTER) public ClassificationClassModel getClassificationClass()Generated method - Getter of theClassFeatureGroupAssignment.classificationClassattribute defined at extensionclassificationgroupsservices.- Returns:
- the classificationClass - ClassificationClass of ClassFeatureGroupAssignment
-
getFullQualifier
Generated method - Getter of theClassFeatureGroupAssignment.fullQualifierdynamic attribute defined at extensionclassificationgroupsservices.- Returns:
- the fullQualifier - Full qualifier of ClassAttributeAssignment
-
getIndex
Generated method - Getter of theClassFeatureGroupAssignment.indexdynamic attribute defined at extensionclassificationgroupsservices.- Returns:
- the index - Index of ClassFeatureGroupAssignment in ClassFeatureGroup
-
setClassAttributeAssignment
@Accessor(qualifier="classAttributeAssignment", type=SETTER) public void setClassAttributeAssignment(ClassAttributeAssignmentModel value) Generated method - Setter ofClassFeatureGroupAssignment.classAttributeAssignmentattribute defined at extensionclassificationgroupsservices.- Parameters:
value- the classAttributeAssignment - ClassAttributeAssignment which is wrapped by ClassFeatureGroupAssignment
-
setClassFeatureGroup
@Accessor(qualifier="classFeatureGroup", type=SETTER) public void setClassFeatureGroup(ClassFeatureGroupModel value) Generated method - Setter ofClassFeatureGroupAssignment.classFeatureGroupattribute defined at extensionclassificationgroupsservices.- Parameters:
value- the classFeatureGroup
-
setClassificationClass
@Accessor(qualifier="classificationClass", type=SETTER) public void setClassificationClass(ClassificationClassModel value) Generated method - Setter ofClassFeatureGroupAssignment.classificationClassattribute defined at extensionclassificationgroupsservices.- Parameters:
value- the classificationClass - ClassificationClass of ClassFeatureGroupAssignment
-
setFullQualifier
Generated method - Setter ofClassFeatureGroupAssignment.fullQualifierdynamic attribute defined at extensionclassificationgroupsservices.- Parameters:
value- the fullQualifier - Full qualifier of ClassAttributeAssignment
-