Class SupplierDunning
Original entity name from the Odata EDM: A_SupplierDunningType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SupplierDunningSelectableSelector for all available fields of SupplierDunning.static final SupplierDunningField<String>Use with available fluent helpers to apply the AuthorizationGroup field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the CompanyCode field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the DunningArea field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the DunningBlock field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the DunningClerk field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the DunningLevel field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the DunningProcedure field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the DunningRecipient field to query operations.static final SupplierDunningField<LocalDateTime>Use with available fluent helpers to apply the LastDunnedOn field to query operations.static final SupplierDunningField<LocalDateTime>Use with available fluent helpers to apply the LegDunningProcedureOn field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the Supplier field to query operations.static final SupplierDunningField<String>Use with available fluent helpers to apply the SupplierAccountGroup field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSupplierDunning(String supplier, String companyCode, String dunningArea, String dunningBlock, String dunningLevel, String dunningProcedure, String dunningRecipient, LocalDateTime lastDunnedOn, LocalDateTime legDunningProcedureOn, String dunningClerk, String authorizationGroup, String supplierAccountGroup) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SupplierDunningField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SupplierDunningField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 10protected StringgetKey()Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidsetAuthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4voidsetCompanyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetDunningArea(String dunningArea) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetDunningBlock(String dunningBlock) Constraints: Not nullable, Maximum length: 1voidsetDunningClerk(String dunningClerk) Constraints: Not nullable, Maximum length: 2voidsetDunningLevel(String dunningLevel) Constraints: Not nullable, Maximum length: 1voidsetDunningProcedure(String dunningProcedure) Constraints: Not nullable, Maximum length: 4voidsetDunningRecipient(String dunningRecipient) Constraints: Not nullable, Maximum length: 10voidsetLastDunnedOn(LocalDateTime lastDunnedOn) Constraints: Not nullable, Precision: 0voidsetLegDunningProcedureOn(LocalDateTime legDunningProcedureOn) Constraints: Not nullable, Precision: 0protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSupplier(String supplier) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetSupplierAccountGroup(String supplierAccountGroup) Constraints: Not nullable, Maximum length: 4toString()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 SupplierDunning. -
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations. -
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations. -
DUNNING_AREA
Use with available fluent helpers to apply the DunningArea field to query operations. -
DUNNING_BLOCK
Use with available fluent helpers to apply the DunningBlock field to query operations. -
DUNNING_LEVEL
Use with available fluent helpers to apply the DunningLevel field to query operations. -
DUNNING_PROCEDURE
Use with available fluent helpers to apply the DunningProcedure field to query operations. -
DUNNING_RECIPIENT
Use with available fluent helpers to apply the DunningRecipient field to query operations. -
LAST_DUNNED_ON
Use with available fluent helpers to apply the LastDunnedOn field to query operations. -
LEG_DUNNING_PROCEDURE_ON
Use with available fluent helpers to apply the LegDunningProcedureOn field to query operations. -
DUNNING_CLERK
Use with available fluent helpers to apply the DunningClerk field to query operations. -
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations. -
SUPPLIER_ACCOUNT_GROUP
Use with available fluent helpers to apply the SupplierAccountGroup field to query operations.
-
-
Constructor Details
-
SupplierDunning
public SupplierDunning() -
SupplierDunning
public SupplierDunning(@Nullable String supplier, @Nullable String companyCode, @Nullable String dunningArea, @Nullable String dunningBlock, @Nullable String dunningLevel, @Nullable String dunningProcedure, @Nullable String dunningRecipient, @Nullable LocalDateTime lastDunnedOn, @Nullable LocalDateTime legDunningProcedureOn, @Nullable String dunningClerk, @Nullable String authorizationGroup, @Nullable String supplierAccountGroup)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SupplierDunning>
-
setSupplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Parameters:
supplier- Account Number of Supplier
-
setCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- Company Code
-
setDunningArea
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningArea
- Parameters:
dunningArea- Dunning Area
-
setDunningBlock
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningBlock
- Parameters:
dunningBlock- Dunning Block
-
setDunningLevel
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningLevel
- Parameters:
dunningLevel- Dunning Level
-
setDunningProcedure
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DunningProcedure
- Parameters:
dunningProcedure- Dunning Procedure
-
setDunningRecipient
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DunningRecipient
- Parameters:
dunningRecipient- Account number of the dunning recipient
-
setLastDunnedOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastDunnedOn
- Parameters:
lastDunnedOn- Date of Last Dunning Notice
-
setLegDunningProcedureOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LegDunningProcedureOn
- Parameters:
legDunningProcedureOn- Date of the legal dunning proceedings
-
setDunningClerk
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningClerk
- Parameters:
dunningClerk- Dunning clerk
-
setAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Parameters:
authorizationGroup- Authorization Group
-
setSupplierAccountGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SupplierAccountGroup
- Parameters:
supplierAccountGroup- Supplier Account Group
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SupplierDunning>
-
getKey
- Overrides:
getKeyin classVdmObject<SupplierDunning>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SupplierDunning>
-
fromMap
- Overrides:
fromMapin classVdmObject<SupplierDunning>
-
field
@Nonnull public static <T> SupplierDunningField<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> SupplierDunningField<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<SupplierDunning>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SupplierDunning>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SupplierDunning>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SupplierDunning>
-
builder
-
getSupplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
- Account Number of Supplier
-
getCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- Company Code
-
getDunningArea
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningArea
- Returns:
- Dunning Area
-
getDunningBlock
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningBlock
- Returns:
- Dunning Block
-
getDunningLevel
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningLevel
- Returns:
- Dunning Level
-
getDunningProcedure
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DunningProcedure
- Returns:
- Dunning Procedure
-
getDunningRecipient
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DunningRecipient
- Returns:
- Account number of the dunning recipient
-
getLastDunnedOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastDunnedOn
- Returns:
- Date of Last Dunning Notice
-
getLegDunningProcedureOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LegDunningProcedureOn
- Returns:
- Date of the legal dunning proceedings
-
getDunningClerk
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningClerk
- Returns:
- Dunning clerk
-
getAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
- Authorization Group
-
getSupplierAccountGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SupplierAccountGroup
- Returns:
- Supplier Account Group
-
toString
- Overrides:
toStringin classVdmObject<SupplierDunning>
-
equals
- Overrides:
equalsin classVdmEntity<SupplierDunning>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SupplierDunning>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SupplierDunning>
-