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:
java.io.Serializable
public class SmarteditConfigurationModel extends ItemModel
Generated model class for type SmarteditConfiguration first defined at extension smarteditwebservices.- 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.StringKEYGenerated constant - Attribute key ofSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.static java.lang.StringVALUEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SmarteditConfigurationModel()Generated constructor - Default constructor for generic creation.SmarteditConfigurationModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSmarteditConfigurationModel(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 parametersSmarteditConfigurationModel(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.StringgetKey()Generated method - Getter of theSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.java.lang.StringgetValue()Generated method - Getter of theSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.voidsetKey(java.lang.String value)Generated method - Setter ofSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.voidsetValue(java.lang.String value)Generated 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, 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
-
KEY
public static final java.lang.String KEY
Generated constant - Attribute key ofSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Generated constant - Attribute key ofSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SmarteditConfigurationModel
public SmarteditConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
SmarteditConfigurationModel
public SmarteditConfigurationModel(ItemModelContext ctx)
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(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:
_key- initial attribute declared by typeSmarteditConfigurationat extensionsmarteditwebservices_value- initial attribute declared by typeSmarteditConfigurationat extensionsmarteditwebservices
-
SmarteditConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SmarteditConfigurationModel(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:
_key- initial attribute declared by typeSmarteditConfigurationat extensionsmarteditwebservices_owner- initial attribute declared by typeItemat extensioncore_value- initial attribute declared by typeSmarteditConfigurationat extensionsmarteditwebservices
-
-
Method Detail
-
getKey
@Accessor(qualifier="key", type=GETTER) public java.lang.String getKey()
Generated method - Getter of theSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.- Returns:
- the key - name of the property
-
getValue
@Accessor(qualifier="value", type=GETTER) public java.lang.String getValue()
Generated method - Getter of theSmarteditConfiguration.valueattribute defined at extensionsmarteditwebservices.- Returns:
- the value - value of the property
-
setKey
@Accessor(qualifier="key", type=SETTER) public void setKey(java.lang.String value)
Generated method - Setter ofSmarteditConfiguration.keyattribute defined at extensionsmarteditwebservices.- Parameters:
value- the key - name of the property
-
-