Class BusSolnOrdItemRelationships
Original entity name from the Odata EDM: A_BusSolnOrdItemRelationshipsType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusSolnOrdItemRelationshipsSelectableSelector for all available fields of BusSolnOrdItemRelationships.static final BusSolnOrdItemRelationshipsField<String>Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.static final BusSolnOrdItemRelationshipsField<String>Use with available fluent helpers to apply the SrvcItemRelshpFromItemNumber field to query operations.static final BusSolnOrdItemRelationshipsField<String>Use with available fluent helpers to apply the SrvcItemRelshpFromTypeName field to query operations.static final BusSolnOrdItemRelationshipsField<String>Use with available fluent helpers to apply the SrvcItemRelshpToItemNumber field to query operations.static final BusSolnOrdItemRelationshipsField<String>Use with available fluent helpers to apply the SrvcItemRelshpToTypeName field to query operations.static final BusSolnOrdItemRelationshipsField<String>Use with available fluent helpers to apply the SrvcItemRelshpType field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BusSolnOrdItemRelationshipsField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusSolnOrdItemRelationshipsField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10protected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 3getType()inthashCode()voidsetBusinessSolutionOrder(String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSrvcItemRelshpFromItemNumber(String srvcItemRelshpFromItemNumber) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetSrvcItemRelshpFromTypeName(String srvcItemRelshpFromTypeName) Constraints: Not nullable, Maximum length: 50voidsetSrvcItemRelshpToItemNumber(String srvcItemRelshpToItemNumber) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetSrvcItemRelshpToTypeName(String srvcItemRelshpToTypeName) Constraints: Not nullable, Maximum length: 50voidsetSrvcItemRelshpType(String srvcItemRelshpType) (Key Field) Constraints: Not nullable, Maximum length: 3toString()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 BusSolnOrdItemRelationships. -
BUSINESS_SOLUTION_ORDER
Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations. -
SRVC_ITEM_RELSHP_FROM_ITEM_NUMBER
Use with available fluent helpers to apply the SrvcItemRelshpFromItemNumber field to query operations. -
SRVC_ITEM_RELSHP_TYPE
Use with available fluent helpers to apply the SrvcItemRelshpType field to query operations. -
SRVC_ITEM_RELSHP_TO_ITEM_NUMBER
Use with available fluent helpers to apply the SrvcItemRelshpToItemNumber field to query operations. -
SRVC_ITEM_RELSHP_FROM_TYPE_NAME
Use with available fluent helpers to apply the SrvcItemRelshpFromTypeName field to query operations. -
SRVC_ITEM_RELSHP_TO_TYPE_NAME
Use with available fluent helpers to apply the SrvcItemRelshpToTypeName field to query operations.
-
-
Constructor Details
-
BusSolnOrdItemRelationships
public BusSolnOrdItemRelationships() -
BusSolnOrdItemRelationships
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusSolnOrdItemRelationships>
-
setBusinessSolutionOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Parameters:
businessSolutionOrder- Transaction ID
-
setSrvcItemRelshpFromItemNumber
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SrvcItemRelshpFromItemNumber
- Parameters:
srvcItemRelshpFromItemNumber- Shortened Item Number in Document
-
setSrvcItemRelshpType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SrvcItemRelshpType
- Parameters:
srvcItemRelshpType- Item Relationship Type
-
setSrvcItemRelshpToItemNumber
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SrvcItemRelshpToItemNumber
- Parameters:
srvcItemRelshpToItemNumber- Shortened Item Number in Document
-
setSrvcItemRelshpFromTypeName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SrvcItemRelshpFromTypeName
- Parameters:
srvcItemRelshpFromTypeName- Name of Item Relationship (Forward)
-
setSrvcItemRelshpToTypeName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SrvcItemRelshpToTypeName
- Parameters:
srvcItemRelshpToTypeName- Name of Item Relationship (Backward)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusSolnOrdItemRelationships>
-
getKey
- Overrides:
getKeyin classVdmObject<BusSolnOrdItemRelationships>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusSolnOrdItemRelationships>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusSolnOrdItemRelationships>
-
field
@Nonnull public static <T> BusSolnOrdItemRelationshipsField<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> BusSolnOrdItemRelationshipsField<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<BusSolnOrdItemRelationships>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusSolnOrdItemRelationships>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusSolnOrdItemRelationships>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusSolnOrdItemRelationships>
-
builder
-
getBusinessSolutionOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
- Transaction ID
-
getSrvcItemRelshpFromItemNumber
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SrvcItemRelshpFromItemNumber
- Returns:
- Shortened Item Number in Document
-
getSrvcItemRelshpType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SrvcItemRelshpType
- Returns:
- Item Relationship Type
-
getSrvcItemRelshpToItemNumber
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SrvcItemRelshpToItemNumber
- Returns:
- Shortened Item Number in Document
-
getSrvcItemRelshpFromTypeName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SrvcItemRelshpFromTypeName
- Returns:
- Name of Item Relationship (Forward)
-
getSrvcItemRelshpToTypeName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SrvcItemRelshpToTypeName
- Returns:
- Name of Item Relationship (Backward)
-
toString
- Overrides:
toStringin classVdmObject<BusSolnOrdItemRelationships>
-
equals
- Overrides:
equalsin classVdmEntity<BusSolnOrdItemRelationships>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusSolnOrdItemRelationships>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusSolnOrdItemRelationships>
-