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:
java.io.Serializable
public class MapTypeModel extends TypeModel
Generated model class for type MapType 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.StringARGUMENTTYPEGenerated constant - Attribute key ofMapType.argumentTypeattribute defined at extensioncore.static java.lang.StringRETURNTYPEGenerated constant - Attribute key ofMapType.returntypeattribute defined at extensioncore.-
Fields inherited from class de.hybris.platform.core.model.type.TypeModel
CODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITION
-
Fields inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
AUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME
-
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 MapTypeModel()Generated constructor - Default constructor for generic creation.MapTypeModel(TypeModel _argumentType, java.lang.String _code, java.lang.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, java.lang.String _code, java.lang.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 parametersMapTypeModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeModelgetArgumentType()Generated method - Getter of theMapType.argumentTypeattribute defined at extensioncore.TypeModelgetReturntype()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, setDescription
-
Methods inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
getAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setName
-
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
-
ARGUMENTTYPE
public static final java.lang.String ARGUMENTTYPE
Generated constant - Attribute key ofMapType.argumentTypeattribute defined at extensioncore.- See Also:
- Constant Field Values
-
RETURNTYPE
public static final java.lang.String RETURNTYPE
Generated constant - Attribute key ofMapType.returntypeattribute defined at extensioncore.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MapTypeModel
public MapTypeModel()
Generated constructor - Default constructor for generic creation.
-
MapTypeModel
public MapTypeModel(ItemModelContext ctx)
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, java.lang.String _code, java.lang.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, java.lang.String _code, java.lang.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 Detail
-
getArgumentType
@Accessor(qualifier="argumentType", type=GETTER) public TypeModel getArgumentType()
Generated method - Getter of theMapType.argumentTypeattribute defined at extensioncore.- Returns:
- the argumentType
-
getReturntype
@Accessor(qualifier="returntype", type=GETTER) public TypeModel getReturntype()
Generated method - Getter of theMapType.returntypeattribute defined at extensioncore.- Returns:
- the returntype
-
setArgumentType
@Accessor(qualifier="argumentType", type=SETTER) public void setArgumentType(TypeModel value)
Generated method - Initial setter ofMapType.argumentTypeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the argumentType
-
-