Class InventorySpclStkSalesDocItm
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<InventorySpclStkSalesDocItm>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.InventorySpclStkSalesDocItm
Inventory Spcl Stock Sales Document Item (Master Data)
Original entity name from the Odata EDM: InventorySpclStkSalesDocItm
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InventorySpclStkSalesDocItmSelectableSelector for all available fields of InventorySpclStkSalesDocItm.static final InventorySpclStkSalesDocItmField<String>Use with available fluent helpers to apply the InventorySpclStkSalesDocItm_ID field to query operations.static final InventorySpclStkSalesDocItmField<String>Use with available fluent helpers to apply the InventorySpclStkSalesDocItmText field to query operations.static final InventorySpclStkSalesDocItmField<String>Use with available fluent helpers to apply the InventorySpclStkSalesDocument field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionInventorySpclStkSalesDocItm(String inventorySpclStkSalesDocItm_ID, String inventorySpclStkSalesDocItmText, String inventorySpclStkSalesDocument) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
InventorySpclStkSalesDocItmField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> InventorySpclStkSalesDocItmField<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: 6Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 10getKey()getType()inthashCode()voidsetInventorySpclStkSalesDocItm_ID(String inventorySpclStkSalesDocItm_ID) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetInventorySpclStkSalesDocItmText(String inventorySpclStkSalesDocItmText) Constraints: nonevoidsetInventorySpclStkSalesDocument(String inventorySpclStkSalesDocument) (Key Field) Constraints: Not nullable, Maximum length: 10protected voidsetServicePathForFetch(String servicePathForFetch) toString()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 InventorySpclStkSalesDocItm. -
INVENTORY_SPCL_STK_SALES_DOC_ITM_ID
Use with available fluent helpers to apply the InventorySpclStkSalesDocItm_ID field to query operations. -
INVENTORY_SPCL_STK_SALES_DOC_ITM_TEXT
Use with available fluent helpers to apply the InventorySpclStkSalesDocItmText field to query operations. -
INVENTORY_SPCL_STK_SALES_DOCUMENT
Use with available fluent helpers to apply the InventorySpclStkSalesDocument field to query operations.
-
-
Constructor Details
-
InventorySpclStkSalesDocItm
public InventorySpclStkSalesDocItm() -
InventorySpclStkSalesDocItm
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<InventorySpclStkSalesDocItm>
-
setInventorySpclStkSalesDocItm_ID
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InventorySpclStkSalesDocItm_ID
- Parameters:
inventorySpclStkSalesDocItm_ID- Inventory Spcl Stock Sales Document Item
-
setInventorySpclStkSalesDocItmText
Constraints: noneOriginal property name from the Odata EDM: InventorySpclStkSalesDocItmText
- Parameters:
inventorySpclStkSalesDocItmText- Inventory Spcl Stock Sales Document Item (Description)
-
setInventorySpclStkSalesDocument
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: InventorySpclStkSalesDocument
- Parameters:
inventorySpclStkSalesDocument- Inventory Spcl Stock Sales Document Item (Inventory Special Stock Sales Document)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<InventorySpclStkSalesDocItm>
-
getKey
- Overrides:
getKeyin classVdmObject<InventorySpclStkSalesDocItm>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<InventorySpclStkSalesDocItm>
-
fromMap
- Overrides:
fromMapin classVdmObject<InventorySpclStkSalesDocItm>
-
field
@Nonnull public static <T> InventorySpclStkSalesDocItmField<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> InventorySpclStkSalesDocItmField<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<InventorySpclStkSalesDocItm>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<InventorySpclStkSalesDocItm>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<InventorySpclStkSalesDocItm>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<InventorySpclStkSalesDocItm>
-
builder
-
getInventorySpclStkSalesDocItm_ID
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InventorySpclStkSalesDocItm_ID
- Returns:
- Inventory Spcl Stock Sales Document Item
-
getInventorySpclStkSalesDocItmText
Constraints: noneOriginal property name from the Odata EDM: InventorySpclStkSalesDocItmText
- Returns:
- Inventory Spcl Stock Sales Document Item (Description)
-
getInventorySpclStkSalesDocument
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: InventorySpclStkSalesDocument
- Returns:
- Inventory Spcl Stock Sales Document Item (Inventory Special Stock Sales Document)
-
toString
- Overrides:
toStringin classVdmObject<InventorySpclStkSalesDocItm>
-
equals
- Overrides:
equalsin classVdmEntity<InventorySpclStkSalesDocItm>
-
canEqual
- Overrides:
canEqualin classVdmEntity<InventorySpclStkSalesDocItm>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<InventorySpclStkSalesDocItm>
-