public class ZoneModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
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. |
_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 |
|---|---|
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. |
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. |
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 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="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="code", type=SETTER) public void setCode(String value)
Zone.code attribute defined at extension deliveryzone.value - the codeCopyright © 2017 SAP SE. All Rights Reserved.