@Entity public class Area extends AbstractArea
| Modifier and Type | Class and Description |
|---|---|
static class |
Area.Key |
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_AREACODE |
active, code, currency, hierarchy, language, name, typeROOT| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Area Code
|
String |
getCriteriaJSON()
Project dependent JSON representing Deliver
|
String |
getId() |
String |
getName()
Name of Area / Locality
|
String |
getNotes()
Additional notes for Human consumption
|
String |
getParent()
Name of Parent Area / Locality
|
String |
getParentId() |
Boolean |
getPaymentCod()
Is COD payment option supported for this Area Code
|
Boolean |
getPaymentOnline()
Is ONLINE payment option supported for this Area Code
|
Boolean |
getShipping()
Do shipments happen to this area
|
String |
getShippingTariff()
Any additional Shipping tariff detail.
|
String |
getType()
Area Type PIN, Or some other type.
|
int |
hashCode() |
boolean |
isActive()
Way to switch on or off area without having to update other data to turn it off
|
void |
setActive(boolean active)
Way to switch on or off area without having to update other data to turn it off
|
void |
setCode(String code)
Area Code
|
void |
setCriteriaJSON(String criteriaJSON)
Project dependent JSON representing Deliver
|
void |
setId(String id) |
void |
setName(String name)
Name of Area / Locality
|
void |
setNotes(String notes)
Additional notes for Human consumption
|
void |
setParent(String parent)
Name of Parent Area / Locality
|
void |
setParentId(String parentId) |
void |
setPaymentCod(Boolean paymentCod)
Is COD payment option supported for this Area Code
|
void |
setPaymentOnline(Boolean paymentOnline)
Is ONLINE payment option supported for this Area Code
|
void |
setShipping(Boolean shipping)
Do shipments happen to this area
|
void |
setShippingTariff(String shippingTariff)
Any additional Shipping tariff detail.
|
void |
setType(String type)
Area Type PIN, Or some other type.
|
String |
toString() |
getCurrency, getDisplayName, getHierarchy, getLanguage, setCurrency, setHierarchy, setLanguagepublic static final String TYPE_AREACODE
public String getCode()
getCode in interface AreaTypegetCode in class AbstractAreapublic void setCode(String code)
setCode in class AbstractAreapublic String getType()
getType in interface AreaTypegetType in class AbstractAreapublic void setType(String type)
setType in class AbstractAreapublic Boolean getPaymentCod()
public void setPaymentCod(Boolean paymentCod)
public Boolean getPaymentOnline()
public void setPaymentOnline(Boolean paymentOnline)
public Boolean getShipping()
public void setShipping(Boolean shipping)
public String getShippingTariff()
public void setShippingTariff(String shippingTariff)
public boolean isActive()
isActive in class AbstractAreapublic void setActive(boolean active)
setActive in class AbstractAreapublic String getCriteriaJSON()
DeliveryCriteriapublic void setCriteriaJSON(String criteriaJSON)
DeliveryCriteriapublic String getNotes()
public void setNotes(String notes)
public String getName()
getName in interface IHierarchialReference<String>getName in interface AreaTypegetName in class AbstractAreapublic void setName(String name)
setName in interface IHierarchialReference<String>setName in class AbstractAreapublic String getParent()
public void setParent(String parent)
public String getId()
public void setId(String id)
public String getParentId()
public void setParentId(String parentId)
Copyright © 2018. All rights reserved.