Class SuplrInvcSeldSrvcEntrShtLean
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SuplrInvcSeldSrvcEntrShtLean>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.SuplrInvcSeldSrvcEntrShtLean
SI Entered Service Entry Sheets (Lean)
Original entity name from the Odata EDM: A_SuplrInvcSeldSrvcEntrShtLeanType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SuplrInvcSeldSrvcEntrShtLeanSelectableSelector for all available fields of SuplrInvcSeldSrvcEntrShtLean.static final SuplrInvcSeldSrvcEntrShtLeanField<String>Use with available fluent helpers to apply the FiscalYear field to query operations.static final SuplrInvcSeldSrvcEntrShtLeanField<String>Use with available fluent helpers to apply the ServiceEntrySheet field to query operations.static final SuplrInvcSeldSrvcEntrShtLeanField<String>Use with available fluent helpers to apply the ServiceEntrySheetItem field to query operations.static final SuplrInvcSeldSrvcEntrShtLeanField<String>Use with available fluent helpers to apply the SupplierInvoice field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSuplrInvcSeldSrvcEntrShtLean(String supplierInvoice, String fiscalYear, String serviceEntrySheet, String serviceEntrySheetItem) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SuplrInvcSeldSrvcEntrShtLeanField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SuplrInvcSeldSrvcEntrShtLeanField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 4getKey()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 5(Key Field) Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetFiscalYear(String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetServiceEntrySheet(String serviceEntrySheet) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetServiceEntrySheetItem(String serviceEntrySheetItem) (Key Field) Constraints: Not nullable, Maximum length: 5protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSupplierInvoice(String supplierInvoice) (Key Field) Constraints: Not nullable, Maximum length: 10toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SuplrInvcSeldSrvcEntrShtLean. -
SUPPLIER_INVOICE
Use with available fluent helpers to apply the SupplierInvoice field to query operations. -
FISCAL_YEAR
Use with available fluent helpers to apply the FiscalYear field to query operations. -
SERVICE_ENTRY_SHEET
Use with available fluent helpers to apply the ServiceEntrySheet field to query operations. -
SERVICE_ENTRY_SHEET_ITEM
Use with available fluent helpers to apply the ServiceEntrySheetItem field to query operations.
-
-
Constructor Details
-
SuplrInvcSeldSrvcEntrShtLean
public SuplrInvcSeldSrvcEntrShtLean() -
SuplrInvcSeldSrvcEntrShtLean
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SuplrInvcSeldSrvcEntrShtLean>
-
setSupplierInvoice
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SupplierInvoice
- Parameters:
supplierInvoice- Document Number of an Accounting Document
-
setFiscalYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Parameters:
fiscalYear- Fiscal Year
-
setServiceEntrySheet
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceEntrySheet
- Parameters:
serviceEntrySheet- Service Entry Sheet
-
setServiceEntrySheetItem
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: ServiceEntrySheetItem
- Parameters:
serviceEntrySheetItem- Item Number of Service Entry Sheet
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SuplrInvcSeldSrvcEntrShtLean>
-
getKey
- Overrides:
getKeyin classVdmObject<SuplrInvcSeldSrvcEntrShtLean>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SuplrInvcSeldSrvcEntrShtLean>
-
fromMap
- Overrides:
fromMapin classVdmObject<SuplrInvcSeldSrvcEntrShtLean>
-
field
@Nonnull public static <T> SuplrInvcSeldSrvcEntrShtLeanField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> SuplrInvcSeldSrvcEntrShtLeanField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<SuplrInvcSeldSrvcEntrShtLean>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SuplrInvcSeldSrvcEntrShtLean>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SuplrInvcSeldSrvcEntrShtLean>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SuplrInvcSeldSrvcEntrShtLean>
-
builder
-
getSupplierInvoice
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SupplierInvoice
- Returns:
- Document Number of an Accounting Document
-
getFiscalYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Returns:
- Fiscal Year
-
getServiceEntrySheet
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceEntrySheet
- Returns:
- Service Entry Sheet
-
getServiceEntrySheetItem
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: ServiceEntrySheetItem
- Returns:
- Item Number of Service Entry Sheet
-
toString
- Overrides:
toStringin classVdmObject<SuplrInvcSeldSrvcEntrShtLean>
-
equals
- Overrides:
equalsin classVdmEntity<SuplrInvcSeldSrvcEntrShtLean>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SuplrInvcSeldSrvcEntrShtLean>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SuplrInvcSeldSrvcEntrShtLean>
-