Class TypeManagerManagedModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.type.TypeManagerManagedModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DescriptorModel,SearchRestrictionModel,TypeModel
Generated model class for type TypeManagerManaged first defined at extension core.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTypeManagerManaged.autocreateattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofTypeManagerManaged.deprecatedattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofTypeManagerManaged.extensionNameattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofTypeManagerManaged.generateattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofTypeManagerManaged.nameattribute defined at extensioncore.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.TypeManagerManagedModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextTypeManagerManagedModel(Boolean _generate) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTypeManagerManagedModel(Boolean _generate, ItemModel _owner) 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 TypeMethodDescriptionGenerated method - Getter of theTypeManagerManaged.autocreateattribute defined at extensioncore.Generated method - Getter of theTypeManagerManaged.deprecatedattribute defined at extensioncore.Generated method - Getter of theTypeManagerManaged.extensionNameattribute defined at extensioncore.Generated method - Getter of theTypeManagerManaged.generateattribute defined at extensioncore.getName()Generated method - Getter of theTypeManagerManaged.nameattribute defined at extensioncore.Generated method - Getter of theTypeManagerManaged.nameattribute defined at extensioncore.voidsetAutocreate(Boolean value) Generated method - Setter ofTypeManagerManaged.autocreateattribute defined at extensioncore.voidsetExtensionName(String value) Generated method - Setter ofTypeManagerManaged.extensionNameattribute defined at extensioncore.voidsetGenerate(Boolean value) Generated method - Setter ofTypeManagerManaged.generateattribute defined at extensioncore.voidGenerated method - Setter ofTypeManagerManaged.nameattribute defined at extensioncore.voidGenerated method - Setter ofTypeManagerManaged.nameattribute defined at extensioncore.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:
-
NAME
Generated constant - Attribute key ofTypeManagerManaged.nameattribute defined at extensioncore.- See Also:
-
EXTENSIONNAME
Generated constant - Attribute key ofTypeManagerManaged.extensionNameattribute defined at extensioncore.- See Also:
-
DEPRECATED
Generated constant - Attribute key ofTypeManagerManaged.deprecatedattribute defined at extensioncore.- See Also:
-
AUTOCREATE
Generated constant - Attribute key ofTypeManagerManaged.autocreateattribute defined at extensioncore.- See Also:
-
GENERATE
Generated constant - Attribute key ofTypeManagerManaged.generateattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
TypeManagerManagedModel
public TypeManagerManagedModel()Generated constructor - Default constructor for generic creation. -
TypeManagerManagedModel
public TypeManagerManagedModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TypeManagerManagedModel
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:
_generate- initial attribute declared by typeTypeManagerManagedat extensioncore
-
TypeManagerManagedModel
@Deprecated(since="4.1.1", forRemoval=true) public TypeManagerManagedModel(Boolean _generate, ItemModel _owner) 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:
_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAutocreate
Generated method - Getter of theTypeManagerManaged.autocreateattribute defined at extensioncore.- Returns:
- the autocreate
-
getDeprecated
Generated method - Getter of theTypeManagerManaged.deprecatedattribute defined at extensioncore.- Returns:
- the deprecated
-
getExtensionName
Generated method - Getter of theTypeManagerManaged.extensionNameattribute defined at extensioncore.- Returns:
- the extensionName
-
getGenerate
Generated method - Getter of theTypeManagerManaged.generateattribute defined at extensioncore.- Returns:
- the generate
-
getName
Generated method - Getter of theTypeManagerManaged.nameattribute defined at extensioncore.- Returns:
- the name
-
getName
Generated method - Getter of theTypeManagerManaged.nameattribute defined at extensioncore.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setAutocreate
Generated method - Setter ofTypeManagerManaged.autocreateattribute defined at extensioncore.- Parameters:
value- the autocreate
-
setExtensionName
Generated method - Setter ofTypeManagerManaged.extensionNameattribute defined at extensioncore.- Parameters:
value- the extensionName
-
setGenerate
Generated method - Setter ofTypeManagerManaged.generateattribute defined at extensioncore.- Parameters:
value- the generate
-
setName
Generated method - Setter ofTypeManagerManaged.nameattribute defined at extensioncore.- Parameters:
value- the name
-
setName
Generated method - Setter ofTypeManagerManaged.nameattribute defined at extensioncore.- Parameters:
value- the nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-