public class AdvancedShippingNoticeEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ASN
Generated constant - Attribute key of
AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing. |
static String |
PRODUCTCODE
Generated constant - Attribute key of
AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing. |
static String |
QUANTITY
Generated constant - Attribute key of
AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing. |
static String |
STOCKLEVELS
Generated constant - Attribute key of
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AdvancedShippingNoticeEntryModel()
Generated constructor - Default constructor for generic creation.
|
AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn,
ItemModel _owner,
String _productCode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn,
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. |
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. |
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(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(Set<StockLevelModel> value)
Generated method - Setter of
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing. |
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 PRODUCTCODE
AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.public static final String QUANTITY
AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.public static final String STOCKLEVELS
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.public static final 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, 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, 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 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 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(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 productCopyright © 2017 SAP SE. All Rights Reserved.