public class BR_NFVehicle extends VdmEntity<BR_NFVehicle>
Original entity name from the Odata EDM: A_BR_NFVehicleType
Modifier and Type | Class and Description |
---|---|
static class |
BR_NFVehicle.BR_NFVehicleBuilder
Helper class to allow for fluent creation of BR_NFVehicle instances.
|
Modifier and Type | Field and Description |
---|---|
static BR_NFVehicleSelectable |
ALL_FIELDS
Selector for all available fields of BR_NFVehicle.
|
static BR_NFVehicleField<String> |
BR_NOTA_FISCAL
Use with available fluent helpers to apply the BR_NotaFiscal field to query operations.
|
static BR_NFVehicleField<String> |
BR_NOTA_FISCAL_ITEM
Use with available fluent helpers to apply the BR_NotaFiscalItem field to query operations.
|
static BR_NFVehicleField<String> |
BRN_FE_VEHICLE_DENATRAN_COLOR
Use with available fluent helpers to apply the BR_NFeVehicleDENATRANColor field to query operations.
|
static BR_NFVehicleField<String> |
BRNF_ITEM_VIN_CONDITION
Use with available fluent helpers to apply the BR_NFItemVINCondition field to query operations.
|
static BR_NFVehicleField<String> |
DISTANCE_BETWEEN_AXLES_QTY_VALUE
Use with available fluent helpers to apply the DistanceBetweenAxlesQtyValue field to query operations.
|
static BR_NFVehicleOneToOneLink<BR_NFDocument> |
TO_BRNF_DOC
Use with available fluent helpers to apply the to_BR_NFDoc navigation property to query operations.
|
static BR_NFVehicleOneToOneLink<BR_NFItem> |
TO_BRNF_ITEM
Use with available fluent helpers to apply the to_BR_NFItem navigation property to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_CAR_MAKER_COLOR
Use with available fluent helpers to apply the VehicleCarMakerColor field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_CHASSIS
Use with available fluent helpers to apply the VehicleChassis field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_COLOR_DESC
Use with available fluent helpers to apply the VehicleColorDesc field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_CONDITION
Use with available fluent helpers to apply the VehicleCondition field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_CYLINDER_CAPACITY_VALUE
Use with available fluent helpers to apply the VehicleCylinderCapacityValue field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_ENGINE_NUMBER
Use with available fluent helpers to apply the VehicleEngineNumber field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_ENGINE_POWER
Use with available fluent helpers to apply the VehicleEnginePower field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_FUEL_TYPE
Use with available fluent helpers to apply the VehicleFuelType field to query operations.
|
static BR_NFVehicleField<BigDecimal> |
VEHICLE_GROSS_WEIGHT
Use with available fluent helpers to apply the VehicleGrossWeight field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_GROSS_WEIGHT_UNIT
Use with available fluent helpers to apply the VehicleGrossWeightUnit field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_MAX_TRACTION_CAPACITY
Use with available fluent helpers to apply the VehicleMaxTractionCapacity field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_MAXIMUM_CAPACITY_VALUE
Use with available fluent helpers to apply the VehicleMaximumCapacityValue field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_MODEL
Use with available fluent helpers to apply the VehicleModel field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_MODEL_YEAR
Use with available fluent helpers to apply the VehicleModelYear field to query operations.
|
static BR_NFVehicleField<BigDecimal> |
VEHICLE_NET_WEIGHT
Use with available fluent helpers to apply the VehicleNetWeight field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_NET_WEIGHT_UNIT
Use with available fluent helpers to apply the VehicleNetWeightUnit field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_OPERATION_TYPE
Use with available fluent helpers to apply the VehicleOperationType field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_PAINTING_TYPE
Use with available fluent helpers to apply the VehiclePaintingType field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_RESTRICTION
Use with available fluent helpers to apply the VehicleRestriction field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_SERIAL_NUMBER
Use with available fluent helpers to apply the VehicleSerialNumber field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_TYPE
Use with available fluent helpers to apply the VehicleType field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_USAGE
Use with available fluent helpers to apply the VehicleUsage field to query operations.
|
static BR_NFVehicleField<String> |
VEHICLE_YEAR_OF_MANUFACTURE
Use with available fluent helpers to apply the VehicleYearOfManufacture field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
BR_NFVehicle() |
BR_NFVehicle(String bR_NotaFiscal,
String bR_NotaFiscalItem,
String vehicleModel,
String vehicleModelYear,
String vehicleYearOfManufacture,
String vehicleType,
String vehicleFuelType,
String vehicleEnginePower,
String vehicleCylinderCapacityValue,
String vehicleEngineNumber,
String vehicleCarMakerColor,
String vehiclePaintingType,
String bR_NFeVehicleDENATRANColor,
String vehicleColorDesc,
String vehicleChassis,
String vehicleSerialNumber,
String vehicleNetWeightUnit,
BigDecimal vehicleNetWeight,
String vehicleGrossWeightUnit,
BigDecimal vehicleGrossWeight,
String vehicleMaximumCapacityValue,
String vehicleMaxTractionCapacity,
String distanceBetweenAxlesQtyValue,
String vehicleUsage,
String bR_NFItemVINCondition,
String vehicleCondition,
String vehicleRestriction,
String vehicleOperationType,
BR_NFItem toBR_NFItem,
BR_NFDocument toBR_NFDoc) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static BR_NFVehicle.BR_NFVehicleBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
BR_NFDocument |
fetchBR_NFDoc()
Fetches the BR_NFDocument entity (one to one) associated with this entity.
|
BR_NFItem |
fetchBR_NFItem()
Fetches the BR_NFItem entity (one to one) associated with this entity.
|
static <T> BR_NFVehicleField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
io.vavr.control.Option<BR_NFDocument> |
getBR_NFDocIfPresent()
Retrieval of associated BR_NFDocument entity (one to one).
|
BR_NFDocument |
getBR_NFDocOrFetch()
Retrieval of associated BR_NFDocument entity (one to one).
|
String |
getBR_NFeVehicleDENATRANColor()
Constraints: Not nullable, Maximum length: 2
|
io.vavr.control.Option<BR_NFItem> |
getBR_NFItemIfPresent()
Retrieval of associated BR_NFItem entity (one to one).
|
BR_NFItem |
getBR_NFItemOrFetch()
Retrieval of associated BR_NFItem entity (one to one).
|
String |
getBR_NFItemVINCondition()
Constraints: Not nullable, Maximum length: 1
|
String |
getBR_NotaFiscal()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getBR_NotaFiscalItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getDistanceBetweenAxlesQtyValue()
Constraints: Not nullable, Maximum length: 4
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
Class<BR_NFVehicle> |
getType() |
String |
getVehicleCarMakerColor()
Constraints: Not nullable, Maximum length: 4
|
String |
getVehicleChassis()
Constraints: Not nullable, Maximum length: 17
|
String |
getVehicleColorDesc()
Constraints: Not nullable, Maximum length: 40
|
String |
getVehicleCondition()
Constraints: Not nullable, Maximum length: 1
|
String |
getVehicleCylinderCapacityValue()
Constraints: Not nullable, Maximum length: 4
|
String |
getVehicleEngineNumber()
Constraints: Not nullable, Maximum length: 21
|
String |
getVehicleEnginePower()
Constraints: Not nullable, Maximum length: 4
|
String |
getVehicleFuelType()
Constraints: Not nullable, Maximum length: 2
|
BigDecimal |
getVehicleGrossWeight()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getVehicleGrossWeightUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getVehicleMaximumCapacityValue()
Constraints: Not nullable, Maximum length: 3
|
String |
getVehicleMaxTractionCapacity()
Constraints: Not nullable, Maximum length: 9
|
String |
getVehicleModel()
Constraints: Not nullable, Maximum length: 6
|
String |
getVehicleModelYear()
Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getVehicleNetWeight()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getVehicleNetWeightUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getVehicleOperationType()
Constraints: Not nullable, Maximum length: 1
|
String |
getVehiclePaintingType()
Constraints: Not nullable, Maximum length: 1
|
String |
getVehicleRestriction()
Constraints: Not nullable, Maximum length: 1
|
String |
getVehicleSerialNumber()
Constraints: Not nullable, Maximum length: 9
|
String |
getVehicleType()
Constraints: Not nullable, Maximum length: 2
|
String |
getVehicleUsage()
Constraints: Not nullable, Maximum length: 1
|
String |
getVehicleYearOfManufacture()
Constraints: Not nullable, Maximum length: 4
|
int |
hashCode() |
void |
setBR_NFDoc(BR_NFDocument value)
Overwrites the associated BR_NFDocument entity for the loaded navigation property to_BR_NFDoc.
|
void |
setBR_NFeVehicleDENATRANColor(String bR_NFeVehicleDENATRANColor)
Constraints: Not nullable, Maximum length: 2
|
void |
setBR_NFItem(BR_NFItem value)
Overwrites the associated BR_NFItem entity for the loaded navigation property to_BR_NFItem.
|
void |
setBR_NFItemVINCondition(String bR_NFItemVINCondition)
Constraints: Not nullable, Maximum length: 1
|
void |
setBR_NotaFiscal(String bR_NotaFiscal)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setBR_NotaFiscalItem(String bR_NotaFiscalItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setDistanceBetweenAxlesQtyValue(String distanceBetweenAxlesQtyValue)
Constraints: Not nullable, Maximum length: 4
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setVehicleCarMakerColor(String vehicleCarMakerColor)
Constraints: Not nullable, Maximum length: 4
|
void |
setVehicleChassis(String vehicleChassis)
Constraints: Not nullable, Maximum length: 17
|
void |
setVehicleColorDesc(String vehicleColorDesc)
Constraints: Not nullable, Maximum length: 40
|
void |
setVehicleCondition(String vehicleCondition)
Constraints: Not nullable, Maximum length: 1
|
void |
setVehicleCylinderCapacityValue(String vehicleCylinderCapacityValue)
Constraints: Not nullable, Maximum length: 4
|
void |
setVehicleEngineNumber(String vehicleEngineNumber)
Constraints: Not nullable, Maximum length: 21
|
void |
setVehicleEnginePower(String vehicleEnginePower)
Constraints: Not nullable, Maximum length: 4
|
void |
setVehicleFuelType(String vehicleFuelType)
Constraints: Not nullable, Maximum length: 2
|
void |
setVehicleGrossWeight(BigDecimal vehicleGrossWeight)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setVehicleGrossWeightUnit(String vehicleGrossWeightUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setVehicleMaximumCapacityValue(String vehicleMaximumCapacityValue)
Constraints: Not nullable, Maximum length: 3
|
void |
setVehicleMaxTractionCapacity(String vehicleMaxTractionCapacity)
Constraints: Not nullable, Maximum length: 9
|
void |
setVehicleModel(String vehicleModel)
Constraints: Not nullable, Maximum length: 6
|
void |
setVehicleModelYear(String vehicleModelYear)
Constraints: Not nullable, Maximum length: 4
|
void |
setVehicleNetWeight(BigDecimal vehicleNetWeight)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setVehicleNetWeightUnit(String vehicleNetWeightUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setVehicleOperationType(String vehicleOperationType)
Constraints: Not nullable, Maximum length: 1
|
void |
setVehiclePaintingType(String vehiclePaintingType)
Constraints: Not nullable, Maximum length: 1
|
void |
setVehicleRestriction(String vehicleRestriction)
Constraints: Not nullable, Maximum length: 1
|
void |
setVehicleSerialNumber(String vehicleSerialNumber)
Constraints: Not nullable, Maximum length: 9
|
void |
setVehicleType(String vehicleType)
Constraints: Not nullable, Maximum length: 2
|
void |
setVehicleUsage(String vehicleUsage)
Constraints: Not nullable, Maximum length: 1
|
void |
setVehicleYearOfManufacture(String vehicleYearOfManufacture)
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final BR_NFVehicleSelectable ALL_FIELDS
public static final BR_NFVehicleField<String> BR_NOTA_FISCAL
public static final BR_NFVehicleField<String> BR_NOTA_FISCAL_ITEM
public static final BR_NFVehicleField<String> VEHICLE_MODEL
public static final BR_NFVehicleField<String> VEHICLE_MODEL_YEAR
public static final BR_NFVehicleField<String> VEHICLE_YEAR_OF_MANUFACTURE
public static final BR_NFVehicleField<String> VEHICLE_TYPE
public static final BR_NFVehicleField<String> VEHICLE_FUEL_TYPE
public static final BR_NFVehicleField<String> VEHICLE_ENGINE_POWER
public static final BR_NFVehicleField<String> VEHICLE_CYLINDER_CAPACITY_VALUE
public static final BR_NFVehicleField<String> VEHICLE_ENGINE_NUMBER
public static final BR_NFVehicleField<String> VEHICLE_CAR_MAKER_COLOR
public static final BR_NFVehicleField<String> VEHICLE_PAINTING_TYPE
public static final BR_NFVehicleField<String> BRN_FE_VEHICLE_DENATRAN_COLOR
public static final BR_NFVehicleField<String> VEHICLE_COLOR_DESC
public static final BR_NFVehicleField<String> VEHICLE_CHASSIS
public static final BR_NFVehicleField<String> VEHICLE_SERIAL_NUMBER
public static final BR_NFVehicleField<String> VEHICLE_NET_WEIGHT_UNIT
public static final BR_NFVehicleField<BigDecimal> VEHICLE_NET_WEIGHT
public static final BR_NFVehicleField<String> VEHICLE_GROSS_WEIGHT_UNIT
public static final BR_NFVehicleField<BigDecimal> VEHICLE_GROSS_WEIGHT
public static final BR_NFVehicleField<String> VEHICLE_MAXIMUM_CAPACITY_VALUE
public static final BR_NFVehicleField<String> VEHICLE_MAX_TRACTION_CAPACITY
public static final BR_NFVehicleField<String> DISTANCE_BETWEEN_AXLES_QTY_VALUE
public static final BR_NFVehicleField<String> VEHICLE_USAGE
public static final BR_NFVehicleField<String> BRNF_ITEM_VIN_CONDITION
public static final BR_NFVehicleField<String> VEHICLE_CONDITION
public static final BR_NFVehicleField<String> VEHICLE_RESTRICTION
public static final BR_NFVehicleField<String> VEHICLE_OPERATION_TYPE
public static final BR_NFVehicleOneToOneLink<BR_NFItem> TO_BRNF_ITEM
public static final BR_NFVehicleOneToOneLink<BR_NFDocument> TO_BRNF_DOC
public BR_NFVehicle()
public BR_NFVehicle(@Nullable String bR_NotaFiscal, @Nullable String bR_NotaFiscalItem, @Nullable String vehicleModel, @Nullable String vehicleModelYear, @Nullable String vehicleYearOfManufacture, @Nullable String vehicleType, @Nullable String vehicleFuelType, @Nullable String vehicleEnginePower, @Nullable String vehicleCylinderCapacityValue, @Nullable String vehicleEngineNumber, @Nullable String vehicleCarMakerColor, @Nullable String vehiclePaintingType, @Nullable String bR_NFeVehicleDENATRANColor, @Nullable String vehicleColorDesc, @Nullable String vehicleChassis, @Nullable String vehicleSerialNumber, @Nullable String vehicleNetWeightUnit, @Nullable BigDecimal vehicleNetWeight, @Nullable String vehicleGrossWeightUnit, @Nullable BigDecimal vehicleGrossWeight, @Nullable String vehicleMaximumCapacityValue, @Nullable String vehicleMaxTractionCapacity, @Nullable String distanceBetweenAxlesQtyValue, @Nullable String vehicleUsage, @Nullable String bR_NFItemVINCondition, @Nullable String vehicleCondition, @Nullable String vehicleRestriction, @Nullable String vehicleOperationType, @Nullable BR_NFItem toBR_NFItem, @Nullable BR_NFDocument toBR_NFDoc)
@Nonnull public Class<BR_NFVehicle> getType()
getType
in class VdmObject<BR_NFVehicle>
public void setBR_NotaFiscal(@Nullable String bR_NotaFiscal)
Original property name from the Odata EDM: BR_NotaFiscal
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.public void setBR_NotaFiscalItem(@Nullable String bR_NotaFiscalItem)
Original property name from the Odata EDM: BR_NotaFiscalItem
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.public void setVehicleModel(@Nullable String vehicleModel)
Original property name from the Odata EDM: VehicleModel
vehicleModel
- Brand Model Codepublic void setVehicleModelYear(@Nullable String vehicleModelYear)
Original property name from the Odata EDM: VehicleModelYear
vehicleModelYear
- Vehicle Model Yearpublic void setVehicleYearOfManufacture(@Nullable String vehicleYearOfManufacture)
Original property name from the Odata EDM: VehicleYearOfManufacture
vehicleYearOfManufacture
- Manufacturing Yearpublic void setVehicleType(@Nullable String vehicleType)
Original property name from the Odata EDM: VehicleType
vehicleType
- Vehicle Typepublic void setVehicleFuelType(@Nullable String vehicleFuelType)
Original property name from the Odata EDM: VehicleFuelType
vehicleFuelType
- Vehicle Fuel Typepublic void setVehicleEnginePower(@Nullable String vehicleEnginePower)
Original property name from the Odata EDM: VehicleEnginePower
vehicleEnginePower
- Engine Powerpublic void setVehicleCylinderCapacityValue(@Nullable String vehicleCylinderCapacityValue)
Original property name from the Odata EDM: VehicleCylinderCapacityValue
vehicleCylinderCapacityValue
- Cylinder Capacitypublic void setVehicleEngineNumber(@Nullable String vehicleEngineNumber)
Original property name from the Odata EDM: VehicleEngineNumber
vehicleEngineNumber
- Engine Numberpublic void setVehicleCarMakerColor(@Nullable String vehicleCarMakerColor)
Original property name from the Odata EDM: VehicleCarMakerColor
vehicleCarMakerColor
- Carmaker Color Codepublic void setVehiclePaintingType(@Nullable String vehiclePaintingType)
Original property name from the Odata EDM: VehiclePaintingType
vehiclePaintingType
- Painting Typepublic void setBR_NFeVehicleDENATRANColor(@Nullable String bR_NFeVehicleDENATRANColor)
Original property name from the Odata EDM: BR_NFeVehicleDENATRANColor
bR_NFeVehicleDENATRANColor
- Color Code (DENATRAN)public void setVehicleColorDesc(@Nullable String vehicleColorDesc)
Original property name from the Odata EDM: VehicleColorDesc
vehicleColorDesc
- Color Descriptionpublic void setVehicleChassis(@Nullable String vehicleChassis)
Original property name from the Odata EDM: VehicleChassis
vehicleChassis
- Vehicle Chassispublic void setVehicleSerialNumber(@Nullable String vehicleSerialNumber)
Original property name from the Odata EDM: VehicleSerialNumber
vehicleSerialNumber
- Serial Numberpublic void setVehicleNetWeightUnit(@Nullable String vehicleNetWeightUnit)
Original property name from the Odata EDM: VehicleNetWeightUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
vehicleNetWeightUnit
- Internal, language-independent, measurement unit format.public void setVehicleNetWeight(@Nullable BigDecimal vehicleNetWeight)
Original property name from the Odata EDM: VehicleNetWeight
vehicleNetWeight
- Net Weightpublic void setVehicleGrossWeightUnit(@Nullable String vehicleGrossWeightUnit)
Original property name from the Odata EDM: VehicleGrossWeightUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
vehicleGrossWeightUnit
- Internal, language-independent, measurement unit format.public void setVehicleGrossWeight(@Nullable BigDecimal vehicleGrossWeight)
Original property name from the Odata EDM: VehicleGrossWeight
vehicleGrossWeight
- Gross Weightpublic void setVehicleMaximumCapacityValue(@Nullable String vehicleMaximumCapacityValue)
Original property name from the Odata EDM: VehicleMaximumCapacityValue
vehicleMaximumCapacityValue
- Maximum Capacitypublic void setVehicleMaxTractionCapacity(@Nullable String vehicleMaxTractionCapacity)
Original property name from the Odata EDM: VehicleMaxTractionCapacity
vehicleMaxTractionCapacity
- Traction Capacitypublic void setDistanceBetweenAxlesQtyValue(@Nullable String distanceBetweenAxlesQtyValue)
Original property name from the Odata EDM: DistanceBetweenAxlesQtyValue
distanceBetweenAxlesQtyValue
- Distance Between Axlespublic void setVehicleUsage(@Nullable String vehicleUsage)
Original property name from the Odata EDM: VehicleUsage
vehicleUsage
- Vehicle Usagepublic void setBR_NFItemVINCondition(@Nullable String bR_NFItemVINCondition)
Original property name from the Odata EDM: BR_NFItemVINCondition
bR_NFItemVINCondition
- VIN Conditionpublic void setVehicleCondition(@Nullable String vehicleCondition)
Original property name from the Odata EDM: VehicleCondition
vehicleCondition
- Vehicle Conditionpublic void setVehicleRestriction(@Nullable String vehicleRestriction)
Original property name from the Odata EDM: VehicleRestriction
vehicleRestriction
- Vehicle Restrictionpublic void setVehicleOperationType(@Nullable String vehicleOperationType)
Original property name from the Odata EDM: VehicleOperationType
vehicleOperationType
- Vehicle Operationprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<BR_NFVehicle>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BR_NFVehicle>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BR_NFVehicle>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BR_NFVehicle>
@Nonnull public static <T> BR_NFVehicleField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> BR_NFVehicleField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<BR_NFVehicle>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<BR_NFVehicle>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<BR_NFVehicle>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<BR_NFVehicle>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<BR_NFVehicle>
@Nullable public BR_NFItem fetchBR_NFItem() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public BR_NFItem getBR_NFItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_BR_NFItem of a queried BR_NFVehicle is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<BR_NFItem> getBR_NFItemIfPresent()
If the navigation property for an entity BR_NFVehicle has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state empty
is
returned.public void setBR_NFItem(BR_NFItem value)
value
- New BR_NFItem entity.@Nullable public BR_NFDocument fetchBR_NFDoc() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public BR_NFDocument getBR_NFDocOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_BR_NFDoc of a queried BR_NFVehicle is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<BR_NFDocument> getBR_NFDocIfPresent()
If the navigation property for an entity BR_NFVehicle has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state empty
is
returned.public void setBR_NFDoc(BR_NFDocument value)
value
- New BR_NFDocument entity.public static BR_NFVehicle.BR_NFVehicleBuilder builder()
@Nullable public String getBR_NotaFiscal()
Original property name from the Odata EDM: BR_NotaFiscal
@Nullable public String getBR_NotaFiscalItem()
Original property name from the Odata EDM: BR_NotaFiscalItem
@Nullable public String getVehicleModel()
Original property name from the Odata EDM: VehicleModel
@Nullable public String getVehicleModelYear()
Original property name from the Odata EDM: VehicleModelYear
@Nullable public String getVehicleYearOfManufacture()
Original property name from the Odata EDM: VehicleYearOfManufacture
@Nullable public String getVehicleType()
Original property name from the Odata EDM: VehicleType
@Nullable public String getVehicleFuelType()
Original property name from the Odata EDM: VehicleFuelType
@Nullable public String getVehicleEnginePower()
Original property name from the Odata EDM: VehicleEnginePower
@Nullable public String getVehicleCylinderCapacityValue()
Original property name from the Odata EDM: VehicleCylinderCapacityValue
@Nullable public String getVehicleEngineNumber()
Original property name from the Odata EDM: VehicleEngineNumber
@Nullable public String getVehicleCarMakerColor()
Original property name from the Odata EDM: VehicleCarMakerColor
@Nullable public String getVehiclePaintingType()
Original property name from the Odata EDM: VehiclePaintingType
@Nullable public String getBR_NFeVehicleDENATRANColor()
Original property name from the Odata EDM: BR_NFeVehicleDENATRANColor
@Nullable public String getVehicleColorDesc()
Original property name from the Odata EDM: VehicleColorDesc
@Nullable public String getVehicleChassis()
Original property name from the Odata EDM: VehicleChassis
@Nullable public String getVehicleSerialNumber()
Original property name from the Odata EDM: VehicleSerialNumber
@Nullable public String getVehicleNetWeightUnit()
Original property name from the Odata EDM: VehicleNetWeightUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
@Nullable public BigDecimal getVehicleNetWeight()
Original property name from the Odata EDM: VehicleNetWeight
@Nullable public String getVehicleGrossWeightUnit()
Original property name from the Odata EDM: VehicleGrossWeightUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
@Nullable public BigDecimal getVehicleGrossWeight()
Original property name from the Odata EDM: VehicleGrossWeight
@Nullable public String getVehicleMaximumCapacityValue()
Original property name from the Odata EDM: VehicleMaximumCapacityValue
@Nullable public String getVehicleMaxTractionCapacity()
Original property name from the Odata EDM: VehicleMaxTractionCapacity
@Nullable public String getDistanceBetweenAxlesQtyValue()
Original property name from the Odata EDM: DistanceBetweenAxlesQtyValue
@Nullable public String getVehicleUsage()
Original property name from the Odata EDM: VehicleUsage
@Nullable public String getBR_NFItemVINCondition()
Original property name from the Odata EDM: BR_NFItemVINCondition
@Nullable public String getVehicleCondition()
Original property name from the Odata EDM: VehicleCondition
@Nullable public String getVehicleRestriction()
Original property name from the Odata EDM: VehicleRestriction
@Nullable public String getVehicleOperationType()
Original property name from the Odata EDM: VehicleOperationType
public String toString()
toString
in class VdmObject<BR_NFVehicle>
public boolean equals(Object o)
equals
in class VdmObject<BR_NFVehicle>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<BR_NFVehicle>
public int hashCode()
hashCode
in class VdmObject<BR_NFVehicle>
Copyright © 2020 SAP SE. All rights reserved.