org.broadleafcommerce.inventory.domain
Interface FulfillmentLocation

All Superinterfaces:
Serializable
All Known Implementing Classes:
FulfillmentLocationImpl

public interface FulfillmentLocation
extends Serializable


Method Summary
 org.broadleafcommerce.profile.core.domain.Address getAddress()
          Get the @link Address of the fulfillment location
 Boolean getDefaultLocation()
          Retrieves if this fulfillment location as default
 Long getId()
           
 String getName()
          For convenience you can name an inventory location.
 Boolean getPickupLocation()
           
 Boolean getShippingLocation()
           
 void setAddress(org.broadleafcommerce.profile.core.domain.Address address)
          Set the @link Address of the fulfillment location
 void setDefaultLocation(Boolean defaultLocation)
          Sets whether or not this fulfillment location is the default one
 void setId(Long id)
           
 void setName(String name)
          For convenience you can name an inventory location.
 void setPickupLocation(Boolean pickupLocation)
          Sets whether or not a customer can pick up inventory at the fulfillment location
 void setShippingLocation(Boolean shippingLocation)
          Sets whether or not this fulfillment location can ship
 

Method Detail

getId

Long getId()
Returns:
the id of the fulfillment location

setId

void setId(Long id)
Parameters:
id - the id of the fulfillment location

getName

String getName()
For convenience you can name an inventory location.

Returns:

setName

void setName(String name)
For convenience you can name an inventory location.

Parameters:
name -

getAddress

org.broadleafcommerce.profile.core.domain.Address getAddress()
Get the @link Address of the fulfillment location

Returns:
the @link Address of the fulfillment location

setAddress

void setAddress(org.broadleafcommerce.profile.core.domain.Address address)
Set the @link Address of the fulfillment location

Parameters:
address -

getPickupLocation

Boolean getPickupLocation()
Returns:
a boolean value of whether or not a customer can pick up inventory at the fulfillment location

setPickupLocation

void setPickupLocation(Boolean pickupLocation)
Sets whether or not a customer can pick up inventory at the fulfillment location

Parameters:
pickupLocation -

getShippingLocation

Boolean getShippingLocation()
Returns:
a boolean value of whether this fulfillment location can ship

setShippingLocation

void setShippingLocation(Boolean shippingLocation)
Sets whether or not this fulfillment location can ship

Parameters:
shippingLocation -

getDefaultLocation

Boolean getDefaultLocation()
Retrieves if this fulfillment location as default

Returns:

setDefaultLocation

void setDefaultLocation(Boolean defaultLocation)
Sets whether or not this fulfillment location is the default one

Parameters:
defaultLocation -


Copyright © 2013. All Rights Reserved.