|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FulfillmentLocation
| 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 |
|---|
Long getId()
void setId(Long id)
id - the id of the fulfillment locationString getName()
void setName(String name)
name - org.broadleafcommerce.profile.core.domain.Address getAddress()
void setAddress(org.broadleafcommerce.profile.core.domain.Address address)
address - Boolean getPickupLocation()
void setPickupLocation(Boolean pickupLocation)
pickupLocation - Boolean getShippingLocation()
void setShippingLocation(Boolean shippingLocation)
shippingLocation - Boolean getDefaultLocation()
void setDefaultLocation(Boolean defaultLocation)
defaultLocation -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||