Class ConsignmentModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.ordersplitting.model.ConsignmentModel
-
- All Implemented Interfaces:
java.io.Serializable
public class ConsignmentModel extends ItemModel
Generated model class for type Consignment first defined at extension basecommerce.- 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
_CONSIGNMENTENTRYCONSIGNMENTRELATION
Generated relation code constant for relationConsignmentEntryConsignmentRelation
defining source attributeconsignmentEntries
in extensionbasecommerce
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CARRIER
Generated constant - Attribute key ofConsignment.carrier
attribute defined at extensionbasecommerce
.static java.lang.String
CARRIERDETAILS
Generated constant - Attribute key ofConsignment.carrierDetails
attribute defined at extensionconsignmenttrackingservices
.static java.lang.String
CODE
Generated constant - Attribute key ofConsignment.code
attribute defined at extensionbasecommerce
.static java.lang.String
CONSIGNMENTENTRIES
Generated constant - Attribute key ofConsignment.consignmentEntries
attribute defined at extensionbasecommerce
.static java.lang.String
CONSIGNMENTPROCESSES
Generated constant - Attribute key ofConsignment.consignmentProcesses
attribute defined at extensionbasecommerce
.static java.lang.String
DELIVERYMODE
Generated constant - Attribute key ofConsignment.deliveryMode
attribute defined at extensionbasecommerce
.static java.lang.String
DELIVERYPOINTOFSERVICE
Generated constant - Attribute key ofConsignment.deliveryPointOfService
attribute defined at extensioncommerceservices
.static java.lang.String
FULFILLMENTSYSTEMCONFIG
Generated constant - Attribute key ofConsignment.fulfillmentSystemConfig
attribute defined at extensionwarehousing
.static java.lang.String
NAMEDDELIVERYDATE
Generated constant - Attribute key ofConsignment.namedDeliveryDate
attribute defined at extensionbasecommerce
.static java.lang.String
ORDER
Generated constant - Attribute key ofConsignment.order
attribute defined at extensionbasecommerce
.static java.lang.String
PACKAGINGINFO
Generated constant - Attribute key ofConsignment.packagingInfo
attribute defined at extensionwarehousing
.static java.lang.String
PACKAGINGINFOS
Generated constant - Attribute key ofConsignment.packaginginfos
attribute defined at extensionwarehousing
.static java.lang.String
PAYMENTTRANSACTIONENTRIES
Generated constant - Attribute key ofConsignment.paymentTransactionEntries
attribute defined at extensionwarehousing
.static java.lang.String
RETURNFORM
Generated constant - Attribute key ofConsignment.returnForm
attribute defined at extensionwarehousing
.static java.lang.String
RETURNLABEL
Generated constant - Attribute key ofConsignment.returnLabel
attribute defined at extensionwarehousing
.static java.lang.String
SAPCONSIGNMENTPROCESSES
Generated constant - Attribute key ofConsignment.sapConsignmentProcesses
attribute defined at extensionsaporderexchangeoms
.static java.lang.String
SAPORDER
Generated constant - Attribute key ofConsignment.sapOrder
attribute defined at extensionsapmodel
.static java.lang.String
SHIPPINGADDRESS
Generated constant - Attribute key ofConsignment.shippingAddress
attribute defined at extensionbasecommerce
.static java.lang.String
SHIPPINGDATE
Generated constant - Attribute key ofConsignment.shippingDate
attribute defined at extensionbasecommerce
.static java.lang.String
SHIPPINGLABEL
Generated constant - Attribute key ofConsignment.shippingLabel
attribute defined at extensionwarehousing
.static java.lang.String
STATUS
Generated constant - Attribute key ofConsignment.status
attribute defined at extensionbasecommerce
.static java.lang.String
STATUSDISPLAY
Generated constant - Attribute key ofConsignment.statusDisplay
attribute defined at extensionacceleratorservices
.static java.lang.String
SUBSCRIPTIONPRODUCTS
Generated constant - Attribute key ofConsignment.subscriptionProducts
attribute defined at extensionsaprevenuecloudorder
.static java.lang.String
TASKASSIGNMENTWORKFLOW
Generated constant - Attribute key ofConsignment.taskAssignmentWorkflow
attribute defined at extensionwarehousing
.static java.lang.String
TOTALPRICE
Generated constant - Attribute key ofConsignment.totalPrice
attribute defined at extensionmarketplaceservices
.static java.lang.String
TRACKINGID
Generated constant - Attribute key ofConsignment.trackingID
attribute defined at extensionbasecommerce
.static java.lang.String
WAREHOUSE
Generated constant - Attribute key ofConsignment.warehouse
attribute defined at extensionbasecommerce
.-
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 ConsignmentModel()
Generated constructor - Default constructor for generic creation.ConsignmentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextConsignmentModel(java.lang.String _code, DeliveryModeModel _deliveryMode, java.util.Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, SAPOrderModel _sapOrder, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentModel(java.lang.String _code, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)
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 java.lang.String
getCarrier()
Generated method - Getter of theConsignment.carrier
attribute defined at extensionbasecommerce
.CarrierModel
getCarrierDetails()
Generated method - Getter of theConsignment.carrierDetails
attribute defined at extensionconsignmenttrackingservices
.java.lang.String
getCode()
Generated method - Getter of theConsignment.code
attribute defined at extensionbasecommerce
.java.util.Set<ConsignmentEntryModel>
getConsignmentEntries()
Generated method - Getter of theConsignment.consignmentEntries
attribute defined at extensionbasecommerce
.java.util.Collection<ConsignmentProcessModel>
getConsignmentProcesses()
Generated method - Getter of theConsignment.consignmentProcesses
attribute defined at extensionbasecommerce
.DeliveryModeModel
getDeliveryMode()
Generated method - Getter of theConsignment.deliveryMode
attribute defined at extensionbasecommerce
.PointOfServiceModel
getDeliveryPointOfService()
Generated method - Getter of theConsignment.deliveryPointOfService
attribute defined at extensioncommerceservices
.java.lang.Object
getFulfillmentSystemConfig()
Generated method - Getter of theConsignment.fulfillmentSystemConfig
attribute defined at extensionwarehousing
.java.util.Date
getNamedDeliveryDate()
Generated method - Getter of theConsignment.namedDeliveryDate
attribute defined at extensionbasecommerce
.AbstractOrderModel
getOrder()
Generated method - Getter of theConsignment.order
attribute defined at extensionbasecommerce
.PackagingInfoModel
getPackagingInfo()
Generated method - Getter of theConsignment.packagingInfo
attribute defined at extensionwarehousing
.java.util.List<PackagingInfoModel>
getPackaginginfos()
Generated method - Getter of theConsignment.packaginginfos
attribute defined at extensionwarehousing
.java.util.Set<PaymentTransactionEntryModel>
getPaymentTransactionEntries()
Generated method - Getter of theConsignment.paymentTransactionEntries
attribute defined at extensionwarehousing
.MediaModel
getReturnForm()
Generated method - Getter of theConsignment.returnForm
attribute defined at extensionwarehousing
.MediaModel
getReturnLabel()
Generated method - Getter of theConsignment.returnLabel
attribute defined at extensionwarehousing
.java.util.Collection<SapConsignmentProcessModel>
getSapConsignmentProcesses()
Generated method - Getter of theConsignment.sapConsignmentProcesses
attribute defined at extensionsaporderexchangeoms
.SAPOrderModel
getSapOrder()
Generated method - Getter of theConsignment.sapOrder
attribute defined at extensionsapmodel
.AddressModel
getShippingAddress()
Generated method - Getter of theConsignment.shippingAddress
attribute defined at extensionbasecommerce
.java.util.Date
getShippingDate()
Generated method - Getter of theConsignment.shippingDate
attribute defined at extensionbasecommerce
.MediaModel
getShippingLabel()
Generated method - Getter of theConsignment.shippingLabel
attribute defined at extensionwarehousing
.ConsignmentStatus
getStatus()
Generated method - Getter of theConsignment.status
attribute defined at extensionbasecommerce
.java.lang.String
getStatusDisplay()
Generated method - Getter of theConsignment.statusDisplay
dynamic attribute defined at extensionacceleratorservices
.java.lang.String
getTaskAssignmentWorkflow()
Generated method - Getter of theConsignment.taskAssignmentWorkflow
attribute defined at extensionwarehousing
.java.lang.Double
getTotalPrice()
Generated method - Getter of theConsignment.totalPrice
attribute defined at extensionmarketplaceservices
.java.lang.String
getTrackingID()
Generated method - Getter of theConsignment.trackingID
attribute defined at extensionbasecommerce
.WarehouseModel
getWarehouse()
Generated method - Getter of theConsignment.warehouse
attribute defined at extensionbasecommerce
.boolean
isSubscriptionProducts()
Generated method - Getter of theConsignment.subscriptionProducts
attribute defined at extensionsaprevenuecloudorder
.void
setCarrier(java.lang.String value)
Generated method - Setter ofConsignment.carrier
attribute defined at extensionbasecommerce
.void
setCarrierDetails(CarrierModel value)
Generated method - Setter ofConsignment.carrierDetails
attribute defined at extensionconsignmenttrackingservices
.void
setCode(java.lang.String value)
Generated method - Initial setter ofConsignment.code
attribute defined at extensionbasecommerce
.void
setConsignmentEntries(java.util.Set<ConsignmentEntryModel> value)
Generated method - Setter ofConsignment.consignmentEntries
attribute defined at extensionbasecommerce
.void
setConsignmentProcesses(java.util.Collection<ConsignmentProcessModel> value)
Generated method - Setter ofConsignment.consignmentProcesses
attribute defined at extensionbasecommerce
.void
setDeliveryMode(DeliveryModeModel value)
Generated method - Initial setter ofConsignment.deliveryMode
attribute defined at extensionbasecommerce
.void
setDeliveryPointOfService(PointOfServiceModel value)
Generated method - Setter ofConsignment.deliveryPointOfService
attribute defined at extensioncommerceservices
.void
setFulfillmentSystemConfig(java.lang.Object value)
Generated method - Setter ofConsignment.fulfillmentSystemConfig
attribute defined at extensionwarehousing
.void
setNamedDeliveryDate(java.util.Date value)
Generated method - Initial setter ofConsignment.namedDeliveryDate
attribute defined at extensionbasecommerce
.void
setOrder(AbstractOrderModel value)
Generated method - Initial setter ofConsignment.order
attribute defined at extensionbasecommerce
.void
setPackagingInfo(PackagingInfoModel value)
Generated method - Setter ofConsignment.packagingInfo
attribute defined at extensionwarehousing
.void
setPackaginginfos(java.util.List<PackagingInfoModel> value)
Generated method - Setter ofConsignment.packaginginfos
attribute defined at extensionwarehousing
.void
setPaymentTransactionEntries(java.util.Set<PaymentTransactionEntryModel> value)
Generated method - Setter ofConsignment.paymentTransactionEntries
attribute defined at extensionwarehousing
.void
setReturnForm(MediaModel value)
Generated method - Setter ofConsignment.returnForm
attribute defined at extensionwarehousing
.void
setReturnLabel(MediaModel value)
Generated method - Setter ofConsignment.returnLabel
attribute defined at extensionwarehousing
.void
setSapConsignmentProcesses(java.util.Collection<SapConsignmentProcessModel> value)
Generated method - Setter ofConsignment.sapConsignmentProcesses
attribute defined at extensionsaporderexchangeoms
.void
setSapOrder(SAPOrderModel value)
Generated method - Initial setter ofConsignment.sapOrder
attribute defined at extensionsapmodel
.void
setShippingAddress(AddressModel value)
Generated method - Initial setter ofConsignment.shippingAddress
attribute defined at extensionbasecommerce
.void
setShippingDate(java.util.Date value)
Generated method - Setter ofConsignment.shippingDate
attribute defined at extensionbasecommerce
.void
setShippingLabel(MediaModel value)
Generated method - Setter ofConsignment.shippingLabel
attribute defined at extensionwarehousing
.void
setStatus(ConsignmentStatus value)
Generated method - Setter ofConsignment.status
attribute defined at extensionbasecommerce
.void
setSubscriptionProducts(boolean value)
Generated method - Setter ofConsignment.subscriptionProducts
attribute defined at extensionsaprevenuecloudorder
.void
setTaskAssignmentWorkflow(java.lang.String value)
Generated method - Setter ofConsignment.taskAssignmentWorkflow
attribute defined at extensionwarehousing
.void
setTotalPrice(java.lang.Double value)
Generated method - Setter ofConsignment.totalPrice
attribute defined at extensionmarketplaceservices
.void
setTrackingID(java.lang.String value)
Generated method - Setter ofConsignment.trackingID
attribute defined at extensionbasecommerce
.void
setWarehouse(WarehouseModel value)
Generated method - Initial setter ofConsignment.warehouse
attribute defined at extensionbasecommerce
.-
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
-
_CONSIGNMENTENTRYCONSIGNMENTRELATION
public static final java.lang.String _CONSIGNMENTENTRYCONSIGNMENTRELATION
Generated relation code constant for relationConsignmentEntryConsignmentRelation
defining source attributeconsignmentEntries
in extensionbasecommerce
.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofConsignment.code
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
SHIPPINGADDRESS
public static final java.lang.String SHIPPINGADDRESS
Generated constant - Attribute key ofConsignment.shippingAddress
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
DELIVERYMODE
public static final java.lang.String DELIVERYMODE
Generated constant - Attribute key ofConsignment.deliveryMode
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
NAMEDDELIVERYDATE
public static final java.lang.String NAMEDDELIVERYDATE
Generated constant - Attribute key ofConsignment.namedDeliveryDate
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
SHIPPINGDATE
public static final java.lang.String SHIPPINGDATE
Generated constant - Attribute key ofConsignment.shippingDate
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
TRACKINGID
public static final java.lang.String TRACKINGID
Generated constant - Attribute key ofConsignment.trackingID
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
CARRIER
public static final java.lang.String CARRIER
Generated constant - Attribute key ofConsignment.carrier
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofConsignment.status
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
WAREHOUSE
public static final java.lang.String WAREHOUSE
Generated constant - Attribute key ofConsignment.warehouse
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
CONSIGNMENTENTRIES
public static final java.lang.String CONSIGNMENTENTRIES
Generated constant - Attribute key ofConsignment.consignmentEntries
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
ORDER
public static final java.lang.String ORDER
Generated constant - Attribute key ofConsignment.order
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
CONSIGNMENTPROCESSES
public static final java.lang.String CONSIGNMENTPROCESSES
Generated constant - Attribute key ofConsignment.consignmentProcesses
attribute defined at extensionbasecommerce
.- See Also:
- Constant Field Values
-
DELIVERYPOINTOFSERVICE
public static final java.lang.String DELIVERYPOINTOFSERVICE
Generated constant - Attribute key ofConsignment.deliveryPointOfService
attribute defined at extensioncommerceservices
.- See Also:
- Constant Field Values
-
SAPORDER
public static final java.lang.String SAPORDER
Generated constant - Attribute key ofConsignment.sapOrder
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
STATUSDISPLAY
public static final java.lang.String STATUSDISPLAY
Generated constant - Attribute key ofConsignment.statusDisplay
attribute defined at extensionacceleratorservices
.- See Also:
- Constant Field Values
-
CARRIERDETAILS
public static final java.lang.String CARRIERDETAILS
Generated constant - Attribute key ofConsignment.carrierDetails
attribute defined at extensionconsignmenttrackingservices
.- See Also:
- Constant Field Values
-
TOTALPRICE
public static final java.lang.String TOTALPRICE
Generated constant - Attribute key ofConsignment.totalPrice
attribute defined at extensionmarketplaceservices
.- See Also:
- Constant Field Values
-
PACKAGINGINFO
public static final java.lang.String PACKAGINGINFO
Generated constant - Attribute key ofConsignment.packagingInfo
attribute defined at extensionwarehousing
.- See Also:
- Constant Field Values
-
SHIPPINGLABEL
public static final java.lang.String SHIPPINGLABEL
Generated constant - Attribute key ofConsignment.shippingLabel
attribute defined at extensionwarehousing
.- See Also:
- Constant Field Values
-
RETURNLABEL
public static final java.lang.String RETURNLABEL
Generated constant - Attribute key ofConsignment.returnLabel
attribute defined at extensionwarehousing
.- See Also:
- Constant Field Values
-
RETURNFORM
public static final java.lang.String RETURNFORM
Generated constant - Attribute key ofConsignment.returnForm
attribute defined at extensionwarehousing
.- See Also:
- Constant Field Values
-
TASKASSIGNMENTWORKFLOW
public static final java.lang.String TASKASSIGNMENTWORKFLOW
Generated constant - Attribute key ofConsignment.taskAssignmentWorkflow
attribute defined at extensionwarehousing
.- See Also:
- Constant Field Values
-
FULFILLMENTSYSTEMCONFIG
public static final java.lang.String FULFILLMENTSYSTEMCONFIG
Generated constant - Attribute key ofConsignment.fulfillmentSystemConfig
attribute defined at extensionwarehousing
.- See Also:
- Constant Field Values
-
PACKAGINGINFOS
public static final java.lang.String PACKAGINGINFOS
Generated constant - Attribute key ofConsignment.packaginginfos
attribute defined at extensionwarehousing
.- See Also:
- Constant Field Values
-
PAYMENTTRANSACTIONENTRIES
public static final java.lang.String PAYMENTTRANSACTIONENTRIES
Generated constant - Attribute key ofConsignment.paymentTransactionEntries
attribute defined at extensionwarehousing
.- See Also:
- Constant Field Values
-
SAPCONSIGNMENTPROCESSES
public static final java.lang.String SAPCONSIGNMENTPROCESSES
Generated constant - Attribute key ofConsignment.sapConsignmentProcesses
attribute defined at extensionsaporderexchangeoms
.- See Also:
- Constant Field Values
-
SUBSCRIPTIONPRODUCTS
public static final java.lang.String SUBSCRIPTIONPRODUCTS
Generated constant - Attribute key ofConsignment.subscriptionProducts
attribute defined at extensionsaprevenuecloudorder
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConsignmentModel
public ConsignmentModel()
Generated constructor - Default constructor for generic creation.
-
ConsignmentModel
public ConsignmentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
ConsignmentModel
@Deprecated(since="4.1.1", forRemoval=true) public ConsignmentModel(java.lang.String _code, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)
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:
_code
- initial attribute declared by typeConsignment
at extensionbasecommerce
_shippingAddress
- initial attribute declared by typeConsignment
at extensionbasecommerce
_status
- initial attribute declared by typeConsignment
at extensionbasecommerce
_warehouse
- initial attribute declared by typeConsignment
at extensionbasecommerce
-
ConsignmentModel
@Deprecated(since="4.1.1", forRemoval=true) public ConsignmentModel(java.lang.String _code, DeliveryModeModel _deliveryMode, java.util.Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, SAPOrderModel _sapOrder, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)
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:
_code
- initial attribute declared by typeConsignment
at extensionbasecommerce
_deliveryMode
- initial attribute declared by typeConsignment
at extensionbasecommerce
_namedDeliveryDate
- initial attribute declared by typeConsignment
at extensionbasecommerce
_order
- initial attribute declared by typeConsignment
at extensionbasecommerce
_owner
- initial attribute declared by typeItem
at extensioncore
_sapOrder
- initial attribute declared by typeConsignment
at extensionsapmodel
_shippingAddress
- initial attribute declared by typeConsignment
at extensionbasecommerce
_status
- initial attribute declared by typeConsignment
at extensionbasecommerce
_warehouse
- initial attribute declared by typeConsignment
at extensionbasecommerce
-
-
Method Detail
-
getCarrier
@Accessor(qualifier="carrier", type=GETTER) public java.lang.String getCarrier()
Generated method - Getter of theConsignment.carrier
attribute defined at extensionbasecommerce
.- Returns:
- the carrier
-
getCarrierDetails
@Accessor(qualifier="carrierDetails", type=GETTER) public CarrierModel getCarrierDetails()
Generated method - Getter of theConsignment.carrierDetails
attribute defined at extensionconsignmenttrackingservices
.- Returns:
- the carrierDetails
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theConsignment.code
attribute defined at extensionbasecommerce
.- Returns:
- the code
-
getConsignmentEntries
@Accessor(qualifier="consignmentEntries", type=GETTER) public java.util.Set<ConsignmentEntryModel> getConsignmentEntries()
Generated method - Getter of theConsignment.consignmentEntries
attribute defined at extensionbasecommerce
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the consignmentEntries
-
getConsignmentProcesses
@Accessor(qualifier="consignmentProcesses", type=GETTER) public java.util.Collection<ConsignmentProcessModel> getConsignmentProcesses()
Generated method - Getter of theConsignment.consignmentProcesses
attribute defined at extensionbasecommerce
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the consignmentProcesses
-
getDeliveryMode
@Accessor(qualifier="deliveryMode", type=GETTER) public DeliveryModeModel getDeliveryMode()
Generated method - Getter of theConsignment.deliveryMode
attribute defined at extensionbasecommerce
.- Returns:
- the deliveryMode
-
getDeliveryPointOfService
@Accessor(qualifier="deliveryPointOfService", type=GETTER) public PointOfServiceModel getDeliveryPointOfService()
Generated method - Getter of theConsignment.deliveryPointOfService
attribute defined at extensioncommerceservices
.- Returns:
- the deliveryPointOfService - The point of service to deliver to/collect from.
-
getFulfillmentSystemConfig
@Accessor(qualifier="fulfillmentSystemConfig", type=GETTER) public java.lang.Object getFulfillmentSystemConfig()
Generated method - Getter of theConsignment.fulfillmentSystemConfig
attribute defined at extensionwarehousing
.- Returns:
- the fulfillmentSystemConfig - Property that represents configuration to route the fulfillment of a consignment
-
getNamedDeliveryDate
@Accessor(qualifier="namedDeliveryDate", type=GETTER) public java.util.Date getNamedDeliveryDate()
Generated method - Getter of theConsignment.namedDeliveryDate
attribute defined at extensionbasecommerce
.- Returns:
- the namedDeliveryDate
-
getOrder
@Accessor(qualifier="order", type=GETTER) public AbstractOrderModel getOrder()
Generated method - Getter of theConsignment.order
attribute defined at extensionbasecommerce
.- Returns:
- the order
-
getPackagingInfo
@Accessor(qualifier="packagingInfo", type=GETTER) public PackagingInfoModel getPackagingInfo()
Generated method - Getter of theConsignment.packagingInfo
attribute defined at extensionwarehousing
.- Returns:
- the packagingInfo
-
getPackaginginfos
@Accessor(qualifier="packaginginfos", type=GETTER) public java.util.List<PackagingInfoModel> getPackaginginfos()
Generated method - Getter of theConsignment.packaginginfos
attribute defined at extensionwarehousing
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the packaginginfos
-
getPaymentTransactionEntries
@Accessor(qualifier="paymentTransactionEntries", type=GETTER) public java.util.Set<PaymentTransactionEntryModel> getPaymentTransactionEntries()
Generated method - Getter of theConsignment.paymentTransactionEntries
attribute defined at extensionwarehousing
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the paymentTransactionEntries
-
getReturnForm
@Accessor(qualifier="returnForm", type=GETTER) public MediaModel getReturnForm()
Generated method - Getter of theConsignment.returnForm
attribute defined at extensionwarehousing
.- Returns:
- the returnForm - The return form for the consignment.
-
getReturnLabel
@Accessor(qualifier="returnLabel", type=GETTER) public MediaModel getReturnLabel()
Generated method - Getter of theConsignment.returnLabel
attribute defined at extensionwarehousing
.- Returns:
- the returnLabel - The return label for the consignment.
-
getSapConsignmentProcesses
@Accessor(qualifier="sapConsignmentProcesses", type=GETTER) public java.util.Collection<SapConsignmentProcessModel> getSapConsignmentProcesses()
Generated method - Getter of theConsignment.sapConsignmentProcesses
attribute defined at extensionsaporderexchangeoms
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the sapConsignmentProcesses
-
getSapOrder
@Accessor(qualifier="sapOrder", type=GETTER) public SAPOrderModel getSapOrder()
Generated method - Getter of theConsignment.sapOrder
attribute defined at extensionsapmodel
.- Returns:
- the sapOrder
-
getShippingAddress
@Accessor(qualifier="shippingAddress", type=GETTER) public AddressModel getShippingAddress()
Generated method - Getter of theConsignment.shippingAddress
attribute defined at extensionbasecommerce
.- Returns:
- the shippingAddress
-
getShippingDate
@Accessor(qualifier="shippingDate", type=GETTER) public java.util.Date getShippingDate()
Generated method - Getter of theConsignment.shippingDate
attribute defined at extensionbasecommerce
.- Returns:
- the shippingDate
-
getShippingLabel
@Accessor(qualifier="shippingLabel", type=GETTER) public MediaModel getShippingLabel()
Generated method - Getter of theConsignment.shippingLabel
attribute defined at extensionwarehousing
.- Returns:
- the shippingLabel - The shipping label for the consignment.
-
getStatus
@Accessor(qualifier="status", type=GETTER) public ConsignmentStatus getStatus()
Generated method - Getter of theConsignment.status
attribute defined at extensionbasecommerce
.- Returns:
- the status
-
getStatusDisplay
@Accessor(qualifier="statusDisplay", type=GETTER) public java.lang.String getStatusDisplay()
Generated method - Getter of theConsignment.statusDisplay
dynamic attribute defined at extensionacceleratorservices
.- Returns:
- the statusDisplay
-
getTaskAssignmentWorkflow
@Accessor(qualifier="taskAssignmentWorkflow", type=GETTER) public java.lang.String getTaskAssignmentWorkflow()
Generated method - Getter of theConsignment.taskAssignmentWorkflow
attribute defined at extensionwarehousing
.- Returns:
- the taskAssignmentWorkflow - The task assignment workflow code assigned to the consignment.
-
getTotalPrice
@Accessor(qualifier="totalPrice", type=GETTER) public java.lang.Double getTotalPrice()
Generated method - Getter of theConsignment.totalPrice
attribute defined at extensionmarketplaceservices
.- Returns:
- the totalPrice
-
getTrackingID
@Accessor(qualifier="trackingID", type=GETTER) public java.lang.String getTrackingID()
Generated method - Getter of theConsignment.trackingID
attribute defined at extensionbasecommerce
.- Returns:
- the trackingID
-
getWarehouse
@Accessor(qualifier="warehouse", type=GETTER) public WarehouseModel getWarehouse()
Generated method - Getter of theConsignment.warehouse
attribute defined at extensionbasecommerce
.- Returns:
- the warehouse
-
isSubscriptionProducts
@Accessor(qualifier="subscriptionProducts", type=GETTER) public boolean isSubscriptionProducts()
Generated method - Getter of theConsignment.subscriptionProducts
attribute defined at extensionsaprevenuecloudorder
.- Returns:
- the subscriptionProducts - sets subscription products flag on consignment
-
setCarrier
@Accessor(qualifier="carrier", type=SETTER) public void setCarrier(java.lang.String value)
Generated method - Setter ofConsignment.carrier
attribute defined at extensionbasecommerce
.- Parameters:
value
- the carrier
-
setCarrierDetails
@Accessor(qualifier="carrierDetails", type=SETTER) public void setCarrierDetails(CarrierModel value)
Generated method - Setter ofConsignment.carrierDetails
attribute defined at extensionconsignmenttrackingservices
.- Parameters:
value
- the carrierDetails
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Initial setter ofConsignment.code
attribute defined at extensionbasecommerce
. Can only be used at creation of model - before first save.- Parameters:
value
- the code
-
setConsignmentEntries
@Accessor(qualifier="consignmentEntries", type=SETTER) public void setConsignmentEntries(java.util.Set<ConsignmentEntryModel> value)
Generated method - Setter ofConsignment.consignmentEntries
attribute defined at extensionbasecommerce
.- Parameters:
value
- the consignmentEntries
-
setConsignmentProcesses
@Accessor(qualifier="consignmentProcesses", type=SETTER) public void setConsignmentProcesses(java.util.Collection<ConsignmentProcessModel> value)
Generated method - Setter ofConsignment.consignmentProcesses
attribute defined at extensionbasecommerce
.- Parameters:
value
- the consignmentProcesses
-
setDeliveryMode
@Accessor(qualifier="deliveryMode", type=SETTER) public void setDeliveryMode(DeliveryModeModel value)
Generated method - Initial setter ofConsignment.deliveryMode
attribute defined at extensionbasecommerce
. Can only be used at creation of model - before first save.- Parameters:
value
- the deliveryMode
-
setDeliveryPointOfService
@Accessor(qualifier="deliveryPointOfService", type=SETTER) public void setDeliveryPointOfService(PointOfServiceModel value)
Generated method - Setter ofConsignment.deliveryPointOfService
attribute defined at extensioncommerceservices
.- Parameters:
value
- the deliveryPointOfService - The point of service to deliver to/collect from.
-
setFulfillmentSystemConfig
@Accessor(qualifier="fulfillmentSystemConfig", type=SETTER) public void setFulfillmentSystemConfig(java.lang.Object value)
Generated method - Setter ofConsignment.fulfillmentSystemConfig
attribute defined at extensionwarehousing
.- Parameters:
value
- the fulfillmentSystemConfig - Property that represents configuration to route the fulfillment of a consignment
-
setNamedDeliveryDate
@Accessor(qualifier="namedDeliveryDate", type=SETTER) public void setNamedDeliveryDate(java.util.Date value)
Generated method - Initial setter ofConsignment.namedDeliveryDate
attribute defined at extensionbasecommerce
. Can only be used at creation of model - before first save.- Parameters:
value
- the namedDeliveryDate
-
setOrder
@Accessor(qualifier="order", type=SETTER) public void setOrder(AbstractOrderModel value)
Generated method - Initial setter ofConsignment.order
attribute defined at extensionbasecommerce
. Can only be used at creation of model - before first save.- Parameters:
value
- the order
-
setPackagingInfo
@Accessor(qualifier="packagingInfo", type=SETTER) public void setPackagingInfo(PackagingInfoModel value)
Generated method - Setter ofConsignment.packagingInfo
attribute defined at extensionwarehousing
.- Parameters:
value
- the packagingInfo
-
setPackaginginfos
@Accessor(qualifier="packaginginfos", type=SETTER) public void setPackaginginfos(java.util.List<PackagingInfoModel> value)
Generated method - Setter ofConsignment.packaginginfos
attribute defined at extensionwarehousing
.- Parameters:
value
- the packaginginfos
-
setPaymentTransactionEntries
@Accessor(qualifier="paymentTransactionEntries", type=SETTER) public void setPaymentTransactionEntries(java.util.Set<PaymentTransactionEntryModel> value)
Generated method - Setter ofConsignment.paymentTransactionEntries
attribute defined at extensionwarehousing
.- Parameters:
value
- the paymentTransactionEntries
-
setReturnForm
@Accessor(qualifier="returnForm", type=SETTER) public void setReturnForm(MediaModel value)
Generated method - Setter ofConsignment.returnForm
attribute defined at extensionwarehousing
.- Parameters:
value
- the returnForm - The return form for the consignment.
-
setReturnLabel
@Accessor(qualifier="returnLabel", type=SETTER) public void setReturnLabel(MediaModel value)
Generated method - Setter ofConsignment.returnLabel
attribute defined at extensionwarehousing
.- Parameters:
value
- the returnLabel - The return label for the consignment.
-
setSapConsignmentProcesses
@Accessor(qualifier="sapConsignmentProcesses", type=SETTER) public void setSapConsignmentProcesses(java.util.Collection<SapConsignmentProcessModel> value)
Generated method - Setter ofConsignment.sapConsignmentProcesses
attribute defined at extensionsaporderexchangeoms
.- Parameters:
value
- the sapConsignmentProcesses
-
setSapOrder
@Accessor(qualifier="sapOrder", type=SETTER) public void setSapOrder(SAPOrderModel value)
Generated method - Initial setter ofConsignment.sapOrder
attribute defined at extensionsapmodel
. Can only be used at creation of model - before first save.- Parameters:
value
- the sapOrder
-
setShippingAddress
@Accessor(qualifier="shippingAddress", type=SETTER) public void setShippingAddress(AddressModel value)
Generated method - Initial setter ofConsignment.shippingAddress
attribute defined at extensionbasecommerce
. Can only be used at creation of model - before first save.- Parameters:
value
- the shippingAddress
-
setShippingDate
@Accessor(qualifier="shippingDate", type=SETTER) public void setShippingDate(java.util.Date value)
Generated method - Setter ofConsignment.shippingDate
attribute defined at extensionbasecommerce
.- Parameters:
value
- the shippingDate
-
setShippingLabel
@Accessor(qualifier="shippingLabel", type=SETTER) public void setShippingLabel(MediaModel value)
Generated method - Setter ofConsignment.shippingLabel
attribute defined at extensionwarehousing
.- Parameters:
value
- the shippingLabel - The shipping label for the consignment.
-
setStatus
@Accessor(qualifier="status", type=SETTER) public void setStatus(ConsignmentStatus value)
Generated method - Setter ofConsignment.status
attribute defined at extensionbasecommerce
.- Parameters:
value
- the status
-
setSubscriptionProducts
@Accessor(qualifier="subscriptionProducts", type=SETTER) public void setSubscriptionProducts(boolean value)
Generated method - Setter ofConsignment.subscriptionProducts
attribute defined at extensionsaprevenuecloudorder
.- Parameters:
value
- the subscriptionProducts - sets subscription products flag on consignment
-
setTaskAssignmentWorkflow
@Accessor(qualifier="taskAssignmentWorkflow", type=SETTER) public void setTaskAssignmentWorkflow(java.lang.String value)
Generated method - Setter ofConsignment.taskAssignmentWorkflow
attribute defined at extensionwarehousing
.- Parameters:
value
- the taskAssignmentWorkflow - The task assignment workflow code assigned to the consignment.
-
setTotalPrice
@Accessor(qualifier="totalPrice", type=SETTER) public void setTotalPrice(java.lang.Double value)
Generated method - Setter ofConsignment.totalPrice
attribute defined at extensionmarketplaceservices
.- Parameters:
value
- the totalPrice
-
setTrackingID
@Accessor(qualifier="trackingID", type=SETTER) public void setTrackingID(java.lang.String value)
Generated method - Setter ofConsignment.trackingID
attribute defined at extensionbasecommerce
.- Parameters:
value
- the trackingID
-
setWarehouse
@Accessor(qualifier="warehouse", type=SETTER) public void setWarehouse(WarehouseModel value)
Generated method - Initial setter ofConsignment.warehouse
attribute defined at extensionbasecommerce
. Can only be used at creation of model - before first save.- Parameters:
value
- the warehouse
-
-