public class VMSVehiclePurchaseOrder extends VdmEntity<VMSVehiclePurchaseOrder>
Original entity name from the Odata EDM: A_VMSVehiclePurchaseOrderType
Modifier and Type | Class and Description |
---|---|
static class |
VMSVehiclePurchaseOrder.VMSVehiclePurchaseOrderBuilder |
Modifier and Type | Field and Description |
---|---|
static VMSVehiclePurchaseOrderSelectable |
ALL_FIELDS
Selector for all available fields of VMSVehiclePurchaseOrder.
|
static VMSVehiclePurchaseOrderField<String> |
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
COMPANY_CODE_NAME
Use with available fluent helpers to apply the CompanyCodeName field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
CONFIGURATION_NUMBER
Use with available fluent helpers to apply the ConfigurationNumber field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
COST_CENTER
Use with available fluent helpers to apply the CostCenter field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
COST_CENTER_TEXT
Use with available fluent helpers to apply the CostCenter_Text field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
CREATED_BY_USER_NAME
Use with available fluent helpers to apply the CreatedByUserName field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
DOCUMENT_CURRENCY
Use with available fluent helpers to apply the DocumentCurrency field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
LOGICAL_SYSTEM
Use with available fluent helpers to apply the LogicalSystem field to query operations.
|
static VMSVehiclePurchaseOrderField<BigDecimal> |
NET_PRICE_AMOUNT
Use with available fluent helpers to apply the NetPriceAmount field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PLANT_NAME
Use with available fluent helpers to apply the PlantName field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PURCHASE_ORDER
Use with available fluent helpers to apply the PurchaseOrder field to query operations.
|
static VMSVehiclePurchaseOrderField<LocalDateTime> |
PURCHASE_ORDER_DATE
Use with available fluent helpers to apply the PurchaseOrderDate field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PURCHASE_ORDER_ITEM
Use with available fluent helpers to apply the PurchaseOrderItem field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PURCHASING_GROUP
Use with available fluent helpers to apply the PurchasingGroup field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PURCHASING_GROUP_NAME
Use with available fluent helpers to apply the PurchasingGroupName field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PURCHASING_ORGANIZATION
Use with available fluent helpers to apply the PurchasingOrganization field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PURCHASING_ORGANIZATION_NAME
Use with available fluent helpers to apply the PurchasingOrganizationName field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PURCHASING_PROCESSING_STATUS
Use with available fluent helpers to apply the PurchasingProcessingStatus field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
PURCHASING_PROCESSING_STATUS_NAME
Use with available fluent helpers to apply the PurchasingProcessingStatusName field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static VMSVehiclePurchaseOrderField<ZonedDateTime> |
VMS_VEHICLE_ACTION_DATE_TIME
Use with available fluent helpers to apply the VMSVehicleActionDateTime field to query operations.
|
static VMSVehiclePurchaseOrderField<String> |
VMS_VEHICLE_ACTION_DOC_TYPE
Use with available fluent helpers to apply the VMSVehicleActionDocType field to query operations.
|
static VMSVehiclePurchaseOrderField<Boolean> |
VMS_VEHICLE_GDS_RECEIPT_IS_COMPLETE
Use with available fluent helpers to apply the VMSVehicleGdsReceiptIsComplete field to query operations.
|
static VMSVehiclePurchaseOrderField<Boolean> |
VMS_VEHICLE_INVC_RCPT_IS_COMPLETE
Use with available fluent helpers to apply the VMSVehicleInvcRcptIsComplete field to query operations.
|
static VMSVehiclePurchaseOrderField<UUID> |
VMS_VEHICLE_UUID
Use with available fluent helpers to apply the VMSVehicleUUID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
VMSVehiclePurchaseOrder() |
VMSVehiclePurchaseOrder(UUID vMSVehicleUUID,
ZonedDateTime vMSVehicleActionDateTime,
String vMSVehicleActionDocType,
String purchaseOrder,
String purchaseOrderItem,
String configurationNumber,
Boolean vMSVehicleGdsReceiptIsComplete,
Boolean vMSVehicleInvcRcptIsComplete,
String createdByUserName,
String companyCode,
String companyCodeName,
String supplier,
String purchasingOrganization,
String purchasingOrganizationName,
String purchasingGroup,
String purchasingGroupName,
String costCenter,
String costCenter_Text,
String plant,
String plantName,
LocalDateTime purchaseOrderDate,
BigDecimal netPriceAmount,
String documentCurrency,
String purchasingProcessingStatus,
String purchasingProcessingStatusName,
String logicalSystem) |
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 VMSVehiclePurchaseOrder.VMSVehiclePurchaseOrderBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> VMSVehiclePurchaseOrderField<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) |
String |
getCompanyCode()
Constraints: Not nullable, Maximum length: 4
|
String |
getCompanyCodeName()
Constraints: Not nullable, Maximum length: 25
|
String |
getConfigurationNumber()
Constraints: Not nullable, Maximum length: 18
|
String |
getCostCenter_Text()
Constraints: Not nullable, Maximum length: 20
|
String |
getCostCenter()
Constraints: Not nullable, Maximum length: 10
|
String |
getCreatedByUserName()
Constraints: Not nullable, Maximum length: 12
|
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 |
getDocumentCurrency()
Constraints: Not nullable, Maximum length: 5
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
String |
getLogicalSystem()
Constraints: Not nullable, Maximum length: 10
|
BigDecimal |
getNetPriceAmount()
Constraints: Not nullable, Precision: 12, Scale: 3
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getPlantName()
Constraints: Not nullable, Maximum length: 30
|
String |
getPurchaseOrder()
Constraints: Not nullable, Maximum length: 10
|
LocalDateTime |
getPurchaseOrderDate()
Constraints: Not nullable, Precision: 0
|
String |
getPurchaseOrderItem()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchasingGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getPurchasingGroupName()
Constraints: Not nullable, Maximum length: 18
|
String |
getPurchasingOrganization()
Constraints: Not nullable, Maximum length: 4
|
String |
getPurchasingOrganizationName()
Constraints: Not nullable, Maximum length: 20
|
String |
getPurchasingProcessingStatus()
Constraints: Not nullable, Maximum length: 2
|
String |
getPurchasingProcessingStatusName()
Constraints: Not nullable, Maximum length: 60
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
Class<VMSVehiclePurchaseOrder> |
getType() |
ZonedDateTime |
getVMSVehicleActionDateTime()
(Key Field) Constraints: Not nullable, Precision: 7
|
String |
getVMSVehicleActionDocType()
Constraints: Not nullable, Maximum length: 4
|
Boolean |
getVMSVehicleGdsReceiptIsComplete()
Constraints: none
|
Boolean |
getVMSVehicleInvcRcptIsComplete()
Constraints: none
|
UUID |
getVMSVehicleUUID()
(Key Field) Constraints: Not nullable
|
int |
hashCode() |
void |
setCompanyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
void |
setCompanyCodeName(String companyCodeName)
Constraints: Not nullable, Maximum length: 25
|
void |
setConfigurationNumber(String configurationNumber)
Constraints: Not nullable, Maximum length: 18
|
void |
setCostCenter_Text(String costCenter_Text)
Constraints: Not nullable, Maximum length: 20
|
void |
setCostCenter(String costCenter)
Constraints: Not nullable, Maximum length: 10
|
void |
setCreatedByUserName(String createdByUserName)
Constraints: Not nullable, Maximum length: 12
|
void |
setDocumentCurrency(String documentCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setLogicalSystem(String logicalSystem)
Constraints: Not nullable, Maximum length: 10
|
void |
setNetPriceAmount(BigDecimal netPriceAmount)
Constraints: Not nullable, Precision: 12, Scale: 3
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setPlantName(String plantName)
Constraints: Not nullable, Maximum length: 30
|
void |
setPurchaseOrder(String purchaseOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseOrderDate(LocalDateTime purchaseOrderDate)
Constraints: Not nullable, Precision: 0
|
void |
setPurchaseOrderItem(String purchaseOrderItem)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurchasingGroup(String purchasingGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setPurchasingGroupName(String purchasingGroupName)
Constraints: Not nullable, Maximum length: 18
|
void |
setPurchasingOrganization(String purchasingOrganization)
Constraints: Not nullable, Maximum length: 4
|
void |
setPurchasingOrganizationName(String purchasingOrganizationName)
Constraints: Not nullable, Maximum length: 20
|
void |
setPurchasingProcessingStatus(String purchasingProcessingStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setPurchasingProcessingStatusName(String purchasingProcessingStatusName)
Constraints: Not nullable, Maximum length: 60
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
void |
setVMSVehicleActionDateTime(ZonedDateTime vMSVehicleActionDateTime)
(Key Field) Constraints: Not nullable, Precision: 7
|
void |
setVMSVehicleActionDocType(String vMSVehicleActionDocType)
Constraints: Not nullable, Maximum length: 4
|
void |
setVMSVehicleGdsReceiptIsComplete(Boolean vMSVehicleGdsReceiptIsComplete)
Constraints: none
|
void |
setVMSVehicleInvcRcptIsComplete(Boolean vMSVehicleInvcRcptIsComplete)
Constraints: none
|
void |
setVMSVehicleUUID(UUID vMSVehicleUUID)
(Key Field) Constraints: Not nullable
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final VMSVehiclePurchaseOrderSelectable ALL_FIELDS
public static final VMSVehiclePurchaseOrderField<UUID> VMS_VEHICLE_UUID
public static final VMSVehiclePurchaseOrderField<ZonedDateTime> VMS_VEHICLE_ACTION_DATE_TIME
public static final VMSVehiclePurchaseOrderField<String> VMS_VEHICLE_ACTION_DOC_TYPE
public static final VMSVehiclePurchaseOrderField<String> PURCHASE_ORDER
public static final VMSVehiclePurchaseOrderField<String> PURCHASE_ORDER_ITEM
public static final VMSVehiclePurchaseOrderField<String> CONFIGURATION_NUMBER
public static final VMSVehiclePurchaseOrderField<Boolean> VMS_VEHICLE_GDS_RECEIPT_IS_COMPLETE
public static final VMSVehiclePurchaseOrderField<Boolean> VMS_VEHICLE_INVC_RCPT_IS_COMPLETE
public static final VMSVehiclePurchaseOrderField<String> CREATED_BY_USER_NAME
public static final VMSVehiclePurchaseOrderField<String> COMPANY_CODE
public static final VMSVehiclePurchaseOrderField<String> COMPANY_CODE_NAME
public static final VMSVehiclePurchaseOrderField<String> SUPPLIER
public static final VMSVehiclePurchaseOrderField<String> PURCHASING_ORGANIZATION
public static final VMSVehiclePurchaseOrderField<String> PURCHASING_ORGANIZATION_NAME
public static final VMSVehiclePurchaseOrderField<String> PURCHASING_GROUP
public static final VMSVehiclePurchaseOrderField<String> PURCHASING_GROUP_NAME
public static final VMSVehiclePurchaseOrderField<String> COST_CENTER
public static final VMSVehiclePurchaseOrderField<String> COST_CENTER_TEXT
public static final VMSVehiclePurchaseOrderField<String> PLANT
public static final VMSVehiclePurchaseOrderField<String> PLANT_NAME
public static final VMSVehiclePurchaseOrderField<LocalDateTime> PURCHASE_ORDER_DATE
public static final VMSVehiclePurchaseOrderField<BigDecimal> NET_PRICE_AMOUNT
public static final VMSVehiclePurchaseOrderField<String> DOCUMENT_CURRENCY
public static final VMSVehiclePurchaseOrderField<String> PURCHASING_PROCESSING_STATUS
public static final VMSVehiclePurchaseOrderField<String> PURCHASING_PROCESSING_STATUS_NAME
public static final VMSVehiclePurchaseOrderField<String> LOGICAL_SYSTEM
public VMSVehiclePurchaseOrder()
public VMSVehiclePurchaseOrder(@Nullable UUID vMSVehicleUUID, @Nullable ZonedDateTime vMSVehicleActionDateTime, @Nullable String vMSVehicleActionDocType, @Nullable String purchaseOrder, @Nullable String purchaseOrderItem, @Nullable String configurationNumber, @Nullable Boolean vMSVehicleGdsReceiptIsComplete, @Nullable Boolean vMSVehicleInvcRcptIsComplete, @Nullable String createdByUserName, @Nullable String companyCode, @Nullable String companyCodeName, @Nullable String supplier, @Nullable String purchasingOrganization, @Nullable String purchasingOrganizationName, @Nullable String purchasingGroup, @Nullable String purchasingGroupName, @Nullable String costCenter, @Nullable String costCenter_Text, @Nullable String plant, @Nullable String plantName, @Nullable LocalDateTime purchaseOrderDate, @Nullable BigDecimal netPriceAmount, @Nullable String documentCurrency, @Nullable String purchasingProcessingStatus, @Nullable String purchasingProcessingStatusName, @Nullable String logicalSystem)
@Nonnull public Class<VMSVehiclePurchaseOrder> getType()
getType
in class VdmObject<VMSVehiclePurchaseOrder>
public void setVMSVehicleUUID(@Nullable UUID vMSVehicleUUID)
Original property name from the Odata EDM: VMSVehicleUUID
vMSVehicleUUID
- Vehicle GUID (Globally Unique IDentifier)public void setVMSVehicleActionDateTime(@Nullable ZonedDateTime vMSVehicleActionDateTime)
Original property name from the Odata EDM: VMSVehicleActionDateTime
vMSVehicleActionDateTime
- Long Time Stamppublic void setVMSVehicleActionDocType(@Nullable String vMSVehicleActionDocType)
Original property name from the Odata EDM: VMSVehicleActionDocType
vMSVehicleActionDocType
- Type of Document for Actionpublic void setPurchaseOrder(@Nullable String purchaseOrder)
Original property name from the Odata EDM: PurchaseOrder
purchaseOrder
- Purchasing Document Numberpublic void setPurchaseOrderItem(@Nullable String purchaseOrderItem)
Original property name from the Odata EDM: PurchaseOrderItem
purchaseOrderItem
- Item Number of Purchasing Documentpublic void setConfigurationNumber(@Nullable String configurationNumber)
Original property name from the Odata EDM: ConfigurationNumber
configurationNumber
- Configuration (internal object number)public void setVMSVehicleGdsReceiptIsComplete(@Nullable Boolean vMSVehicleGdsReceiptIsComplete)
Original property name from the Odata EDM: VMSVehicleGdsReceiptIsComplete
vMSVehicleGdsReceiptIsComplete
- Goods Receipt for Purchase Order is Completepublic void setVMSVehicleInvcRcptIsComplete(@Nullable Boolean vMSVehicleInvcRcptIsComplete)
Original property name from the Odata EDM: VMSVehicleInvcRcptIsComplete
vMSVehicleInvcRcptIsComplete
- Invoice Receipt for Purchase Order Completepublic void setCreatedByUserName(@Nullable String createdByUserName)
Original property name from the Odata EDM: CreatedByUserName
createdByUserName
- Name of Person Who Created Objectpublic void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- Company Codepublic void setCompanyCodeName(@Nullable String companyCodeName)
Original property name from the Odata EDM: CompanyCodeName
companyCodeName
- Name of Company Code or Companypublic void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Supplierpublic void setPurchasingOrganization(@Nullable String purchasingOrganization)
Original property name from the Odata EDM: PurchasingOrganization
purchasingOrganization
- Purchasing organizationpublic void setPurchasingOrganizationName(@Nullable String purchasingOrganizationName)
Original property name from the Odata EDM: PurchasingOrganizationName
purchasingOrganizationName
- Purchasing Organization Namepublic void setPurchasingGroup(@Nullable String purchasingGroup)
Original property name from the Odata EDM: PurchasingGroup
purchasingGroup
- Purchasing Grouppublic void setPurchasingGroupName(@Nullable String purchasingGroupName)
Original property name from the Odata EDM: PurchasingGroupName
purchasingGroupName
- Purchasing Group Namepublic void setCostCenter(@Nullable String costCenter)
Original property name from the Odata EDM: CostCenter
costCenter
- Cost Centerpublic void setCostCenter_Text(@Nullable String costCenter_Text)
Original property name from the Odata EDM: CostCenter_Text
costCenter_Text
- Cost Center Namepublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setPlantName(@Nullable String plantName)
Original property name from the Odata EDM: PlantName
plantName
- Plant Namepublic void setPurchaseOrderDate(@Nullable LocalDateTime purchaseOrderDate)
Original property name from the Odata EDM: PurchaseOrderDate
purchaseOrderDate
- Purchase Order Datepublic void setNetPriceAmount(@Nullable BigDecimal netPriceAmount)
Original property name from the Odata EDM: NetPriceAmount
netPriceAmount
- Net Price in Purchasing Document (in Document Currency)public void setDocumentCurrency(@Nullable String documentCurrency)
Original property name from the Odata EDM: DocumentCurrency
documentCurrency
- Currency Keypublic void setPurchasingProcessingStatus(@Nullable String purchasingProcessingStatus)
Original property name from the Odata EDM: PurchasingProcessingStatus
purchasingProcessingStatus
- Purchasing document processing statepublic void setPurchasingProcessingStatusName(@Nullable String purchasingProcessingStatusName)
Original property name from the Odata EDM: PurchasingProcessingStatusName
purchasingProcessingStatusName
- Purch. Processing Status Namepublic void setLogicalSystem(@Nullable String logicalSystem)
Original property name from the Odata EDM: LogicalSystem
logicalSystem
- Logical systemprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<VMSVehiclePurchaseOrder>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<VMSVehiclePurchaseOrder>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<VMSVehiclePurchaseOrder>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<VMSVehiclePurchaseOrder>
@Nonnull public static <T> VMSVehiclePurchaseOrderField<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> VMSVehiclePurchaseOrderField<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<VMSVehiclePurchaseOrder>
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<VMSVehiclePurchaseOrder>
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<VMSVehiclePurchaseOrder>
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<VMSVehiclePurchaseOrder>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static VMSVehiclePurchaseOrder.VMSVehiclePurchaseOrderBuilder builder()
@Nullable public UUID getVMSVehicleUUID()
Original property name from the Odata EDM: VMSVehicleUUID
@Nullable public ZonedDateTime getVMSVehicleActionDateTime()
Original property name from the Odata EDM: VMSVehicleActionDateTime
@Nullable public String getVMSVehicleActionDocType()
Original property name from the Odata EDM: VMSVehicleActionDocType
@Nullable public String getPurchaseOrder()
Original property name from the Odata EDM: PurchaseOrder
@Nullable public String getPurchaseOrderItem()
Original property name from the Odata EDM: PurchaseOrderItem
@Nullable public String getConfigurationNumber()
Original property name from the Odata EDM: ConfigurationNumber
@Nullable public Boolean getVMSVehicleGdsReceiptIsComplete()
Original property name from the Odata EDM: VMSVehicleGdsReceiptIsComplete
@Nullable public Boolean getVMSVehicleInvcRcptIsComplete()
Original property name from the Odata EDM: VMSVehicleInvcRcptIsComplete
@Nullable public String getCreatedByUserName()
Original property name from the Odata EDM: CreatedByUserName
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getCompanyCodeName()
Original property name from the Odata EDM: CompanyCodeName
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public String getPurchasingOrganization()
Original property name from the Odata EDM: PurchasingOrganization
@Nullable public String getPurchasingOrganizationName()
Original property name from the Odata EDM: PurchasingOrganizationName
@Nullable public String getPurchasingGroup()
Original property name from the Odata EDM: PurchasingGroup
@Nullable public String getPurchasingGroupName()
Original property name from the Odata EDM: PurchasingGroupName
@Nullable public String getCostCenter()
Original property name from the Odata EDM: CostCenter
@Nullable public String getCostCenter_Text()
Original property name from the Odata EDM: CostCenter_Text
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getPlantName()
Original property name from the Odata EDM: PlantName
@Nullable public LocalDateTime getPurchaseOrderDate()
Original property name from the Odata EDM: PurchaseOrderDate
@Nullable public BigDecimal getNetPriceAmount()
Original property name from the Odata EDM: NetPriceAmount
@Nullable public String getDocumentCurrency()
Original property name from the Odata EDM: DocumentCurrency
@Nullable public String getPurchasingProcessingStatus()
Original property name from the Odata EDM: PurchasingProcessingStatus
@Nullable public String getPurchasingProcessingStatusName()
Original property name from the Odata EDM: PurchasingProcessingStatusName
@Nullable public String getLogicalSystem()
Original property name from the Odata EDM: LogicalSystem
@Nonnull public String toString()
toString
in class VdmObject<VMSVehiclePurchaseOrder>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<VMSVehiclePurchaseOrder>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<VMSVehiclePurchaseOrder>
public int hashCode()
hashCode
in class VdmObject<VMSVehiclePurchaseOrder>
Copyright © 2021 SAP SE. All rights reserved.