public class VMSVehicleCampaign extends VdmEntity<VMSVehicleCampaign>
Original entity name from the Odata EDM: A_VMSVehicleCampaignType
Modifier and Type | Class and Description |
---|---|
static class |
VMSVehicleCampaign.VMSVehicleCampaignBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<VMSVehicleCampaign> |
ALL_FIELDS
Selector for all available fields of VMSVehicleCampaign.
|
static SimpleProperty.String<VMSVehicleCampaign> |
VMS_VEHICLE_SALES_CAMPAIGN |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
VMSVehicleCampaign() |
VMSVehicleCampaign(String vMSVehicleSalesCampaign) |
Modifier and Type | Method and Description |
---|---|
static VMSVehicleCampaign.VMSVehicleCampaignBuilder |
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 |
getOdataType() |
Class<VMSVehicleCampaign> |
getType() |
String |
getVMSVehicleSalesCampaign()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
int |
hashCode() |
void |
setVMSVehicleSalesCampaign(String vMSVehicleSalesCampaign)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
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<VMSVehicleCampaign> ALL_FIELDS
public static final SimpleProperty.String<VMSVehicleCampaign> VMS_VEHICLE_SALES_CAMPAIGN
@Nonnull public Class<VMSVehicleCampaign> getType()
getType
in class VdmObject<VMSVehicleCampaign>
public void setVMSVehicleSalesCampaign(@Nullable String vMSVehicleSalesCampaign)
Original property name from the Odata EDM: VMSVehicleSalesCampaign
vMSVehicleSalesCampaign
- Sales Campaignprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<VMSVehicleCampaign>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<VMSVehicleCampaign>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<VMSVehicleCampaign>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<VMSVehicleCampaign>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<VMSVehicleCampaign>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static VMSVehicleCampaign.VMSVehicleCampaignBuilder builder()
@Nullable public String getVMSVehicleSalesCampaign()
Original property name from the Odata EDM: VMSVehicleSalesCampaign
@Nonnull public String toString()
toString
in class VdmObject<VMSVehicleCampaign>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<VMSVehicleCampaign>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<VMSVehicleCampaign>
public int hashCode()
hashCode
in class VdmEntity<VMSVehicleCampaign>
public String getOdataType()
getOdataType
in class VdmObject<VMSVehicleCampaign>
Copyright © 2021 SAP SE. All rights reserved.