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:
java.io.Serializable
- Direct Known Subclasses:
DescriptorModel,SearchRestrictionModel,TypeModel
public class TypeManagerManagedModel extends ItemModel
Generated model class for type TypeManagerManaged 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.StringAUTOCREATEGenerated constant - Attribute key ofTypeManagerManaged.autocreateattribute defined at extensioncore.static java.lang.StringDEPRECATEDGenerated constant - Attribute key ofTypeManagerManaged.deprecatedattribute defined at extensioncore.static java.lang.StringEXTENSIONNAMEGenerated constant - Attribute key ofTypeManagerManaged.extensionNameattribute defined at extensioncore.static java.lang.StringGENERATEGenerated constant - Attribute key ofTypeManagerManaged.generateattribute defined at extensioncore.static java.lang.StringNAMEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description TypeManagerManagedModel()Generated constructor - Default constructor for generic creation.TypeManagerManagedModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextTypeManagerManagedModel(java.lang.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(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAutocreate()Generated method - Getter of theTypeManagerManaged.autocreateattribute defined at extensioncore.java.lang.BooleangetDeprecated()Generated method - Getter of theTypeManagerManaged.deprecatedattribute defined at extensioncore.java.lang.StringgetExtensionName()Generated method - Getter of theTypeManagerManaged.extensionNameattribute defined at extensioncore.java.lang.BooleangetGenerate()Generated method - Getter of theTypeManagerManaged.generateattribute defined at extensioncore.java.lang.StringgetName()Generated method - Getter of theTypeManagerManaged.nameattribute defined at extensioncore.java.lang.StringgetName(java.util.Locale loc)Generated method - Getter of theTypeManagerManaged.nameattribute defined at extensioncore.voidsetAutocreate(java.lang.Boolean value)Generated method - Setter ofTypeManagerManaged.autocreateattribute defined at extensioncore.voidsetExtensionName(java.lang.String value)Generated method - Setter ofTypeManagerManaged.extensionNameattribute defined at extensioncore.voidsetGenerate(java.lang.Boolean value)Generated method - Setter ofTypeManagerManaged.generateattribute defined at extensioncore.voidsetName(java.lang.String value)Generated method - Setter ofTypeManagerManaged.nameattribute defined at extensioncore.voidsetName(java.lang.String value, java.util.Locale loc)Generated 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, 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
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofTypeManagerManaged.nameattribute defined at extensioncore.- See Also:
- Constant Field Values
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
Generated constant - Attribute key ofTypeManagerManaged.extensionNameattribute defined at extensioncore.- See Also:
- Constant Field Values
-
DEPRECATED
public static final java.lang.String DEPRECATED
Generated constant - Attribute key ofTypeManagerManaged.deprecatedattribute defined at extensioncore.- See Also:
- Constant Field Values
-
AUTOCREATE
public static final java.lang.String AUTOCREATE
Generated constant - Attribute key ofTypeManagerManaged.autocreateattribute defined at extensioncore.- See Also:
- Constant Field Values
-
GENERATE
public static final java.lang.String GENERATE
Generated constant - Attribute key ofTypeManagerManaged.generateattribute defined at extensioncore.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TypeManagerManagedModel
public TypeManagerManagedModel()
Generated constructor - Default constructor for generic creation.
-
TypeManagerManagedModel
public TypeManagerManagedModel(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(since="4.1.1", forRemoval=true) public TypeManagerManagedModel(java.lang.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 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(java.lang.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 Detail
-
getAutocreate
@Accessor(qualifier="autocreate", type=GETTER) public java.lang.Boolean getAutocreate()
Generated method - Getter of theTypeManagerManaged.autocreateattribute defined at extensioncore.- Returns:
- the autocreate
-
getDeprecated
@Accessor(qualifier="deprecated", type=GETTER) public java.lang.Boolean getDeprecated()
Generated method - Getter of theTypeManagerManaged.deprecatedattribute defined at extensioncore.- Returns:
- the deprecated
-
getExtensionName
@Accessor(qualifier="extensionName", type=GETTER) public java.lang.String getExtensionName()
Generated method - Getter of theTypeManagerManaged.extensionNameattribute defined at extensioncore.- Returns:
- the extensionName
-
getGenerate
@Accessor(qualifier="generate", type=GETTER) public java.lang.Boolean getGenerate()
Generated method - Getter of theTypeManagerManaged.generateattribute defined at extensioncore.- Returns:
- the generate
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theTypeManagerManaged.nameattribute defined at extensioncore.- Returns:
- the name
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
Generated method - Getter of theTypeManagerManaged.nameattribute defined at extensioncore.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
setAutocreate
@Accessor(qualifier="autocreate", type=SETTER) public void setAutocreate(java.lang.Boolean value)
Generated method - Setter ofTypeManagerManaged.autocreateattribute defined at extensioncore.- Parameters:
value- the autocreate
-
setExtensionName
@Accessor(qualifier="extensionName", type=SETTER) public void setExtensionName(java.lang.String value)
Generated method - Setter ofTypeManagerManaged.extensionNameattribute defined at extensioncore.- Parameters:
value- the extensionName
-
setGenerate
@Accessor(qualifier="generate", type=SETTER) public void setGenerate(java.lang.Boolean value)
Generated method - Setter ofTypeManagerManaged.generateattribute defined at extensioncore.- Parameters:
value- the generate
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofTypeManagerManaged.nameattribute defined at extensioncore.- Parameters:
value- the name
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofTypeManagerManaged.nameattribute defined at extensioncore.- Parameters:
value- the nameloc- the value localization key- Throws:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
-