Class FulfillmentDestination
java.lang.Object
com.broadleafcommerce.fulfillment.domain.FulfillmentDestination
Geographic data for fulfillment destination, for use with fulfillment pricing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanSpecific 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.inthashCode()voidsetExcludedDestinations(List<FulfillmentDestinationDetail> excludedDestinations) Specific geographic locations that are excluded and not supported by calculators using this FulfillmentDestination.voidThe id of this FulfillmentDestination instance.voidsetIncludedDestinations(List<FulfillmentDestinationDetail> includedDestinations) Specific geographic locations that are valid for calculators using this FulfillmentDestinationvoidA 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
-