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_CONSIGNMENTENTRYCONSIGNMENTRELATIONGenerated relation code constant for relationConsignmentEntryConsignmentRelationdefining source attributeconsignmentEntriesin extensionbasecommerce.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCARRIERGenerated constant - Attribute key ofConsignment.carrierattribute defined at extensionbasecommerce.static java.lang.StringCARRIERDETAILSGenerated constant - Attribute key ofConsignment.carrierDetailsattribute defined at extensionconsignmenttrackingservices.static java.lang.StringCODEGenerated constant - Attribute key ofConsignment.codeattribute defined at extensionbasecommerce.static java.lang.StringCONSIGNMENTENTRIESGenerated constant - Attribute key ofConsignment.consignmentEntriesattribute defined at extensionbasecommerce.static java.lang.StringCONSIGNMENTPROCESSESGenerated constant - Attribute key ofConsignment.consignmentProcessesattribute defined at extensionbasecommerce.static java.lang.StringDELIVERYMODEGenerated constant - Attribute key ofConsignment.deliveryModeattribute defined at extensionbasecommerce.static java.lang.StringDELIVERYPOINTOFSERVICEGenerated constant - Attribute key ofConsignment.deliveryPointOfServiceattribute defined at extensioncommerceservices.static java.lang.StringFULFILLMENTSYSTEMCONFIGGenerated constant - Attribute key ofConsignment.fulfillmentSystemConfigattribute defined at extensionwarehousing.static java.lang.StringNAMEDDELIVERYDATEGenerated constant - Attribute key ofConsignment.namedDeliveryDateattribute defined at extensionbasecommerce.static java.lang.StringORDERGenerated constant - Attribute key ofConsignment.orderattribute defined at extensionbasecommerce.static java.lang.StringPACKAGINGINFOGenerated constant - Attribute key ofConsignment.packagingInfoattribute defined at extensionwarehousing.static java.lang.StringPACKAGINGINFOSGenerated constant - Attribute key ofConsignment.packaginginfosattribute defined at extensionwarehousing.static java.lang.StringPAYMENTTRANSACTIONENTRIESGenerated constant - Attribute key ofConsignment.paymentTransactionEntriesattribute defined at extensionwarehousing.static java.lang.StringRETURNFORMGenerated constant - Attribute key ofConsignment.returnFormattribute defined at extensionwarehousing.static java.lang.StringRETURNLABELGenerated constant - Attribute key ofConsignment.returnLabelattribute defined at extensionwarehousing.static java.lang.StringSAPCONSIGNMENTPROCESSESGenerated constant - Attribute key ofConsignment.sapConsignmentProcessesattribute defined at extensionsaporderexchangeoms.static java.lang.StringSAPORDERGenerated constant - Attribute key ofConsignment.sapOrderattribute defined at extensionsapmodel.static java.lang.StringSHIPPINGADDRESSGenerated constant - Attribute key ofConsignment.shippingAddressattribute defined at extensionbasecommerce.static java.lang.StringSHIPPINGDATEGenerated constant - Attribute key ofConsignment.shippingDateattribute defined at extensionbasecommerce.static java.lang.StringSHIPPINGLABELGenerated constant - Attribute key ofConsignment.shippingLabelattribute defined at extensionwarehousing.static java.lang.StringSTATUSGenerated constant - Attribute key ofConsignment.statusattribute defined at extensionbasecommerce.static java.lang.StringSTATUSDISPLAYGenerated constant - Attribute key ofConsignment.statusDisplayattribute defined at extensionacceleratorservices.static java.lang.StringSUBSCRIPTIONPRODUCTSGenerated constant - Attribute key ofConsignment.subscriptionProductsattribute defined at extensionsaprevenuecloudorder.static java.lang.StringTASKASSIGNMENTWORKFLOWGenerated constant - Attribute key ofConsignment.taskAssignmentWorkflowattribute defined at extensionwarehousing.static java.lang.StringTOTALPRICEGenerated constant - Attribute key ofConsignment.totalPriceattribute defined at extensionmarketplaceservices.static java.lang.StringTRACKINGIDGenerated constant - Attribute key ofConsignment.trackingIDattribute defined at extensionbasecommerce.static java.lang.StringWAREHOUSEGenerated constant - Attribute key ofConsignment.warehouseattribute 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.StringgetCarrier()Generated method - Getter of theConsignment.carrierattribute defined at extensionbasecommerce.CarrierModelgetCarrierDetails()Generated method - Getter of theConsignment.carrierDetailsattribute defined at extensionconsignmenttrackingservices.java.lang.StringgetCode()Generated method - Getter of theConsignment.codeattribute defined at extensionbasecommerce.java.util.Set<ConsignmentEntryModel>getConsignmentEntries()Generated method - Getter of theConsignment.consignmentEntriesattribute defined at extensionbasecommerce.java.util.Collection<ConsignmentProcessModel>getConsignmentProcesses()Generated method - Getter of theConsignment.consignmentProcessesattribute defined at extensionbasecommerce.DeliveryModeModelgetDeliveryMode()Generated method - Getter of theConsignment.deliveryModeattribute defined at extensionbasecommerce.PointOfServiceModelgetDeliveryPointOfService()Generated method - Getter of theConsignment.deliveryPointOfServiceattribute defined at extensioncommerceservices.java.lang.ObjectgetFulfillmentSystemConfig()Generated method - Getter of theConsignment.fulfillmentSystemConfigattribute defined at extensionwarehousing.java.util.DategetNamedDeliveryDate()Generated method - Getter of theConsignment.namedDeliveryDateattribute defined at extensionbasecommerce.AbstractOrderModelgetOrder()Generated method - Getter of theConsignment.orderattribute defined at extensionbasecommerce.PackagingInfoModelgetPackagingInfo()Generated method - Getter of theConsignment.packagingInfoattribute defined at extensionwarehousing.java.util.List<PackagingInfoModel>getPackaginginfos()Generated method - Getter of theConsignment.packaginginfosattribute defined at extensionwarehousing.java.util.Set<PaymentTransactionEntryModel>getPaymentTransactionEntries()Generated method - Getter of theConsignment.paymentTransactionEntriesattribute defined at extensionwarehousing.MediaModelgetReturnForm()Generated method - Getter of theConsignment.returnFormattribute defined at extensionwarehousing.MediaModelgetReturnLabel()Generated method - Getter of theConsignment.returnLabelattribute defined at extensionwarehousing.java.util.Collection<SapConsignmentProcessModel>getSapConsignmentProcesses()Generated method - Getter of theConsignment.sapConsignmentProcessesattribute defined at extensionsaporderexchangeoms.SAPOrderModelgetSapOrder()Generated method - Getter of theConsignment.sapOrderattribute defined at extensionsapmodel.AddressModelgetShippingAddress()Generated method - Getter of theConsignment.shippingAddressattribute defined at extensionbasecommerce.java.util.DategetShippingDate()Generated method - Getter of theConsignment.shippingDateattribute defined at extensionbasecommerce.MediaModelgetShippingLabel()Generated method - Getter of theConsignment.shippingLabelattribute defined at extensionwarehousing.ConsignmentStatusgetStatus()Generated method - Getter of theConsignment.statusattribute defined at extensionbasecommerce.java.lang.StringgetStatusDisplay()Generated method - Getter of theConsignment.statusDisplaydynamic attribute defined at extensionacceleratorservices.java.lang.StringgetTaskAssignmentWorkflow()Generated method - Getter of theConsignment.taskAssignmentWorkflowattribute defined at extensionwarehousing.java.lang.DoublegetTotalPrice()Generated method - Getter of theConsignment.totalPriceattribute defined at extensionmarketplaceservices.java.lang.StringgetTrackingID()Generated method - Getter of theConsignment.trackingIDattribute defined at extensionbasecommerce.WarehouseModelgetWarehouse()Generated method - Getter of theConsignment.warehouseattribute defined at extensionbasecommerce.booleanisSubscriptionProducts()Generated method - Getter of theConsignment.subscriptionProductsattribute defined at extensionsaprevenuecloudorder.voidsetCarrier(java.lang.String value)Generated method - Setter ofConsignment.carrierattribute defined at extensionbasecommerce.voidsetCarrierDetails(CarrierModel value)Generated method - Setter ofConsignment.carrierDetailsattribute defined at extensionconsignmenttrackingservices.voidsetCode(java.lang.String value)Generated method - Initial setter ofConsignment.codeattribute defined at extensionbasecommerce.voidsetConsignmentEntries(java.util.Set<ConsignmentEntryModel> value)Generated method - Setter ofConsignment.consignmentEntriesattribute defined at extensionbasecommerce.voidsetConsignmentProcesses(java.util.Collection<ConsignmentProcessModel> value)Generated method - Setter ofConsignment.consignmentProcessesattribute defined at extensionbasecommerce.voidsetDeliveryMode(DeliveryModeModel value)Generated method - Initial setter ofConsignment.deliveryModeattribute defined at extensionbasecommerce.voidsetDeliveryPointOfService(PointOfServiceModel value)Generated method - Setter ofConsignment.deliveryPointOfServiceattribute defined at extensioncommerceservices.voidsetFulfillmentSystemConfig(java.lang.Object value)Generated method - Setter ofConsignment.fulfillmentSystemConfigattribute defined at extensionwarehousing.voidsetNamedDeliveryDate(java.util.Date value)Generated method - Initial setter ofConsignment.namedDeliveryDateattribute defined at extensionbasecommerce.voidsetOrder(AbstractOrderModel value)Generated method - Initial setter ofConsignment.orderattribute defined at extensionbasecommerce.voidsetPackagingInfo(PackagingInfoModel value)Generated method - Setter ofConsignment.packagingInfoattribute defined at extensionwarehousing.voidsetPackaginginfos(java.util.List<PackagingInfoModel> value)Generated method - Setter ofConsignment.packaginginfosattribute defined at extensionwarehousing.voidsetPaymentTransactionEntries(java.util.Set<PaymentTransactionEntryModel> value)Generated method - Setter ofConsignment.paymentTransactionEntriesattribute defined at extensionwarehousing.voidsetReturnForm(MediaModel value)Generated method - Setter ofConsignment.returnFormattribute defined at extensionwarehousing.voidsetReturnLabel(MediaModel value)Generated method - Setter ofConsignment.returnLabelattribute defined at extensionwarehousing.voidsetSapConsignmentProcesses(java.util.Collection<SapConsignmentProcessModel> value)Generated method - Setter ofConsignment.sapConsignmentProcessesattribute defined at extensionsaporderexchangeoms.voidsetSapOrder(SAPOrderModel value)Generated method - Initial setter ofConsignment.sapOrderattribute defined at extensionsapmodel.voidsetShippingAddress(AddressModel value)Generated method - Initial setter ofConsignment.shippingAddressattribute defined at extensionbasecommerce.voidsetShippingDate(java.util.Date value)Generated method - Setter ofConsignment.shippingDateattribute defined at extensionbasecommerce.voidsetShippingLabel(MediaModel value)Generated method - Setter ofConsignment.shippingLabelattribute defined at extensionwarehousing.voidsetStatus(ConsignmentStatus value)Generated method - Setter ofConsignment.statusattribute defined at extensionbasecommerce.voidsetSubscriptionProducts(boolean value)Generated method - Setter ofConsignment.subscriptionProductsattribute defined at extensionsaprevenuecloudorder.voidsetTaskAssignmentWorkflow(java.lang.String value)Generated method - Setter ofConsignment.taskAssignmentWorkflowattribute defined at extensionwarehousing.voidsetTotalPrice(java.lang.Double value)Generated method - Setter ofConsignment.totalPriceattribute defined at extensionmarketplaceservices.voidsetTrackingID(java.lang.String value)Generated method - Setter ofConsignment.trackingIDattribute defined at extensionbasecommerce.voidsetWarehouse(WarehouseModel value)Generated method - Initial setter ofConsignment.warehouseattribute 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 relationConsignmentEntryConsignmentRelationdefining source attributeconsignmentEntriesin extensionbasecommerce.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofConsignment.codeattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
SHIPPINGADDRESS
public static final java.lang.String SHIPPINGADDRESS
Generated constant - Attribute key ofConsignment.shippingAddressattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
DELIVERYMODE
public static final java.lang.String DELIVERYMODE
Generated constant - Attribute key ofConsignment.deliveryModeattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
NAMEDDELIVERYDATE
public static final java.lang.String NAMEDDELIVERYDATE
Generated constant - Attribute key ofConsignment.namedDeliveryDateattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
SHIPPINGDATE
public static final java.lang.String SHIPPINGDATE
Generated constant - Attribute key ofConsignment.shippingDateattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
TRACKINGID
public static final java.lang.String TRACKINGID
Generated constant - Attribute key ofConsignment.trackingIDattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
CARRIER
public static final java.lang.String CARRIER
Generated constant - Attribute key ofConsignment.carrierattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofConsignment.statusattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
WAREHOUSE
public static final java.lang.String WAREHOUSE
Generated constant - Attribute key ofConsignment.warehouseattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
CONSIGNMENTENTRIES
public static final java.lang.String CONSIGNMENTENTRIES
Generated constant - Attribute key ofConsignment.consignmentEntriesattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
ORDER
public static final java.lang.String ORDER
Generated constant - Attribute key ofConsignment.orderattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
CONSIGNMENTPROCESSES
public static final java.lang.String CONSIGNMENTPROCESSES
Generated constant - Attribute key ofConsignment.consignmentProcessesattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
DELIVERYPOINTOFSERVICE
public static final java.lang.String DELIVERYPOINTOFSERVICE
Generated constant - Attribute key ofConsignment.deliveryPointOfServiceattribute defined at extensioncommerceservices.- See Also:
- Constant Field Values
-
SAPORDER
public static final java.lang.String SAPORDER
Generated constant - Attribute key ofConsignment.sapOrderattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
STATUSDISPLAY
public static final java.lang.String STATUSDISPLAY
Generated constant - Attribute key ofConsignment.statusDisplayattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
CARRIERDETAILS
public static final java.lang.String CARRIERDETAILS
Generated constant - Attribute key ofConsignment.carrierDetailsattribute defined at extensionconsignmenttrackingservices.- See Also:
- Constant Field Values
-
TOTALPRICE
public static final java.lang.String TOTALPRICE
Generated constant - Attribute key ofConsignment.totalPriceattribute defined at extensionmarketplaceservices.- See Also:
- Constant Field Values
-
PACKAGINGINFO
public static final java.lang.String PACKAGINGINFO
Generated constant - Attribute key ofConsignment.packagingInfoattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
SHIPPINGLABEL
public static final java.lang.String SHIPPINGLABEL
Generated constant - Attribute key ofConsignment.shippingLabelattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
RETURNLABEL
public static final java.lang.String RETURNLABEL
Generated constant - Attribute key ofConsignment.returnLabelattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
RETURNFORM
public static final java.lang.String RETURNFORM
Generated constant - Attribute key ofConsignment.returnFormattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
TASKASSIGNMENTWORKFLOW
public static final java.lang.String TASKASSIGNMENTWORKFLOW
Generated constant - Attribute key ofConsignment.taskAssignmentWorkflowattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
FULFILLMENTSYSTEMCONFIG
public static final java.lang.String FULFILLMENTSYSTEMCONFIG
Generated constant - Attribute key ofConsignment.fulfillmentSystemConfigattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
PACKAGINGINFOS
public static final java.lang.String PACKAGINGINFOS
Generated constant - Attribute key ofConsignment.packaginginfosattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
PAYMENTTRANSACTIONENTRIES
public static final java.lang.String PAYMENTTRANSACTIONENTRIES
Generated constant - Attribute key ofConsignment.paymentTransactionEntriesattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
SAPCONSIGNMENTPROCESSES
public static final java.lang.String SAPCONSIGNMENTPROCESSES
Generated constant - Attribute key ofConsignment.sapConsignmentProcessesattribute defined at extensionsaporderexchangeoms.- See Also:
- Constant Field Values
-
SUBSCRIPTIONPRODUCTS
public static final java.lang.String SUBSCRIPTIONPRODUCTS
Generated constant - Attribute key ofConsignment.subscriptionProductsattribute 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 typeConsignmentat extensionbasecommerce_shippingAddress- initial attribute declared by typeConsignmentat extensionbasecommerce_status- initial attribute declared by typeConsignmentat extensionbasecommerce_warehouse- initial attribute declared by typeConsignmentat 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 typeConsignmentat extensionbasecommerce_deliveryMode- initial attribute declared by typeConsignmentat extensionbasecommerce_namedDeliveryDate- initial attribute declared by typeConsignmentat extensionbasecommerce_order- initial attribute declared by typeConsignmentat extensionbasecommerce_owner- initial attribute declared by typeItemat extensioncore_sapOrder- initial attribute declared by typeConsignmentat extensionsapmodel_shippingAddress- initial attribute declared by typeConsignmentat extensionbasecommerce_status- initial attribute declared by typeConsignmentat extensionbasecommerce_warehouse- initial attribute declared by typeConsignmentat extensionbasecommerce
-
-
Method Detail
-
getCarrier
@Accessor(qualifier="carrier", type=GETTER) public java.lang.String getCarrier()
Generated method - Getter of theConsignment.carrierattribute defined at extensionbasecommerce.- Returns:
- the carrier
-
getCarrierDetails
@Accessor(qualifier="carrierDetails", type=GETTER) public CarrierModel getCarrierDetails()
Generated method - Getter of theConsignment.carrierDetailsattribute defined at extensionconsignmenttrackingservices.- Returns:
- the carrierDetails
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theConsignment.codeattribute defined at extensionbasecommerce.- Returns:
- the code
-
getConsignmentEntries
@Accessor(qualifier="consignmentEntries", type=GETTER) public java.util.Set<ConsignmentEntryModel> getConsignmentEntries()
Generated method - Getter of theConsignment.consignmentEntriesattribute 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.consignmentProcessesattribute 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.deliveryModeattribute defined at extensionbasecommerce.- Returns:
- the deliveryMode
-
getDeliveryPointOfService
@Accessor(qualifier="deliveryPointOfService", type=GETTER) public PointOfServiceModel getDeliveryPointOfService()
Generated method - Getter of theConsignment.deliveryPointOfServiceattribute 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.fulfillmentSystemConfigattribute 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.namedDeliveryDateattribute defined at extensionbasecommerce.- Returns:
- the namedDeliveryDate
-
getOrder
@Accessor(qualifier="order", type=GETTER) public AbstractOrderModel getOrder()
Generated method - Getter of theConsignment.orderattribute defined at extensionbasecommerce.- Returns:
- the order
-
getPackagingInfo
@Accessor(qualifier="packagingInfo", type=GETTER) public PackagingInfoModel getPackagingInfo()
Generated method - Getter of theConsignment.packagingInfoattribute defined at extensionwarehousing.- Returns:
- the packagingInfo
-
getPackaginginfos
@Accessor(qualifier="packaginginfos", type=GETTER) public java.util.List<PackagingInfoModel> getPackaginginfos()
Generated method - Getter of theConsignment.packaginginfosattribute 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.paymentTransactionEntriesattribute 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.returnFormattribute 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.returnLabelattribute 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.sapConsignmentProcessesattribute 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.sapOrderattribute defined at extensionsapmodel.- Returns:
- the sapOrder
-
getShippingAddress
@Accessor(qualifier="shippingAddress", type=GETTER) public AddressModel getShippingAddress()
Generated method - Getter of theConsignment.shippingAddressattribute defined at extensionbasecommerce.- Returns:
- the shippingAddress
-
getShippingDate
@Accessor(qualifier="shippingDate", type=GETTER) public java.util.Date getShippingDate()
Generated method - Getter of theConsignment.shippingDateattribute defined at extensionbasecommerce.- Returns:
- the shippingDate
-
getShippingLabel
@Accessor(qualifier="shippingLabel", type=GETTER) public MediaModel getShippingLabel()
Generated method - Getter of theConsignment.shippingLabelattribute 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.statusattribute defined at extensionbasecommerce.- Returns:
- the status
-
getStatusDisplay
@Accessor(qualifier="statusDisplay", type=GETTER) public java.lang.String getStatusDisplay()
Generated method - Getter of theConsignment.statusDisplaydynamic attribute defined at extensionacceleratorservices.- Returns:
- the statusDisplay
-
getTaskAssignmentWorkflow
@Accessor(qualifier="taskAssignmentWorkflow", type=GETTER) public java.lang.String getTaskAssignmentWorkflow()
Generated method - Getter of theConsignment.taskAssignmentWorkflowattribute 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.totalPriceattribute defined at extensionmarketplaceservices.- Returns:
- the totalPrice
-
getTrackingID
@Accessor(qualifier="trackingID", type=GETTER) public java.lang.String getTrackingID()
Generated method - Getter of theConsignment.trackingIDattribute defined at extensionbasecommerce.- Returns:
- the trackingID
-
getWarehouse
@Accessor(qualifier="warehouse", type=GETTER) public WarehouseModel getWarehouse()
Generated method - Getter of theConsignment.warehouseattribute defined at extensionbasecommerce.- Returns:
- the warehouse
-
isSubscriptionProducts
@Accessor(qualifier="subscriptionProducts", type=GETTER) public boolean isSubscriptionProducts()
Generated method - Getter of theConsignment.subscriptionProductsattribute 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.carrierattribute defined at extensionbasecommerce.- Parameters:
value- the carrier
-
setCarrierDetails
@Accessor(qualifier="carrierDetails", type=SETTER) public void setCarrierDetails(CarrierModel value)
Generated method - Setter ofConsignment.carrierDetailsattribute 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.codeattribute 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.consignmentEntriesattribute 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.consignmentProcessesattribute defined at extensionbasecommerce.- Parameters:
value- the consignmentProcesses
-
setDeliveryMode
@Accessor(qualifier="deliveryMode", type=SETTER) public void setDeliveryMode(DeliveryModeModel value)
Generated method - Initial setter ofConsignment.deliveryModeattribute 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.deliveryPointOfServiceattribute 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.fulfillmentSystemConfigattribute 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.namedDeliveryDateattribute 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.orderattribute 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.packagingInfoattribute 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.packaginginfosattribute 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.paymentTransactionEntriesattribute defined at extensionwarehousing.- Parameters:
value- the paymentTransactionEntries
-
setReturnForm
@Accessor(qualifier="returnForm", type=SETTER) public void setReturnForm(MediaModel value)
Generated method - Setter ofConsignment.returnFormattribute 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.returnLabelattribute 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.sapConsignmentProcessesattribute defined at extensionsaporderexchangeoms.- Parameters:
value- the sapConsignmentProcesses
-
setSapOrder
@Accessor(qualifier="sapOrder", type=SETTER) public void setSapOrder(SAPOrderModel value)
Generated method - Initial setter ofConsignment.sapOrderattribute 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.shippingAddressattribute 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.shippingDateattribute defined at extensionbasecommerce.- Parameters:
value- the shippingDate
-
setShippingLabel
@Accessor(qualifier="shippingLabel", type=SETTER) public void setShippingLabel(MediaModel value)
Generated method - Setter ofConsignment.shippingLabelattribute 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.statusattribute defined at extensionbasecommerce.- Parameters:
value- the status
-
setSubscriptionProducts
@Accessor(qualifier="subscriptionProducts", type=SETTER) public void setSubscriptionProducts(boolean value)
Generated method - Setter ofConsignment.subscriptionProductsattribute 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.taskAssignmentWorkflowattribute 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.totalPriceattribute defined at extensionmarketplaceservices.- Parameters:
value- the totalPrice
-
setTrackingID
@Accessor(qualifier="trackingID", type=SETTER) public void setTrackingID(java.lang.String value)
Generated method - Setter ofConsignment.trackingIDattribute defined at extensionbasecommerce.- Parameters:
value- the trackingID
-
setWarehouse
@Accessor(qualifier="warehouse", type=SETTER) public void setWarehouse(WarehouseModel value)
Generated method - Initial setter ofConsignment.warehouseattribute defined at extensionbasecommerce. Can only be used at creation of model - before first save.- Parameters:
value- the warehouse
-
-