public class AdvancedShippingNoticeEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ASN
Generated constant - Attribute key of
AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing. |
static java.lang.String |
PRODUCTCODE
Generated constant - Attribute key of
AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing. |
static java.lang.String |
QUANTITY
Generated constant - Attribute key of
AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing. |
static java.lang.String |
STOCKLEVELS
Generated constant - Attribute key of
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AdvancedShippingNoticeEntryModel()
Generated constructor - Default constructor for generic creation.
|
AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn,
ItemModel _owner,
java.lang.String _productCode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn,
java.lang.String _productCode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AdvancedShippingNoticeEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
AdvancedShippingNoticeModel |
getAsn()
Generated method - Getter of the
AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing. |
java.lang.String |
getProductCode()
Generated method - Getter of the
AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing. |
int |
getQuantity()
Generated method - Getter of the
AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing. |
java.util.Set<StockLevelModel> |
getStockLevels()
Generated method - Getter of the
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing. |
void |
setAsn(AdvancedShippingNoticeModel value)
Generated method - Setter of
AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing. |
void |
setProductCode(java.lang.String value)
Generated method - Setter of
AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing. |
void |
setQuantity(int value)
Generated method - Setter of
AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing. |
void |
setStockLevels(java.util.Set<StockLevelModel> value)
Generated method - Setter of
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing. |
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 PRODUCTCODE
AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.public static final java.lang.String QUANTITY
AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.public static final java.lang.String STOCKLEVELS
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.public static final java.lang.String ASN
AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.public AdvancedShippingNoticeEntryModel()
public AdvancedShippingNoticeEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn, java.lang.String _productCode)
_asn - initial attribute declared by type AdvancedShippingNoticeEntry at extension warehousing_productCode - initial attribute declared by type AdvancedShippingNoticeEntry at extension warehousing@Deprecated public AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn, ItemModel _owner, java.lang.String _productCode)
_asn - initial attribute declared by type AdvancedShippingNoticeEntry at extension warehousing_owner - initial attribute declared by type Item at extension core_productCode - initial attribute declared by type AdvancedShippingNoticeEntry at extension warehousing@Accessor(qualifier="asn", type=GETTER) public AdvancedShippingNoticeModel getAsn()
AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.@Accessor(qualifier="productCode", type=GETTER) public java.lang.String getProductCode()
AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.@Accessor(qualifier="quantity", type=GETTER) public int getQuantity()
AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.@Accessor(qualifier="stockLevels", type=GETTER) public java.util.Set<StockLevelModel> getStockLevels()
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="asn", type=SETTER) public void setAsn(AdvancedShippingNoticeModel value)
AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.value - the asn@Accessor(qualifier="productCode", type=SETTER) public void setProductCode(java.lang.String value)
AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.value - the productCode - Determines the product code of given ASNEntry@Accessor(qualifier="quantity", type=SETTER) public void setQuantity(int value)
AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.value - the quantity - Quantity of product@Accessor(qualifier="stockLevels", type=SETTER) public void setStockLevels(java.util.Set<StockLevelModel> value)
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.value - the stockLevelsCopyright © 2018 SAP SE. All Rights Reserved.