public class SAPInboundVariantModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BASEPRODUCT
Generated constant - Attribute key of
SAPInboundVariant.baseProduct attribute defined at extension sapmodel. |
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
SAPInboundVariant.catalogVersion attribute defined at extension sapmodel. |
static java.lang.String |
CODE
Generated constant - Attribute key of
SAPInboundVariant.code attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPInboundVariantModel()
Generated constructor - Default constructor for generic creation.
|
SAPInboundVariantModel(CatalogVersionModel _catalogVersion,
java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPInboundVariantModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPInboundVariantModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ProductModel |
getBaseProduct()
Generated method - Getter of the
SAPInboundVariant.baseProduct attribute defined at extension sapmodel. |
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
SAPInboundVariant.catalogVersion attribute defined at extension sapmodel. |
java.lang.String |
getCode()
Generated method - Getter of the
SAPInboundVariant.code attribute defined at extension sapmodel. |
void |
setBaseProduct(ProductModel value)
Generated method - Setter of
SAPInboundVariant.baseProduct attribute defined at extension sapmodel. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
SAPInboundVariant.catalogVersion attribute defined at extension sapmodel. |
void |
setCode(java.lang.String value)
Generated method - Setter of
SAPInboundVariant.code 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 CODE
SAPInboundVariant.code attribute defined at extension sapmodel.public static final java.lang.String CATALOGVERSION
SAPInboundVariant.catalogVersion attribute defined at extension sapmodel.public static final java.lang.String BASEPRODUCT
SAPInboundVariant.baseProduct attribute defined at extension sapmodel.public SAPInboundVariantModel()
public SAPInboundVariantModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPInboundVariantModel(CatalogVersionModel _catalogVersion, java.lang.String _code)
_catalogVersion - initial attribute declared by type SAPInboundVariant at extension sapmodel_code - initial attribute declared by type SAPInboundVariant at extension sapmodel@Deprecated public SAPInboundVariantModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)
_catalogVersion - initial attribute declared by type SAPInboundVariant at extension sapmodel_code - initial attribute declared by type SAPInboundVariant at extension sapmodel_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="baseProduct", type=GETTER) public ProductModel getBaseProduct()
SAPInboundVariant.baseProduct attribute defined at extension sapmodel.@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
SAPInboundVariant.catalogVersion attribute defined at extension sapmodel.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
SAPInboundVariant.code attribute defined at extension sapmodel.@Accessor(qualifier="baseProduct", type=SETTER) public void setBaseProduct(ProductModel value)
SAPInboundVariant.baseProduct attribute defined at extension sapmodel.value - the baseProduct - Base Product@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
SAPInboundVariant.catalogVersion attribute defined at extension sapmodel.value - the catalogVersion - Catalog VersionCopyright © 2018 SAP SE. All Rights Reserved.