Class SmarteditConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.smarteditwebservices.model.SmarteditConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type SmarteditConfiguration first defined at extension smarteditwebservices.
- 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 ofSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.static final StringGenerated constant - Attribute key ofSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.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 contextSmarteditConfigurationModel(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 parametersSmarteditConfigurationModel(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 TypeMethodDescriptiongetKey()Generated method - Getter of theSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.getValue()Generated method - Getter of theSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.voidGenerated method - Setter ofSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.voidGenerated method - Setter ofSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.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:
-
KEY
Generated constant - Attribute key ofSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.- See Also:
-
VALUE
Generated constant - Attribute key ofSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.- See Also:
-
-
Constructor Details
-
SmarteditConfigurationModel
public SmarteditConfigurationModel()Generated constructor - Default constructor for generic creation. -
SmarteditConfigurationModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SmarteditConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SmarteditConfigurationModel(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:
_key- initial attribute declared by typeSmarteditConfigurationat extensionsmarteditwebservices_value- initial attribute declared by typeSmarteditConfigurationat extensionsmarteditwebservices
-
SmarteditConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SmarteditConfigurationModel(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:
_key- initial attribute declared by typeSmarteditConfigurationat extensionsmarteditwebservices_owner- initial attribute declared by typeItemat extensioncore_value- initial attribute declared by typeSmarteditConfigurationat extensionsmarteditwebservices
-
-
Method Details
-
getKey
Generated method - Getter of theSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.- Returns:
- the key - name of the property
-
getValue
Generated method - Getter of theSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.- Returns:
- the value - value of the property
-
setKey
Generated method - Setter ofSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.- Parameters:
value- the key - name of the property
-
setValue
Generated method - Setter ofSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.- Parameters:
value- the value - value of the property
-