Class DebitMemoReqItemPartnerSimln
Original entity name from the Odata EDM: A_DebitMemoReqItemPartnerSimlnType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DebitMemoReqItemPartnerSimlnSelectableSelector for all available fields of DebitMemoReqItemPartnerSimln.static final DebitMemoReqItemPartnerSimlnField<String>Use with available fluent helpers to apply the ContactPerson field to query operations.static final DebitMemoReqItemPartnerSimlnField<String>Use with available fluent helpers to apply the Customer field to query operations.static final DebitMemoReqItemPartnerSimlnField<String>Use with available fluent helpers to apply the DebitMemoRequest field to query operations.static final DebitMemoReqItemPartnerSimlnField<String>Use with available fluent helpers to apply the DebitMemoRequestItem field to query operations.static final DebitMemoReqItemPartnerSimlnField<String>Use with available fluent helpers to apply the PartnerFunction field to query operations.static final DebitMemoReqItemPartnerSimlnField<String>Use with available fluent helpers to apply the Personnel field to query operations.static final DebitMemoReqItemPartnerSimlnField<String>Use with available fluent helpers to apply the Supplier 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>
DebitMemoReqItemPartnerSimlnField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> DebitMemoReqItemPartnerSimlnField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6protected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetContactPerson(String contactPerson) Constraints: Not nullable, Maximum length: 10voidsetCustomer(String customer) Constraints: Not nullable, Maximum length: 10voidsetDebitMemoRequest(String debitMemoRequest) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetDebitMemoRequestItem(String debitMemoRequestItem) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetPartnerFunction(String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetPersonnel(String personnel) Constraints: Not nullable, Maximum length: 8protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSupplier(String supplier) 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 DebitMemoReqItemPartnerSimln. -
DEBIT_MEMO_REQUEST
Use with available fluent helpers to apply the DebitMemoRequest field to query operations. -
DEBIT_MEMO_REQUEST_ITEM
Use with available fluent helpers to apply the DebitMemoRequestItem field to query operations. -
PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations. -
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations. -
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations. -
PERSONNEL
Use with available fluent helpers to apply the Personnel field to query operations. -
CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations.
-
-
Constructor Details
-
DebitMemoReqItemPartnerSimln
public DebitMemoReqItemPartnerSimln() -
DebitMemoReqItemPartnerSimln
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<DebitMemoReqItemPartnerSimln>
-
setDebitMemoRequest
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DebitMemoRequest
- Parameters:
debitMemoRequest- Sales and Distribution Document Number
-
setDebitMemoRequestItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: DebitMemoRequestItem
- Parameters:
debitMemoRequestItem- Item number of the SD document
-
setPartnerFunction
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Parameters:
partnerFunction- Partner Function
-
setCustomer
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Parameters:
customer- Customer Number
-
setSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Parameters:
supplier- Account Number of Supplier
-
setPersonnel
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: Personnel
- Parameters:
personnel- Personnel Number
-
setContactPerson
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ContactPerson
- Parameters:
contactPerson- Number of Contact Person
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<DebitMemoReqItemPartnerSimln>
-
getKey
- Overrides:
getKeyin classVdmObject<DebitMemoReqItemPartnerSimln>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<DebitMemoReqItemPartnerSimln>
-
fromMap
- Overrides:
fromMapin classVdmObject<DebitMemoReqItemPartnerSimln>
-
field
@Nonnull public static <T> DebitMemoReqItemPartnerSimlnField<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> DebitMemoReqItemPartnerSimlnField<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<DebitMemoReqItemPartnerSimln>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<DebitMemoReqItemPartnerSimln>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<DebitMemoReqItemPartnerSimln>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<DebitMemoReqItemPartnerSimln>
-
builder
-
getDebitMemoRequest
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DebitMemoRequest
- Returns:
- Sales and Distribution Document Number
-
getDebitMemoRequestItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: DebitMemoRequestItem
- Returns:
- Item number of the SD document
-
getPartnerFunction
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Returns:
- Partner Function
-
getCustomer
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
- Customer Number
-
getSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
- Account Number of Supplier
-
getPersonnel
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: Personnel
- Returns:
- Personnel Number
-
getContactPerson
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ContactPerson
- Returns:
- Number of Contact Person
-
toString
- Overrides:
toStringin classVdmObject<DebitMemoReqItemPartnerSimln>
-
equals
- Overrides:
equalsin classVdmEntity<DebitMemoReqItemPartnerSimln>
-
canEqual
- Overrides:
canEqualin classVdmEntity<DebitMemoReqItemPartnerSimln>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<DebitMemoReqItemPartnerSimln>
-