Class SAPProductIDDataConversionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapmodel.model.SAPProductIDDataConversionModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPProductIDDataConversion first defined at extension sapmodel.
- 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 ofSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.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.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPProductIDDataConversionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.Generated method - Getter of theSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.Generated method - Getter of theSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.getMask()Generated method - Getter of theSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.Generated method - Getter of theSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.voidsetConversionID(String value) Generated method - Setter ofSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.voidsetDisplayLeadingZeros(Boolean value) Generated method - Setter ofSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.voidsetDisplayLexicographic(Boolean value) Generated method - Setter ofSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.voidGenerated method - Setter ofSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.voidsetMatnrLength(Integer value) Generated method - Setter ofSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.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:
-
CONVERSIONID
Generated constant - Attribute key ofSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.- See Also:
-
MATNRLENGTH
Generated constant - Attribute key ofSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.- See Also:
-
DISPLAYLEADINGZEROS
Generated constant - Attribute key ofSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.- See Also:
-
DISPLAYLEXICOGRAPHIC
Generated constant - Attribute key ofSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.- See Also:
-
MASK
Generated constant - Attribute key ofSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.- See Also:
-
-
Constructor Details
-
SAPProductIDDataConversionModel
public SAPProductIDDataConversionModel()Generated constructor - Default constructor for generic creation. -
SAPProductIDDataConversionModel
public SAPProductIDDataConversionModel(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
-
SAPProductIDDataConversionModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPProductIDDataConversionModel(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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getConversionID
Generated method - Getter of theSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.- Returns:
- the conversionID - Conversion ID
-
getDisplayLeadingZeros
Generated method - Getter of theSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.- Returns:
- the displayLeadingZeros - Indicator: Display material number with leading zeros
-
getDisplayLexicographic
Generated method - Getter of theSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.- Returns:
- the displayLexicographic - Indicator for lexicographical material numbers
-
getMask
Generated method - Getter of theSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.- Returns:
- the mask - Template for material number conversion
-
getMatnrLength
Generated method - Getter of theSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.- Returns:
- the matnrLength - Length of the material number
-
setConversionID
Generated method - Setter ofSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.- Parameters:
value- the conversionID - Conversion ID
-
setDisplayLeadingZeros
@Accessor(qualifier="displayLeadingZeros", type=SETTER) public void setDisplayLeadingZeros(Boolean value) Generated method - Setter ofSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.- Parameters:
value- the displayLeadingZeros - Indicator: Display material number with leading zeros
-
setDisplayLexicographic
@Accessor(qualifier="displayLexicographic", type=SETTER) public void setDisplayLexicographic(Boolean value) Generated method - Setter ofSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.- Parameters:
value- the displayLexicographic - Indicator for lexicographical material numbers
-
setMask
Generated method - Setter ofSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.- Parameters:
value- the mask - Template for material number conversion
-
setMatnrLength
Generated method - Setter ofSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.- Parameters:
value- the matnrLength - Length of the material number
-