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:
java.io.Serializable
public class AdvancedShippingNoticeEntryModel extends ItemModel
Generated model class for type AdvancedShippingNoticeEntry first defined at extension warehousing.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringASNGenerated constant - Attribute key ofAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.static java.lang.StringPRODUCTCODEGenerated constant - Attribute key ofAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.static java.lang.StringQUANTITYGenerated constant - Attribute key ofAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.static java.lang.StringSTOCKLEVELSGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description AdvancedShippingNoticeEntryModel()Generated constructor - Default constructor for generic creation.AdvancedShippingNoticeEntryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextAdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn, ItemModel _owner, java.lang.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, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdvancedShippingNoticeModelgetAsn()Generated method - Getter of theAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.java.lang.StringgetProductCode()Generated method - Getter of theAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.intgetQuantity()Generated method - Getter of theAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.java.util.Set<StockLevelModel>getStockLevels()Generated method - Getter of theAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.voidsetAsn(AdvancedShippingNoticeModel value)Generated method - Setter ofAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.voidsetProductCode(java.lang.String value)Generated method - Setter ofAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.voidsetQuantity(int value)Generated method - Setter ofAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.voidsetStockLevels(java.util.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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
PRODUCTCODE
public static final java.lang.String PRODUCTCODE
Generated constant - Attribute key ofAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
QUANTITY
public static final java.lang.String QUANTITY
Generated constant - Attribute key ofAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
STOCKLEVELS
public static final java.lang.String STOCKLEVELS
Generated constant - Attribute key ofAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
ASN
public static final java.lang.String ASN
Generated constant - Attribute key ofAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AdvancedShippingNoticeEntryModel
public AdvancedShippingNoticeEntryModel()
Generated constructor - Default constructor for generic creation.
-
AdvancedShippingNoticeEntryModel
public AdvancedShippingNoticeEntryModel(ItemModelContext ctx)
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, java.lang.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, java.lang.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 Detail
-
getAsn
@Accessor(qualifier="asn", type=GETTER) public AdvancedShippingNoticeModel getAsn()
Generated method - Getter of theAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.- Returns:
- the asn
-
getProductCode
@Accessor(qualifier="productCode", type=GETTER) public java.lang.String getProductCode()
Generated method - Getter of theAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.- Returns:
- the productCode - Determines the product code of given ASNEntry
-
getQuantity
@Accessor(qualifier="quantity", type=GETTER) public int getQuantity()
Generated method - Getter of theAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.- Returns:
- the quantity - Quantity of product
-
getStockLevels
@Accessor(qualifier="stockLevels", type=GETTER) public java.util.Set<StockLevelModel> 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
@Accessor(qualifier="asn", type=SETTER) public void setAsn(AdvancedShippingNoticeModel value)
Generated method - Setter ofAdvancedShippingNoticeEntry.asnattribute defined at extensionwarehousing.- Parameters:
value- the asn
-
setProductCode
@Accessor(qualifier="productCode", type=SETTER) public void setProductCode(java.lang.String value)
Generated method - Setter ofAdvancedShippingNoticeEntry.productCodeattribute defined at extensionwarehousing.- Parameters:
value- the productCode - Determines the product code of given ASNEntry
-
setQuantity
@Accessor(qualifier="quantity", type=SETTER) public void setQuantity(int value)
Generated method - Setter ofAdvancedShippingNoticeEntry.quantityattribute defined at extensionwarehousing.- Parameters:
value- the quantity - Quantity of product
-
setStockLevels
@Accessor(qualifier="stockLevels", type=SETTER) public void setStockLevels(java.util.Set<StockLevelModel> value)
Generated method - Setter ofAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.- Parameters:
value- the stockLevels
-
-