Class CMSItemTypeAttributeFilterConfigModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cmsfacades.model.CMSItemTypeAttributeFilterConfigModel
- All Implemented Interfaces:
Serializable
Generated model class for type CMSItemTypeAttributeFilterConfig first defined at extension cmsfacades.
- 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 model type code constant.static final StringGenerated constant - Attribute key ofCMSItemTypeAttributeFilterConfig.attributesattribute defined at extensioncmsfacades.static final StringGenerated constant - Attribute key ofCMSItemTypeAttributeFilterConfig.modeattribute defined at extensioncmsfacades.static final StringGenerated constant - Attribute key ofCMSItemTypeAttributeFilterConfig.typeCodeattribute defined at extensioncmsfacades.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.Generated constructor - Default constructor for creation with existing contextCMSItemTypeAttributeFilterConfigModel(String _attributes, String _mode, ItemModel _owner, String _typeCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSItemTypeAttributeFilterConfigModel(String _attributes, String _mode, String _typeCode) 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 theCMSItemTypeAttributeFilterConfig.attributesattribute defined at extensioncmsfacades.getMode()Generated method - Getter of theCMSItemTypeAttributeFilterConfig.modeattribute defined at extensioncmsfacades.Generated method - Getter of theCMSItemTypeAttributeFilterConfig.typeCodeattribute defined at extensioncmsfacades.voidsetAttributes(String value) Generated method - Setter ofCMSItemTypeAttributeFilterConfig.attributesattribute defined at extensioncmsfacades.voidGenerated method - Setter ofCMSItemTypeAttributeFilterConfig.modeattribute defined at extensioncmsfacades.voidsetTypeCode(String value) Generated method - Setter ofCMSItemTypeAttributeFilterConfig.typeCodeattribute defined at extensioncmsfacades.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:
-
TYPECODE
Generated constant - Attribute key ofCMSItemTypeAttributeFilterConfig.typeCodeattribute defined at extensioncmsfacades.- See Also:
-
MODE
Generated constant - Attribute key ofCMSItemTypeAttributeFilterConfig.modeattribute defined at extensioncmsfacades.- See Also:
-
ATTRIBUTES
Generated constant - Attribute key ofCMSItemTypeAttributeFilterConfig.attributesattribute defined at extensioncmsfacades.- See Also:
-
-
Constructor Details
-
CMSItemTypeAttributeFilterConfigModel
public CMSItemTypeAttributeFilterConfigModel()Generated constructor - Default constructor for generic creation. -
CMSItemTypeAttributeFilterConfigModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CMSItemTypeAttributeFilterConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public CMSItemTypeAttributeFilterConfigModel(String _attributes, String _mode, String _typeCode) 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:
_attributes- initial attribute declared by typeCMSItemTypeAttributeFilterConfigat extensioncmsfacades_mode- initial attribute declared by typeCMSItemTypeAttributeFilterConfigat extensioncmsfacades_typeCode- initial attribute declared by typeCMSItemTypeAttributeFilterConfigat extensioncmsfacades
-
CMSItemTypeAttributeFilterConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public CMSItemTypeAttributeFilterConfigModel(String _attributes, String _mode, ItemModel _owner, String _typeCode) 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:
_attributes- initial attribute declared by typeCMSItemTypeAttributeFilterConfigat extensioncmsfacades_mode- initial attribute declared by typeCMSItemTypeAttributeFilterConfigat extensioncmsfacades_owner- initial attribute declared by typeItemat extensioncore_typeCode- initial attribute declared by typeCMSItemTypeAttributeFilterConfigat extensioncmsfacades
-
-
Method Details
-
getAttributes
Generated method - Getter of theCMSItemTypeAttributeFilterConfig.attributesattribute defined at extensioncmsfacades.- Returns:
- the attributes
-
getMode
Generated method - Getter of theCMSItemTypeAttributeFilterConfig.modeattribute defined at extensioncmsfacades.- Returns:
- the mode
-
getTypeCode
Generated method - Getter of theCMSItemTypeAttributeFilterConfig.typeCodeattribute defined at extensioncmsfacades.- Returns:
- the typeCode
-
setAttributes
Generated method - Setter ofCMSItemTypeAttributeFilterConfig.attributesattribute defined at extensioncmsfacades.- Parameters:
value- the attributes
-
setMode
Generated method - Setter ofCMSItemTypeAttributeFilterConfig.modeattribute defined at extensioncmsfacades.- Parameters:
value- the mode
-
setTypeCode
Generated method - Setter ofCMSItemTypeAttributeFilterConfig.typeCodeattribute defined at extensioncmsfacades.- Parameters:
value- the typeCode
-