public class ZoneModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CITY
Generated constant - Attribute key of
Zone.city attribute defined at extension chinaacceleratorservices. |
static String |
CODE
Generated constant - Attribute key of
Zone.code attribute defined at extension deliveryzone. |
static String |
COUNTRIES
Generated constant - Attribute key of
Zone.countries attribute defined at extension deliveryzone. |
static String |
DISTRICT
Generated constant - Attribute key of
Zone.district attribute defined at extension chinaacceleratorservices. |
static String |
REGION
Generated constant - Attribute key of
Zone.region attribute defined at extension chinaacceleratorservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ZoneModel()
Generated constructor - Default constructor for generic creation.
|
ZoneModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ZoneModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ZoneModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CityModel |
getCity()
Generated method - Getter of the
Zone.city attribute defined at extension chinaacceleratorservices. |
String |
getCode()
Generated method - Getter of the
Zone.code attribute defined at extension deliveryzone. |
Set<CountryModel> |
getCountries()
Generated method - Getter of the
Zone.countries attribute defined at extension deliveryzone. |
DistrictModel |
getDistrict()
Generated method - Getter of the
Zone.district attribute defined at extension chinaacceleratorservices. |
RegionModel |
getRegion()
Generated method - Getter of the
Zone.region attribute defined at extension chinaacceleratorservices. |
void |
setCity(CityModel value)
Generated method - Setter of
Zone.city attribute defined at extension chinaacceleratorservices. |
void |
setCode(String value)
Generated method - Setter of
Zone.code attribute defined at extension deliveryzone. |
void |
setCountries(Set<CountryModel> value)
Generated method - Setter of
Zone.countries attribute defined at extension deliveryzone. |
void |
setDistrict(DistrictModel value)
Generated method - Setter of
Zone.district attribute defined at extension chinaacceleratorservices. |
void |
setRegion(RegionModel value)
Generated method - Setter of
Zone.region attribute defined at extension chinaacceleratorservices. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CODE
Zone.code attribute defined at extension deliveryzone.public static final String COUNTRIES
Zone.countries attribute defined at extension deliveryzone.public static final String REGION
Zone.region attribute defined at extension chinaacceleratorservices.public static final String CITY
Zone.city attribute defined at extension chinaacceleratorservices.public static final String DISTRICT
Zone.district attribute defined at extension chinaacceleratorservices.public ZoneModel()
public ZoneModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ZoneModel(String _code)
_code - initial attribute declared by type Zone at extension deliveryzone@Deprecated public ZoneModel(String _code, ItemModel _owner)
_code - initial attribute declared by type Zone at extension deliveryzone_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="city", type=GETTER) public CityModel getCity()
Zone.city attribute defined at extension chinaacceleratorservices.@Accessor(qualifier="code", type=GETTER) public String getCode()
Zone.code attribute defined at extension deliveryzone.@Accessor(qualifier="countries", type=GETTER) public Set<CountryModel> getCountries()
Zone.countries attribute defined at extension deliveryzone.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="district", type=GETTER) public DistrictModel getDistrict()
Zone.district attribute defined at extension chinaacceleratorservices.@Accessor(qualifier="region", type=GETTER) public RegionModel getRegion()
Zone.region attribute defined at extension chinaacceleratorservices.@Accessor(qualifier="city", type=SETTER) public void setCity(CityModel value)
Zone.city attribute defined at extension chinaacceleratorservices.value - the city@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
Zone.code attribute defined at extension deliveryzone.value - the code@Accessor(qualifier="countries", type=SETTER) public void setCountries(Set<CountryModel> value)
Zone.countries attribute defined at extension deliveryzone.value - the countries@Accessor(qualifier="district", type=SETTER) public void setDistrict(DistrictModel value)
Zone.district attribute defined at extension chinaacceleratorservices.value - the district@Accessor(qualifier="region", type=SETTER) public void setRegion(RegionModel value)
Zone.region attribute defined at extension chinaacceleratorservices.value - the regionCopyright © 2000-2016 SAP SE. All Rights Reserved.