Class ShipmentDetails
java.lang.Object
com.broadleafcommerce.shipping.domain.ShipmentDetails
Links a shipment to an
OrderFulfillment
.- Author:
- Cade Rea (cade-rea)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
int
hashCode()
void
setAttributes
(Map<String, String> attributes) void
setExternalId
(String externalId) void
setFulfillmentOption
(String fulfillmentOption) void
void
setOrderFulfillmentId
(String orderFulfillmentId) toString()
-
Constructor Details
-
ShipmentDetails
public ShipmentDetails()
-
-
Method Details
-
getId
-
getFulfillmentOption
-
getOrderFulfillmentId
-
getExternalId
-
getAttributes
-
setId
-
setFulfillmentOption
-
setOrderFulfillmentId
-
setExternalId
-
setAttributes
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-