Class IndexTestItemModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.servicelayer.internal.model.IndexTestItemModel
- All Implemented Interfaces:
Serializable
Generated model class for type IndexTestItem 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 ofIndexTestItem.column1attribute defined at extensioncore.static final StringGenerated constant - Attribute key ofIndexTestItem.column2attribute defined at extensioncore.static final StringGenerated constant - Attribute key ofIndexTestItem.column3attribute defined at extensioncore.static final StringGenerated constant - Attribute key ofIndexTestItem.column4attribute defined at extensioncore.static final StringGenerated constant - Attribute key ofIndexTestItem.column5attribute 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.IndexTestItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIndexTestItemModel(Short _column1, Short _column2, Short _column3, Short _column4, Short _column5, 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 theIndexTestItem.column1attribute defined at extensioncore.Generated method - Getter of theIndexTestItem.column2attribute defined at extensioncore.Generated method - Getter of theIndexTestItem.column3attribute defined at extensioncore.Generated method - Getter of theIndexTestItem.column4attribute defined at extensioncore.Generated method - Getter of theIndexTestItem.column5attribute defined at extensioncore.voidsetColumn1(Short value) Generated method - Initial setter ofIndexTestItem.column1attribute defined at extensioncore.voidsetColumn2(Short value) Generated method - Initial setter ofIndexTestItem.column2attribute defined at extensioncore.voidsetColumn3(Short value) Generated method - Initial setter ofIndexTestItem.column3attribute defined at extensioncore.voidsetColumn4(Short value) Generated method - Initial setter ofIndexTestItem.column4attribute defined at extensioncore.voidsetColumn5(Short value) Generated method - Initial setter ofIndexTestItem.column5attribute 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:
-
COLUMN1
Generated constant - Attribute key ofIndexTestItem.column1attribute defined at extensioncore.- See Also:
-
COLUMN2
Generated constant - Attribute key ofIndexTestItem.column2attribute defined at extensioncore.- See Also:
-
COLUMN3
Generated constant - Attribute key ofIndexTestItem.column3attribute defined at extensioncore.- See Also:
-
COLUMN4
Generated constant - Attribute key ofIndexTestItem.column4attribute defined at extensioncore.- See Also:
-
COLUMN5
Generated constant - Attribute key ofIndexTestItem.column5attribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
IndexTestItemModel
public IndexTestItemModel()Generated constructor - Default constructor for generic creation. -
IndexTestItemModel
public IndexTestItemModel(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
-
IndexTestItemModel
@Deprecated(since="4.1.1", forRemoval=true) public IndexTestItemModel(Short _column1, Short _column2, Short _column3, Short _column4, Short _column5) 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:
_column1- initial attribute declared by typeIndexTestItemat extensioncore_column2- initial attribute declared by typeIndexTestItemat extensioncore_column3- initial attribute declared by typeIndexTestItemat extensioncore_column4- initial attribute declared by typeIndexTestItemat extensioncore_column5- initial attribute declared by typeIndexTestItemat extensioncore
-
IndexTestItemModel
@Deprecated(since="4.1.1", forRemoval=true) public IndexTestItemModel(Short _column1, Short _column2, Short _column3, Short _column4, Short _column5, 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:
_column1- initial attribute declared by typeIndexTestItemat extensioncore_column2- initial attribute declared by typeIndexTestItemat extensioncore_column3- initial attribute declared by typeIndexTestItemat extensioncore_column4- initial attribute declared by typeIndexTestItemat extensioncore_column5- initial attribute declared by typeIndexTestItemat extensioncore_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getColumn1
Generated method - Getter of theIndexTestItem.column1attribute defined at extensioncore.- Returns:
- the column1
-
getColumn2
Generated method - Getter of theIndexTestItem.column2attribute defined at extensioncore.- Returns:
- the column2
-
getColumn3
Generated method - Getter of theIndexTestItem.column3attribute defined at extensioncore.- Returns:
- the column3
-
getColumn4
Generated method - Getter of theIndexTestItem.column4attribute defined at extensioncore.- Returns:
- the column4
-
getColumn5
Generated method - Getter of theIndexTestItem.column5attribute defined at extensioncore.- Returns:
- the column5
-
setColumn1
Generated method - Initial setter ofIndexTestItem.column1attribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the column1
-
setColumn2
Generated method - Initial setter ofIndexTestItem.column2attribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the column2
-
setColumn3
Generated method - Initial setter ofIndexTestItem.column3attribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the column3
-
setColumn4
Generated method - Initial setter ofIndexTestItem.column4attribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the column4
-
setColumn5
Generated method - Initial setter ofIndexTestItem.column5attribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the column5
-