|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
@Entity public class FulfillmentLocationImpl
| Field Summary | |
|---|---|
protected org.broadleafcommerce.profile.core.domain.Address |
address
|
protected Boolean |
defaultLocation
|
protected Long |
id
|
protected List<Inventory> |
inventoryList
|
protected String |
name
|
protected Boolean |
pickupLocation
|
protected Boolean |
shippingLocation
|
| Constructor Summary | |
|---|---|
FulfillmentLocationImpl()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected String name
protected org.broadleafcommerce.profile.core.domain.Address address
protected Boolean pickupLocation
protected Boolean shippingLocation
protected Boolean defaultLocation
protected List<Inventory> inventoryList
| Constructor Detail |
|---|
public FulfillmentLocationImpl()
| Method Detail |
|---|
public Long getId()
getId in interface FulfillmentLocationpublic void setId(Long id)
setId in interface FulfillmentLocationid - the id of the fulfillment locationpublic org.broadleafcommerce.profile.core.domain.Address getAddress()
FulfillmentLocation
getAddress in interface FulfillmentLocationpublic void setAddress(org.broadleafcommerce.profile.core.domain.Address address)
FulfillmentLocation
setAddress in interface FulfillmentLocationpublic Boolean getPickupLocation()
getPickupLocation in interface FulfillmentLocationpublic void setPickupLocation(Boolean pickupLocation)
FulfillmentLocation
setPickupLocation in interface FulfillmentLocationpublic Boolean getShippingLocation()
getShippingLocation in interface FulfillmentLocationpublic void setShippingLocation(Boolean shippingLocation)
FulfillmentLocation
setShippingLocation in interface FulfillmentLocationpublic Boolean getDefaultLocation()
FulfillmentLocation
getDefaultLocation in interface FulfillmentLocationpublic void setDefaultLocation(Boolean defaultLocation)
FulfillmentLocation
setDefaultLocation in interface FulfillmentLocationpublic String getName()
FulfillmentLocation
getName in interface FulfillmentLocationpublic void setName(String name)
FulfillmentLocation
setName in interface FulfillmentLocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||