public class SAPProductIDDataConversionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONVERSIONID
Generated constant - Attribute key of
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel. |
static String |
DISPLAYLEADINGZEROS
Generated constant - Attribute key of
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel. |
static String |
DISPLAYLEXICOGRAPHIC
Generated constant - Attribute key of
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel. |
static String |
MASK
Generated constant - Attribute key of
SAPProductIDDataConversion.mask attribute defined at extension sapmodel. |
static String |
MATNRLENGTH
Generated constant - Attribute key of
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPProductIDDataConversionModel()
Generated constructor - Default constructor for generic creation.
|
SAPProductIDDataConversionModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPProductIDDataConversionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionID()
Generated method - Getter of the
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel. |
Boolean |
getDisplayLeadingZeros()
Generated method - Getter of the
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel. |
Boolean |
getDisplayLexicographic()
Generated method - Getter of the
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel. |
String |
getMask()
Generated method - Getter of the
SAPProductIDDataConversion.mask attribute defined at extension sapmodel. |
Integer |
getMatnrLength()
Generated method - Getter of the
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel. |
void |
setConversionID(String value)
Generated method - Setter of
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel. |
void |
setDisplayLeadingZeros(Boolean value)
Generated method - Setter of
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel. |
void |
setDisplayLexicographic(Boolean value)
Generated method - Setter of
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel. |
void |
setMask(String value)
Generated method - Setter of
SAPProductIDDataConversion.mask attribute defined at extension sapmodel. |
void |
setMatnrLength(Integer value)
Generated method - Setter of
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String CONVERSIONID
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.public static final String MATNRLENGTH
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.public static final String DISPLAYLEADINGZEROS
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.public static final String DISPLAYLEXICOGRAPHIC
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.public static final String MASK
SAPProductIDDataConversion.mask attribute defined at extension sapmodel.public SAPProductIDDataConversionModel()
public SAPProductIDDataConversionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPProductIDDataConversionModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="conversionID", type=GETTER) public String getConversionID()
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.@Accessor(qualifier="displayLeadingZeros", type=GETTER) public Boolean getDisplayLeadingZeros()
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.@Accessor(qualifier="displayLexicographic", type=GETTER) public Boolean getDisplayLexicographic()
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.@Accessor(qualifier="mask", type=GETTER) public String getMask()
SAPProductIDDataConversion.mask attribute defined at extension sapmodel.@Accessor(qualifier="matnrLength", type=GETTER) public Integer getMatnrLength()
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.@Accessor(qualifier="conversionID", type=SETTER) public void setConversionID(String value)
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.value - the conversionID - Conversion ID@Accessor(qualifier="displayLeadingZeros", type=SETTER) public void setDisplayLeadingZeros(Boolean value)
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.value - the displayLeadingZeros - Indicator: Display material number with leading zeros@Accessor(qualifier="displayLexicographic", type=SETTER) public void setDisplayLexicographic(Boolean value)
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.value - the displayLexicographic - Indicator for lexicographical material numbers@Accessor(qualifier="mask", type=SETTER) public void setMask(String value)
SAPProductIDDataConversion.mask attribute defined at extension sapmodel.value - the mask - Template for material number conversionCopyright © 2017 SAP SE. All Rights Reserved.