Class AdvancedShippingNoticeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.warehousing.model.AdvancedShippingNoticeModel
- All Implemented Interfaces:
Serializable
Generated model class for type AdvancedShippingNotice 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 relation code constant for relationAdvancedShippingNoticeEntry2AsnRelationdefining source attributeasnEntriesin extensionwarehousing.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofAdvancedShippingNotice.asnEntriesattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNotice.externalIdattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNotice.internalIdattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNotice.pointOfServiceattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNotice.releaseDateattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNotice.statusattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofAdvancedShippingNotice.warehouseattribute 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 contextAdvancedShippingNoticeModel(String _externalId, String _internalId, ItemModel _owner, PointOfServiceModel _pointOfService, Date _releaseDate) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAdvancedShippingNoticeModel(String _externalId, String _internalId, PointOfServiceModel _pointOfService, Date _releaseDate) 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 TypeMethodDescriptionGenerated method - Getter of theAdvancedShippingNotice.asnEntriesattribute defined at extensionwarehousing.Generated method - Getter of theAdvancedShippingNotice.externalIdattribute defined at extensionwarehousing.Generated method - Getter of theAdvancedShippingNotice.internalIdattribute defined at extensionwarehousing.Generated method - Getter of theAdvancedShippingNotice.pointOfServiceattribute defined at extensionwarehousing.Generated method - Getter of theAdvancedShippingNotice.releaseDateattribute defined at extensionwarehousing.Generated method - Getter of theAdvancedShippingNotice.statusattribute defined at extensionwarehousing.Generated method - Getter of theAdvancedShippingNotice.warehouseattribute defined at extensionwarehousing.voidGenerated method - Setter ofAdvancedShippingNotice.asnEntriesattribute defined at extensionwarehousing.voidsetExternalId(String value) Generated method - Setter ofAdvancedShippingNotice.externalIdattribute defined at extensionwarehousing.voidsetInternalId(String value) Generated method - Setter ofAdvancedShippingNotice.internalIdattribute defined at extensionwarehousing.voidGenerated method - Setter ofAdvancedShippingNotice.pointOfServiceattribute defined at extensionwarehousing.voidsetReleaseDate(Date value) Generated method - Setter ofAdvancedShippingNotice.releaseDateattribute defined at extensionwarehousing.voidGenerated method - Setter ofAdvancedShippingNotice.statusattribute defined at extensionwarehousing.voidsetWarehouse(WarehouseModel value) Generated method - Setter ofAdvancedShippingNotice.warehouseattribute 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:
-
_ADVANCEDSHIPPINGNOTICEENTRY2ASNRELATION
Generated relation code constant for relationAdvancedShippingNoticeEntry2AsnRelationdefining source attributeasnEntriesin extensionwarehousing.- See Also:
-
STATUS
Generated constant - Attribute key ofAdvancedShippingNotice.statusattribute defined at extensionwarehousing.- See Also:
-
EXTERNALID
Generated constant - Attribute key ofAdvancedShippingNotice.externalIdattribute defined at extensionwarehousing.- See Also:
-
INTERNALID
Generated constant - Attribute key ofAdvancedShippingNotice.internalIdattribute defined at extensionwarehousing.- See Also:
-
RELEASEDATE
Generated constant - Attribute key ofAdvancedShippingNotice.releaseDateattribute defined at extensionwarehousing.- See Also:
-
WAREHOUSE
Generated constant - Attribute key ofAdvancedShippingNotice.warehouseattribute defined at extensionwarehousing.- See Also:
-
POINTOFSERVICE
Generated constant - Attribute key ofAdvancedShippingNotice.pointOfServiceattribute defined at extensionwarehousing.- See Also:
-
ASNENTRIES
Generated constant - Attribute key ofAdvancedShippingNotice.asnEntriesattribute defined at extensionwarehousing.- See Also:
-
-
Constructor Details
-
AdvancedShippingNoticeModel
public AdvancedShippingNoticeModel()Generated constructor - Default constructor for generic creation. -
AdvancedShippingNoticeModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AdvancedShippingNoticeModel
@Deprecated(since="4.1.1", forRemoval=true) public AdvancedShippingNoticeModel(String _externalId, String _internalId, PointOfServiceModel _pointOfService, Date _releaseDate) 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:
_externalId- initial attribute declared by typeAdvancedShippingNoticeat extensionwarehousing_internalId- initial attribute declared by typeAdvancedShippingNoticeat extensionwarehousing_pointOfService- initial attribute declared by typeAdvancedShippingNoticeat extensionwarehousing_releaseDate- initial attribute declared by typeAdvancedShippingNoticeat extensionwarehousing
-
AdvancedShippingNoticeModel
@Deprecated(since="4.1.1", forRemoval=true) public AdvancedShippingNoticeModel(String _externalId, String _internalId, ItemModel _owner, PointOfServiceModel _pointOfService, Date _releaseDate) 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:
_externalId- initial attribute declared by typeAdvancedShippingNoticeat extensionwarehousing_internalId- initial attribute declared by typeAdvancedShippingNoticeat extensionwarehousing_owner- initial attribute declared by typeItemat extensioncore_pointOfService- initial attribute declared by typeAdvancedShippingNoticeat extensionwarehousing_releaseDate- initial attribute declared by typeAdvancedShippingNoticeat extensionwarehousing
-
-
Method Details
-
getAsnEntries
@Accessor(qualifier="asnEntries", type=GETTER) public List<AdvancedShippingNoticeEntryModel> getAsnEntries()Generated method - Getter of theAdvancedShippingNotice.asnEntriesattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the asnEntries
-
getExternalId
Generated method - Getter of theAdvancedShippingNotice.externalIdattribute defined at extensionwarehousing.- Returns:
- the externalId - ASN id coming from external provider
-
getInternalId
Generated method - Getter of theAdvancedShippingNotice.internalIdattribute defined at extensionwarehousing.- Returns:
- the internalId - Internal ASN id which is generated by NumberSeries
-
getPointOfService
Generated method - Getter of theAdvancedShippingNotice.pointOfServiceattribute defined at extensionwarehousing.- Returns:
- the pointOfService
-
getReleaseDate
Generated method - Getter of theAdvancedShippingNotice.releaseDateattribute defined at extensionwarehousing.- Returns:
- the releaseDate - Release date for asn entries
-
getStatus
Generated method - Getter of theAdvancedShippingNotice.statusattribute defined at extensionwarehousing.- Returns:
- the status - Determines the status of given ASN
-
getWarehouse
Generated method - Getter of theAdvancedShippingNotice.warehouseattribute defined at extensionwarehousing.- Returns:
- the warehouse
-
setAsnEntries
@Accessor(qualifier="asnEntries", type=SETTER) public void setAsnEntries(List<AdvancedShippingNoticeEntryModel> value) Generated method - Setter ofAdvancedShippingNotice.asnEntriesattribute defined at extensionwarehousing.- Parameters:
value- the asnEntries
-
setExternalId
Generated method - Setter ofAdvancedShippingNotice.externalIdattribute defined at extensionwarehousing.- Parameters:
value- the externalId - ASN id coming from external provider
-
setInternalId
Generated method - Setter ofAdvancedShippingNotice.internalIdattribute defined at extensionwarehousing.- Parameters:
value- the internalId - Internal ASN id which is generated by NumberSeries
-
setPointOfService
@Accessor(qualifier="pointOfService", type=SETTER) public void setPointOfService(PointOfServiceModel value) Generated method - Setter ofAdvancedShippingNotice.pointOfServiceattribute defined at extensionwarehousing.- Parameters:
value- the pointOfService
-
setReleaseDate
Generated method - Setter ofAdvancedShippingNotice.releaseDateattribute defined at extensionwarehousing.- Parameters:
value- the releaseDate - Release date for asn entries
-
setStatus
Generated method - Setter ofAdvancedShippingNotice.statusattribute defined at extensionwarehousing.- Parameters:
value- the status - Determines the status of given ASN
-
setWarehouse
Generated method - Setter ofAdvancedShippingNotice.warehouseattribute defined at extensionwarehousing.- Parameters:
value- the warehouse
-