Package de.hybris.platform.core.model
Class AbstractDynamicContentModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.AbstractDynamicContentModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuditReportConfigModel,BackofficeThemeConfigModel,DynamicProcessDefinitionModel,ScriptModel
Generated model class for type AbstractDynamicContent 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 ofAbstractDynamicContent.activeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofAbstractDynamicContent.checksumattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofAbstractDynamicContent.codeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofAbstractDynamicContent.contentattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofAbstractDynamicContent.versionattribute 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.AbstractDynamicContentModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextAbstractDynamicContentModel(String _code, String _content) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractDynamicContentModel(String _code, String _content, 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 theAbstractDynamicContent.activeattribute defined at extensioncore.Generated method - Getter of theAbstractDynamicContent.checksumattribute defined at extensioncore.getCode()Generated method - Getter of theAbstractDynamicContent.codeattribute defined at extensioncore.Generated method - Getter of theAbstractDynamicContent.contentattribute defined at extensioncore.Generated method - Getter of theAbstractDynamicContent.versionattribute defined at extensioncore.voidGenerated method - Initial setter ofAbstractDynamicContent.activeattribute defined at extensioncore.voidsetChecksum(String value) Generated method - Setter ofAbstractDynamicContent.checksumattribute defined at extensioncore.voidGenerated method - Initial setter ofAbstractDynamicContent.codeattribute defined at extensioncore.voidsetContent(String value) Generated method - Setter ofAbstractDynamicContent.contentattribute defined at extensioncore.voidsetVersion(Long value) Generated method - Setter ofAbstractDynamicContent.versionattribute 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:
-
CODE
Generated constant - Attribute key ofAbstractDynamicContent.codeattribute defined at extensioncore.- See Also:
-
ACTIVE
Generated constant - Attribute key ofAbstractDynamicContent.activeattribute defined at extensioncore.- See Also:
-
CHECKSUM
Generated constant - Attribute key ofAbstractDynamicContent.checksumattribute defined at extensioncore.- See Also:
-
CONTENT
Generated constant - Attribute key ofAbstractDynamicContent.contentattribute defined at extensioncore.- See Also:
-
VERSION
Generated constant - Attribute key ofAbstractDynamicContent.versionattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
AbstractDynamicContentModel
public AbstractDynamicContentModel()Generated constructor - Default constructor for generic creation. -
AbstractDynamicContentModel
public AbstractDynamicContentModel(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
-
AbstractDynamicContentModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractDynamicContentModel(String _code, String _content) 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:
_code- initial attribute declared by typeAbstractDynamicContentat extensioncore_content- initial attribute declared by typeAbstractDynamicContentat extensioncore
-
AbstractDynamicContentModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractDynamicContentModel(String _code, String _content, 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:
_code- initial attribute declared by typeAbstractDynamicContentat extensioncore_content- initial attribute declared by typeAbstractDynamicContentat extensioncore_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getActive
Generated method - Getter of theAbstractDynamicContent.activeattribute defined at extensioncore.- Returns:
- the active
-
getChecksum
Generated method - Getter of theAbstractDynamicContent.checksumattribute defined at extensioncore.- Returns:
- the checksum
-
getCode
Generated method - Getter of theAbstractDynamicContent.codeattribute defined at extensioncore.- Returns:
- the code
-
getContent
Generated method - Getter of theAbstractDynamicContent.contentattribute defined at extensioncore.- Returns:
- the content
-
getVersion
Generated method - Getter of theAbstractDynamicContent.versionattribute defined at extensioncore.- Returns:
- the version
-
setActive
Generated method - Initial setter ofAbstractDynamicContent.activeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the active
-
setChecksum
Generated method - Setter ofAbstractDynamicContent.checksumattribute defined at extensioncore.- Parameters:
value- the checksum
-
setCode
Generated method - Initial setter ofAbstractDynamicContent.codeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the code
-
setContent
Generated method - Setter ofAbstractDynamicContent.contentattribute defined at extensioncore.- Parameters:
value- the content
-
setVersion
Generated method - Setter ofAbstractDynamicContent.versionattribute defined at extensioncore.- Parameters:
value- the version
-