public class SAPProductIDDataConversionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONVERSIONID
Generated constant - Attribute key of
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel. |
static java.lang.String |
DISPLAYLEADINGZEROS
Generated constant - Attribute key of
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel. |
static java.lang.String |
DISPLAYLEXICOGRAPHIC
Generated constant - Attribute key of
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel. |
static java.lang.String |
MASK
Generated constant - Attribute key of
SAPProductIDDataConversion.mask attribute defined at extension sapmodel. |
static java.lang.String |
MATNRLENGTH
Generated constant - Attribute key of
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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 |
|---|---|
java.lang.String |
getConversionID()
Generated method - Getter of the
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel. |
java.lang.Boolean |
getDisplayLeadingZeros()
Generated method - Getter of the
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel. |
java.lang.Boolean |
getDisplayLexicographic()
Generated method - Getter of the
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel. |
java.lang.String |
getMask()
Generated method - Getter of the
SAPProductIDDataConversion.mask attribute defined at extension sapmodel. |
java.lang.Integer |
getMatnrLength()
Generated method - Getter of the
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel. |
void |
setConversionID(java.lang.String value)
Generated method - Setter of
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel. |
void |
setDisplayLeadingZeros(java.lang.Boolean value)
Generated method - Setter of
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel. |
void |
setDisplayLexicographic(java.lang.Boolean value)
Generated method - Setter of
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel. |
void |
setMask(java.lang.String value)
Generated method - Setter of
SAPProductIDDataConversion.mask attribute defined at extension sapmodel. |
void |
setMatnrLength(java.lang.Integer value)
Generated method - Setter of
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CONVERSIONID
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.public static final java.lang.String MATNRLENGTH
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.public static final java.lang.String DISPLAYLEADINGZEROS
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.public static final java.lang.String DISPLAYLEXICOGRAPHIC
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.public static final java.lang.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 java.lang.String getConversionID()
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.@Accessor(qualifier="displayLeadingZeros", type=GETTER) public java.lang.Boolean getDisplayLeadingZeros()
SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.@Accessor(qualifier="displayLexicographic", type=GETTER) public java.lang.Boolean getDisplayLexicographic()
SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.@Accessor(qualifier="mask", type=GETTER) public java.lang.String getMask()
SAPProductIDDataConversion.mask attribute defined at extension sapmodel.@Accessor(qualifier="matnrLength", type=GETTER) public java.lang.Integer getMatnrLength()
SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.@Accessor(qualifier="conversionID", type=SETTER) public void setConversionID(java.lang.String value)
SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.value - the conversionID - Conversion ID@Accessor(qualifier="displayLeadingZeros", type=SETTER) public void setDisplayLeadingZeros(java.lang.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(java.lang.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(java.lang.String value)
SAPProductIDDataConversion.mask attribute defined at extension sapmodel.value - the mask - Template for material number conversionCopyright © 2018 SAP SE. All Rights Reserved.