Class FulfillmentDestination
java.lang.Object
com.broadleafcommerce.fulfillment.domain.FulfillmentDestination
Geographic data for fulfillment destination, for use with fulfillment pricing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Specific geographic locations that are excluded and not supported by calculators using this FulfillmentDestination.getId()
The id of this FulfillmentDestination instance.Specific geographic locations that are valid for calculators using this FulfillmentDestinationgetName()
A name for this instance.int
hashCode()
void
setExcludedDestinations
(List<FulfillmentDestinationDetail> excludedDestinations) Specific geographic locations that are excluded and not supported by calculators using this FulfillmentDestination.void
The id of this FulfillmentDestination instance.void
setIncludedDestinations
(List<FulfillmentDestinationDetail> includedDestinations) Specific geographic locations that are valid for calculators using this FulfillmentDestinationvoid
A name for this instance.toString()
-
Constructor Details
-
FulfillmentDestination
public FulfillmentDestination()
-
-
Method Details
-
getId
The id of this FulfillmentDestination instance. -
getName
A name for this instance. -
getIncludedDestinations
Specific geographic locations that are valid for calculators using this FulfillmentDestination -
getExcludedDestinations
Specific geographic locations that are excluded and not supported by calculators using this FulfillmentDestination. -
setId
The id of this FulfillmentDestination instance. -
setName
A name for this instance. -
setIncludedDestinations
Specific geographic locations that are valid for calculators using this FulfillmentDestination -
setExcludedDestinations
Specific geographic locations that are excluded and not supported by calculators using this FulfillmentDestination. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-