Class MapTypeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.type.TypeManagerManagedModel
de.hybris.platform.core.model.type.TypeModel
de.hybris.platform.core.model.type.MapTypeModel
- All Implemented Interfaces:
Serializable
Generated model class for type MapType first defined at extension core.
- 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 ofMapType.argumentTypeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofMapType.returntypeattribute defined at extensioncore.Fields inherited from class de.hybris.platform.core.model.type.TypeModel
CODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITIONFields inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
AUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAMEFields 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.MapTypeModel(TypeModel _argumentType, String _code, Boolean _generate, ItemModel _owner, TypeModel _returntype) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMapTypeModel(TypeModel _argumentType, String _code, Boolean _generate, TypeModel _returntype) 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theMapType.argumentTypeattribute defined at extensioncore.Generated method - Getter of theMapType.returntypeattribute defined at extensioncore.voidsetArgumentType(TypeModel value) Generated method - Initial setter ofMapType.argumentTypeattribute defined at extensioncore.voidsetReturntype(TypeModel value) Generated method - Initial setter ofMapType.returntypeattribute defined at extensioncore.Methods inherited from class de.hybris.platform.core.model.type.TypeModel
getCode, getDefaultValue, getDescription, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setDescriptionMethods inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
getAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNameMethods 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:
-
ARGUMENTTYPE
Generated constant - Attribute key ofMapType.argumentTypeattribute defined at extensioncore.- See Also:
-
RETURNTYPE
Generated constant - Attribute key ofMapType.returntypeattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
MapTypeModel
public MapTypeModel()Generated constructor - Default constructor for generic creation. -
MapTypeModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
MapTypeModel
@Deprecated(since="4.1.1", forRemoval=true) public MapTypeModel(TypeModel _argumentType, String _code, Boolean _generate, TypeModel _returntype) 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:
_argumentType- initial attribute declared by typeMapTypeat extensioncore_code- initial attribute declared by typeTypeat extensioncore_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_returntype- initial attribute declared by typeMapTypeat extensioncore
-
MapTypeModel
@Deprecated(since="4.1.1", forRemoval=true) public MapTypeModel(TypeModel _argumentType, String _code, Boolean _generate, ItemModel _owner, TypeModel _returntype) 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:
_argumentType- initial attribute declared by typeMapTypeat extensioncore_code- initial attribute declared by typeTypeat extensioncore_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_owner- initial attribute declared by typeItemat extensioncore_returntype- initial attribute declared by typeMapTypeat extensioncore
-
-
Method Details
-
getArgumentType
Generated method - Getter of theMapType.argumentTypeattribute defined at extensioncore.- Returns:
- the argumentType
-
getReturntype
Generated method - Getter of theMapType.returntypeattribute defined at extensioncore.- Returns:
- the returntype
-
setArgumentType
Generated method - Initial setter ofMapType.argumentTypeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the argumentType
-
setReturntype
Generated method - Initial setter ofMapType.returntypeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the returntype
-