public class VMSVehicleSearchAreaText extends VdmEntity<VMSVehicleSearchAreaText>
Original entity name from the Odata EDM: A_VMSVehicleSearchAreaTextType
Modifier and Type | Class and Description |
---|---|
static class |
VMSVehicleSearchAreaText.VMSVehicleSearchAreaTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<VMSVehicleSearchAreaText> |
ALL_FIELDS
Selector for all available fields of VMSVehicleSearchAreaText.
|
static SimpleProperty.String<VMSVehicleSearchAreaText> |
LANGUAGE |
static SimpleProperty.String<VMSVehicleSearchAreaText> |
VMS_VEHICLE_SEARCH_AREA |
static SimpleProperty.String<VMSVehicleSearchAreaText> |
VMS_VEHICLE_SEARCH_AREA_TEXT |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
VMSVehicleSearchAreaText() |
VMSVehicleSearchAreaText(String language,
String vMSVehicleSearchArea,
String vMSVehicleSearchAreaText) |
Modifier and Type | Method and Description |
---|---|
static VMSVehicleSearchAreaText.VMSVehicleSearchAreaTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
protected ODataEntityKey |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getOdataType() |
Class<VMSVehicleSearchAreaText> |
getType() |
String |
getVMSVehicleSearchArea()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getVMSVehicleSearchAreaText()
Constraints: Not nullable, Maximum length: 30
|
int |
hashCode() |
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setVMSVehicleSearchArea(String vMSVehicleSearchArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setVMSVehicleSearchAreaText(String vMSVehicleSearchAreaText)
Constraints: Not nullable, Maximum length: 30
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SimpleProperty<VMSVehicleSearchAreaText> ALL_FIELDS
public static final SimpleProperty.String<VMSVehicleSearchAreaText> LANGUAGE
public static final SimpleProperty.String<VMSVehicleSearchAreaText> VMS_VEHICLE_SEARCH_AREA
public static final SimpleProperty.String<VMSVehicleSearchAreaText> VMS_VEHICLE_SEARCH_AREA_TEXT
@Nonnull public Class<VMSVehicleSearchAreaText> getType()
getType
in class VdmObject<VMSVehicleSearchAreaText>
public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setVMSVehicleSearchArea(@Nullable String vMSVehicleSearchArea)
Original property name from the Odata EDM: VMSVehicleSearchArea
vMSVehicleSearchArea
- Vehicle Search Areapublic void setVMSVehicleSearchAreaText(@Nullable String vMSVehicleSearchAreaText)
Original property name from the Odata EDM: VMSVehicleSearchAreaText
vMSVehicleSearchAreaText
- Vehicle Search Area Descriptionprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<VMSVehicleSearchAreaText>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<VMSVehicleSearchAreaText>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<VMSVehicleSearchAreaText>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<VMSVehicleSearchAreaText>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<VMSVehicleSearchAreaText>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static VMSVehicleSearchAreaText.VMSVehicleSearchAreaTextBuilder builder()
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getVMSVehicleSearchArea()
Original property name from the Odata EDM: VMSVehicleSearchArea
@Nullable public String getVMSVehicleSearchAreaText()
Original property name from the Odata EDM: VMSVehicleSearchAreaText
@Nonnull public String toString()
toString
in class VdmObject<VMSVehicleSearchAreaText>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<VMSVehicleSearchAreaText>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<VMSVehicleSearchAreaText>
public int hashCode()
hashCode
in class VdmEntity<VMSVehicleSearchAreaText>
public String getOdataType()
getOdataType
in class VdmObject<VMSVehicleSearchAreaText>
Copyright © 2021 SAP SE. All rights reserved.