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:
java.io.Serializable
public class CorsConfigurationPropertyModel extends ItemModel
Generated model class for type CorsConfigurationProperty first defined at extension core.- 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_TYPECODEGenerated model type code constant.static java.lang.StringCONTEXTGenerated constant - Attribute key ofCorsConfigurationProperty.contextattribute defined at extensioncore.static java.lang.StringKEYGenerated constant - Attribute key ofCorsConfigurationProperty.keyattribute defined at extensioncore.static java.lang.StringVALUEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CorsConfigurationPropertyModel()Generated constructor - Default constructor for generic creation.CorsConfigurationPropertyModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextCorsConfigurationPropertyModel(java.lang.String _context, java.lang.String _key, ItemModel _owner, java.lang.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(java.lang.String _context, java.lang.String _key, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContext()Generated method - Getter of theCorsConfigurationProperty.contextattribute defined at extensioncore.java.lang.StringgetKey()Generated method - Getter of theCorsConfigurationProperty.keyattribute defined at extensioncore.java.lang.StringgetValue()Generated method - Getter of theCorsConfigurationProperty.valueattribute defined at extensioncore.voidsetContext(java.lang.String value)Generated method - Initial setter ofCorsConfigurationProperty.contextattribute defined at extensioncore.voidsetKey(java.lang.String value)Generated method - Initial setter ofCorsConfigurationProperty.keyattribute defined at extensioncore.voidsetValue(java.lang.String value)Generated 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, 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
-
CONTEXT
public static final java.lang.String CONTEXT
Generated constant - Attribute key ofCorsConfigurationProperty.contextattribute defined at extensioncore.- See Also:
- Constant Field Values
-
KEY
public static final java.lang.String KEY
Generated constant - Attribute key ofCorsConfigurationProperty.keyattribute defined at extensioncore.- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Generated constant - Attribute key ofCorsConfigurationProperty.valueattribute defined at extensioncore.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CorsConfigurationPropertyModel
public CorsConfigurationPropertyModel()
Generated constructor - Default constructor for generic creation.
-
CorsConfigurationPropertyModel
public CorsConfigurationPropertyModel(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(java.lang.String _context, java.lang.String _key, java.lang.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(java.lang.String _context, java.lang.String _key, ItemModel _owner, java.lang.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 Detail
-
getContext
@Accessor(qualifier="context", type=GETTER) public java.lang.String getContext()
Generated method - Getter of theCorsConfigurationProperty.contextattribute defined at extensioncore.- Returns:
- the context
-
getKey
@Accessor(qualifier="key", type=GETTER) public java.lang.String getKey()
Generated method - Getter of theCorsConfigurationProperty.keyattribute defined at extensioncore.- Returns:
- the key
-
getValue
@Accessor(qualifier="value", type=GETTER) public java.lang.String getValue()
Generated method - Getter of theCorsConfigurationProperty.valueattribute defined at extensioncore.- Returns:
- the value
-
setContext
@Accessor(qualifier="context", type=SETTER) public void setContext(java.lang.String value)
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
@Accessor(qualifier="key", type=SETTER) public void setKey(java.lang.String value)
Generated method - Initial setter ofCorsConfigurationProperty.keyattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the key
-
-