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:
java.io.Serializable
public class IndexTestItemModel extends ItemModel
Generated model class for type IndexTestItem 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.StringCOLUMN1Generated constant - Attribute key ofIndexTestItem.column1attribute defined at extensioncore.static java.lang.StringCOLUMN2Generated constant - Attribute key ofIndexTestItem.column2attribute defined at extensioncore.static java.lang.StringCOLUMN3Generated constant - Attribute key ofIndexTestItem.column3attribute defined at extensioncore.static java.lang.StringCOLUMN4Generated constant - Attribute key ofIndexTestItem.column4attribute defined at extensioncore.static java.lang.StringCOLUMN5Generated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description IndexTestItemModel()Generated constructor - Default constructor for generic creation.IndexTestItemModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextIndexTestItemModel(java.lang.Short _column1, java.lang.Short _column2, java.lang.Short _column3, java.lang.Short _column4, java.lang.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 parametersIndexTestItemModel(java.lang.Short _column1, java.lang.Short _column2, java.lang.Short _column3, java.lang.Short _column4, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ShortgetColumn1()Generated method - Getter of theIndexTestItem.column1attribute defined at extensioncore.java.lang.ShortgetColumn2()Generated method - Getter of theIndexTestItem.column2attribute defined at extensioncore.java.lang.ShortgetColumn3()Generated method - Getter of theIndexTestItem.column3attribute defined at extensioncore.java.lang.ShortgetColumn4()Generated method - Getter of theIndexTestItem.column4attribute defined at extensioncore.java.lang.ShortgetColumn5()Generated method - Getter of theIndexTestItem.column5attribute defined at extensioncore.voidsetColumn1(java.lang.Short value)Generated method - Initial setter ofIndexTestItem.column1attribute defined at extensioncore.voidsetColumn2(java.lang.Short value)Generated method - Initial setter ofIndexTestItem.column2attribute defined at extensioncore.voidsetColumn3(java.lang.Short value)Generated method - Initial setter ofIndexTestItem.column3attribute defined at extensioncore.voidsetColumn4(java.lang.Short value)Generated method - Initial setter ofIndexTestItem.column4attribute defined at extensioncore.voidsetColumn5(java.lang.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, 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
-
COLUMN1
public static final java.lang.String COLUMN1
Generated constant - Attribute key ofIndexTestItem.column1attribute defined at extensioncore.- See Also:
- Constant Field Values
-
COLUMN2
public static final java.lang.String COLUMN2
Generated constant - Attribute key ofIndexTestItem.column2attribute defined at extensioncore.- See Also:
- Constant Field Values
-
COLUMN3
public static final java.lang.String COLUMN3
Generated constant - Attribute key ofIndexTestItem.column3attribute defined at extensioncore.- See Also:
- Constant Field Values
-
COLUMN4
public static final java.lang.String COLUMN4
Generated constant - Attribute key ofIndexTestItem.column4attribute defined at extensioncore.- See Also:
- Constant Field Values
-
COLUMN5
public static final java.lang.String COLUMN5
Generated constant - Attribute key ofIndexTestItem.column5attribute defined at extensioncore.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndexTestItemModel
public IndexTestItemModel()
Generated constructor - Default constructor for generic creation.
-
IndexTestItemModel
public IndexTestItemModel(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(java.lang.Short _column1, java.lang.Short _column2, java.lang.Short _column3, java.lang.Short _column4, java.lang.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(java.lang.Short _column1, java.lang.Short _column2, java.lang.Short _column3, java.lang.Short _column4, java.lang.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 Detail
-
getColumn1
@Accessor(qualifier="column1", type=GETTER) public java.lang.Short getColumn1()
Generated method - Getter of theIndexTestItem.column1attribute defined at extensioncore.- Returns:
- the column1
-
getColumn2
@Accessor(qualifier="column2", type=GETTER) public java.lang.Short getColumn2()
Generated method - Getter of theIndexTestItem.column2attribute defined at extensioncore.- Returns:
- the column2
-
getColumn3
@Accessor(qualifier="column3", type=GETTER) public java.lang.Short getColumn3()
Generated method - Getter of theIndexTestItem.column3attribute defined at extensioncore.- Returns:
- the column3
-
getColumn4
@Accessor(qualifier="column4", type=GETTER) public java.lang.Short getColumn4()
Generated method - Getter of theIndexTestItem.column4attribute defined at extensioncore.- Returns:
- the column4
-
getColumn5
@Accessor(qualifier="column5", type=GETTER) public java.lang.Short getColumn5()
Generated method - Getter of theIndexTestItem.column5attribute defined at extensioncore.- Returns:
- the column5
-
setColumn1
@Accessor(qualifier="column1", type=SETTER) public void setColumn1(java.lang.Short value)
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
@Accessor(qualifier="column2", type=SETTER) public void setColumn2(java.lang.Short value)
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
@Accessor(qualifier="column3", type=SETTER) public void setColumn3(java.lang.Short value)
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
@Accessor(qualifier="column4", type=SETTER) public void setColumn4(java.lang.Short value)
Generated method - Initial setter ofIndexTestItem.column4attribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the column4
-
-