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:
java.io.Serializable
public class SAPProductIDDataConversionModel extends ItemModel
Generated model class for type SAPProductIDDataConversion first defined at extension sapmodel.- 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.StringCONVERSIONIDGenerated constant - Attribute key ofSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.static java.lang.StringDISPLAYLEADINGZEROSGenerated constant - Attribute key ofSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.static java.lang.StringDISPLAYLEXICOGRAPHICGenerated constant - Attribute key ofSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.static java.lang.StringMASKGenerated constant - Attribute key ofSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.static java.lang.StringMATNRLENGTHGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SAPProductIDDataConversionModel()Generated constructor - Default constructor for generic creation.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 parametersSAPProductIDDataConversionModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConversionID()Generated method - Getter of theSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.java.lang.BooleangetDisplayLeadingZeros()Generated method - Getter of theSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.java.lang.BooleangetDisplayLexicographic()Generated method - Getter of theSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.java.lang.StringgetMask()Generated method - Getter of theSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.java.lang.IntegergetMatnrLength()Generated method - Getter of theSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.voidsetConversionID(java.lang.String value)Generated method - Setter ofSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.voidsetDisplayLeadingZeros(java.lang.Boolean value)Generated method - Setter ofSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.voidsetDisplayLexicographic(java.lang.Boolean value)Generated method - Setter ofSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.voidsetMask(java.lang.String value)Generated method - Setter ofSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.voidsetMatnrLength(java.lang.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, 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
-
CONVERSIONID
public static final java.lang.String CONVERSIONID
Generated constant - Attribute key ofSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
MATNRLENGTH
public static final java.lang.String MATNRLENGTH
Generated constant - Attribute key ofSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
DISPLAYLEADINGZEROS
public static final java.lang.String DISPLAYLEADINGZEROS
Generated constant - Attribute key ofSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
DISPLAYLEXICOGRAPHIC
public static final java.lang.String DISPLAYLEXICOGRAPHIC
Generated constant - Attribute key ofSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
MASK
public static final java.lang.String MASK
Generated constant - Attribute key ofSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPProductIDDataConversionModel
public SAPProductIDDataConversionModel()
Generated constructor - Default constructor for generic creation.
-
SAPProductIDDataConversionModel
public SAPProductIDDataConversionModel(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 Detail
-
getConversionID
@Accessor(qualifier="conversionID", type=GETTER) public java.lang.String getConversionID()
Generated method - Getter of theSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.- Returns:
- the conversionID - Conversion ID
-
getDisplayLeadingZeros
@Accessor(qualifier="displayLeadingZeros", type=GETTER) public java.lang.Boolean getDisplayLeadingZeros()
Generated method - Getter of theSAPProductIDDataConversion.displayLeadingZerosattribute defined at extensionsapmodel.- Returns:
- the displayLeadingZeros - Indicator: Display material number with leading zeros
-
getDisplayLexicographic
@Accessor(qualifier="displayLexicographic", type=GETTER) public java.lang.Boolean getDisplayLexicographic()
Generated method - Getter of theSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.- Returns:
- the displayLexicographic - Indicator for lexicographical material numbers
-
getMask
@Accessor(qualifier="mask", type=GETTER) public java.lang.String getMask()
Generated method - Getter of theSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.- Returns:
- the mask - Template for material number conversion
-
getMatnrLength
@Accessor(qualifier="matnrLength", type=GETTER) public java.lang.Integer getMatnrLength()
Generated method - Getter of theSAPProductIDDataConversion.matnrLengthattribute defined at extensionsapmodel.- Returns:
- the matnrLength - Length of the material number
-
setConversionID
@Accessor(qualifier="conversionID", type=SETTER) public void setConversionID(java.lang.String value)
Generated method - Setter ofSAPProductIDDataConversion.conversionIDattribute defined at extensionsapmodel.- Parameters:
value- the conversionID - Conversion ID
-
setDisplayLeadingZeros
@Accessor(qualifier="displayLeadingZeros", type=SETTER) public void setDisplayLeadingZeros(java.lang.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(java.lang.Boolean value)
Generated method - Setter ofSAPProductIDDataConversion.displayLexicographicattribute defined at extensionsapmodel.- Parameters:
value- the displayLexicographic - Indicator for lexicographical material numbers
-
setMask
@Accessor(qualifier="mask", type=SETTER) public void setMask(java.lang.String value)
Generated method - Setter ofSAPProductIDDataConversion.maskattribute defined at extensionsapmodel.- Parameters:
value- the mask - Template for material number conversion
-
-