Class AdvancedShippingNoticeEntryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.warehousing.model.AdvancedShippingNoticeEntryModel
- All Implemented Interfaces:
Serializable
Generated model class for type AdvancedShippingNoticeEntry first defined at extension warehousing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextAdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn, ItemModel _owner, String _productCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn, String _productCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptiongetAsn()Generated method - Getter of theAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.Generated method - Getter of theAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.intGenerated method - Getter of theAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.Generated method - Getter of theAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.voidGenerated method - Setter ofAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.voidsetProductCode(String value) Generated method - Setter ofAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.voidsetQuantity(int value) Generated method - Setter ofAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.voidsetStockLevels(Set<StockLevelModel> value) Generated method - Setter ofAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
PRODUCTCODE
Generated constant - Attribute key ofAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.- See Also:
-
QUANTITY
Generated constant - Attribute key ofAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.- See Also:
-
STOCKLEVELS
Generated constant - Attribute key ofAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.- See Also:
-
ASN
Generated constant - Attribute key ofAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.- See Also:
-
-
Constructor Details
-
AdvancedShippingNoticeEntryModel
public AdvancedShippingNoticeEntryModel()Generated constructor - Default constructor for generic creation. -
AdvancedShippingNoticeEntryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AdvancedShippingNoticeEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn, String _productCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_asn- initial attribute declared by typeAdvancedShippingNoticeEntryat extensionwarehousing_productCode- initial attribute declared by typeAdvancedShippingNoticeEntryat extensionwarehousing
-
AdvancedShippingNoticeEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn, ItemModel _owner, String _productCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_asn- initial attribute declared by typeAdvancedShippingNoticeEntryat extensionwarehousing_owner- initial attribute declared by typeItemat extensioncore_productCode- initial attribute declared by typeAdvancedShippingNoticeEntryat extensionwarehousing
-
-
Method Details
-
getAsn
Generated method - Getter of theAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.- Returns:
- the asn
-
getProductCode
Generated method - Getter of theAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.- Returns:
- the productCode - Determines the product code of given ASNEntry
-
getQuantity
Generated method - Getter of theAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.- Returns:
- the quantity - Quantity of product
-
getStockLevels
Generated method - Getter of theAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the stockLevels
-
setAsn
Generated method - Setter ofAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.- Parameters:
value- the asn
-
setProductCode
Generated method - Setter ofAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.- Parameters:
value- the productCode - Determines the product code of given ASNEntry
-
setQuantity
Generated method - Setter ofAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.- Parameters:
value- the quantity - Quantity of product
-
setStockLevels
@Accessor(qualifier="stockLevels", type=SETTER) public void setStockLevels(Set<StockLevelModel> value) Generated method - Setter ofAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.- Parameters:
value- the stockLevels
-