Class CorsConfigurationPropertyModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.cors.CorsConfigurationPropertyModel
- All Implemented Interfaces:
Serializable
Generated model class for type CorsConfigurationProperty first defined at extension core.
- 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 model type code constant.static final StringGenerated constant - Attribute key ofCorsConfigurationProperty.contextattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofCorsConfigurationProperty.keyattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofCorsConfigurationProperty.valueattribute defined at extensioncore.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.CorsConfigurationPropertyModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextCorsConfigurationPropertyModel(String _context, String _key, ItemModel _owner, String _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCorsConfigurationPropertyModel(String _context, String _key, String _value) 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 theCorsConfigurationProperty.contextattribute defined at extensioncore.getKey()Generated method - Getter of theCorsConfigurationProperty.keyattribute defined at extensioncore.getValue()Generated method - Getter of theCorsConfigurationProperty.valueattribute defined at extensioncore.voidsetContext(String value) Generated method - Initial setter ofCorsConfigurationProperty.contextattribute defined at extensioncore.voidGenerated method - Initial setter ofCorsConfigurationProperty.keyattribute defined at extensioncore.voidGenerated method - Setter ofCorsConfigurationProperty.valueattribute defined at extensioncore.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:
-
CONTEXT
Generated constant - Attribute key ofCorsConfigurationProperty.contextattribute defined at extensioncore.- See Also:
-
KEY
Generated constant - Attribute key ofCorsConfigurationProperty.keyattribute defined at extensioncore.- See Also:
-
VALUE
Generated constant - Attribute key ofCorsConfigurationProperty.valueattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
CorsConfigurationPropertyModel
public CorsConfigurationPropertyModel()Generated constructor - Default constructor for generic creation. -
CorsConfigurationPropertyModel
public CorsConfigurationPropertyModel(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
-
CorsConfigurationPropertyModel
@Deprecated(since="4.1.1", forRemoval=true) public CorsConfigurationPropertyModel(String _context, String _key, String _value) 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:
_context- initial attribute declared by typeCorsConfigurationPropertyat extensioncore_key- initial attribute declared by typeCorsConfigurationPropertyat extensioncore_value- initial attribute declared by typeCorsConfigurationPropertyat extensioncore
-
CorsConfigurationPropertyModel
@Deprecated(since="4.1.1", forRemoval=true) public CorsConfigurationPropertyModel(String _context, String _key, ItemModel _owner, String _value) 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:
_context- initial attribute declared by typeCorsConfigurationPropertyat extensioncore_key- initial attribute declared by typeCorsConfigurationPropertyat extensioncore_owner- initial attribute declared by typeItemat extensioncore_value- initial attribute declared by typeCorsConfigurationPropertyat extensioncore
-
-
Method Details
-
getContext
Generated method - Getter of theCorsConfigurationProperty.contextattribute defined at extensioncore.- Returns:
- the context
-
getKey
Generated method - Getter of theCorsConfigurationProperty.keyattribute defined at extensioncore.- Returns:
- the key
-
getValue
Generated method - Getter of theCorsConfigurationProperty.valueattribute defined at extensioncore.- Returns:
- the value
-
setContext
Generated method - Initial setter ofCorsConfigurationProperty.contextattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the context
-
setKey
Generated method - Initial setter ofCorsConfigurationProperty.keyattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the key
-
setValue
Generated method - Setter ofCorsConfigurationProperty.valueattribute defined at extensioncore.- Parameters:
value- the value
-