public class CustomerDunning extends VdmEntity<CustomerDunning>
Original entity name from the Odata EDM: A_CustomerDunningType
Modifier and Type | Class and Description |
---|---|
static class |
CustomerDunning.CustomerDunningBuilder |
Modifier and Type | Field and Description |
---|---|
static CustomerDunningSelectable |
ALL_FIELDS
Selector for all available fields of CustomerDunning.
|
static CustomerDunningField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static CustomerDunningField<String> |
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static CustomerDunningField<String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static CustomerDunningField<String> |
CUSTOMER_ACCOUNT_GROUP
Use with available fluent helpers to apply the CustomerAccountGroup field to query operations.
|
static CustomerDunningField<String> |
DUNNING_AREA
Use with available fluent helpers to apply the DunningArea field to query operations.
|
static CustomerDunningField<String> |
DUNNING_BLOCK
Use with available fluent helpers to apply the DunningBlock field to query operations.
|
static CustomerDunningField<String> |
DUNNING_CLERK
Use with available fluent helpers to apply the DunningClerk field to query operations.
|
static CustomerDunningField<String> |
DUNNING_LEVEL
Use with available fluent helpers to apply the DunningLevel field to query operations.
|
static CustomerDunningField<String> |
DUNNING_PROCEDURE
Use with available fluent helpers to apply the DunningProcedure field to query operations.
|
static CustomerDunningField<String> |
DUNNING_RECIPIENT
Use with available fluent helpers to apply the DunningRecipient field to query operations.
|
static CustomerDunningField<LocalDateTime> |
LAST_DUNNED_ON
Use with available fluent helpers to apply the LastDunnedOn field to query operations.
|
static CustomerDunningField<LocalDateTime> |
LEG_DUNNING_PROCEDURE_ON
Use with available fluent helpers to apply the LegDunningProcedureOn field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
CustomerDunning() |
CustomerDunning(String customer,
String companyCode,
String dunningArea,
String dunningBlock,
String dunningLevel,
String dunningProcedure,
String dunningRecipient,
LocalDateTime lastDunnedOn,
LocalDateTime legDunningProcedureOn,
String dunningClerk,
String authorizationGroup,
String customerAccountGroup) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static CustomerDunning.CustomerDunningBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> CustomerDunningField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCompanyCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getCustomer()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerAccountGroup()
Constraints: Not nullable, Maximum length: 4
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getDunningArea()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getDunningBlock()
Constraints: Not nullable, Maximum length: 1
|
String |
getDunningClerk()
Constraints: Not nullable, Maximum length: 2
|
String |
getDunningLevel()
Constraints: Not nullable, Maximum length: 1
|
String |
getDunningProcedure()
Constraints: Not nullable, Maximum length: 4
|
String |
getDunningRecipient()
Constraints: Not nullable, Maximum length: 10
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
LocalDateTime |
getLastDunnedOn()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getLegDunningProcedureOn()
Constraints: Not nullable, Precision: 0
|
Class<CustomerDunning> |
getType() |
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCompanyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setCustomer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerAccountGroup(String customerAccountGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setDunningArea(String dunningArea)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setDunningBlock(String dunningBlock)
Constraints: Not nullable, Maximum length: 1
|
void |
setDunningClerk(String dunningClerk)
Constraints: Not nullable, Maximum length: 2
|
void |
setDunningLevel(String dunningLevel)
Constraints: Not nullable, Maximum length: 1
|
void |
setDunningProcedure(String dunningProcedure)
Constraints: Not nullable, Maximum length: 4
|
void |
setDunningRecipient(String dunningRecipient)
Constraints: Not nullable, Maximum length: 10
|
void |
setLastDunnedOn(LocalDateTime lastDunnedOn)
Constraints: Not nullable, Precision: 0
|
void |
setLegDunningProcedureOn(LocalDateTime legDunningProcedureOn)
Constraints: Not nullable, Precision: 0
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final CustomerDunningSelectable ALL_FIELDS
public static final CustomerDunningField<String> CUSTOMER
public static final CustomerDunningField<String> COMPANY_CODE
public static final CustomerDunningField<String> DUNNING_AREA
public static final CustomerDunningField<String> DUNNING_BLOCK
public static final CustomerDunningField<String> DUNNING_LEVEL
public static final CustomerDunningField<String> DUNNING_PROCEDURE
public static final CustomerDunningField<String> DUNNING_RECIPIENT
public static final CustomerDunningField<LocalDateTime> LAST_DUNNED_ON
public static final CustomerDunningField<LocalDateTime> LEG_DUNNING_PROCEDURE_ON
public static final CustomerDunningField<String> DUNNING_CLERK
public static final CustomerDunningField<String> AUTHORIZATION_GROUP
public static final CustomerDunningField<String> CUSTOMER_ACCOUNT_GROUP
public CustomerDunning()
public CustomerDunning(@Nullable String customer, @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 customerAccountGroup)
@Nonnull public Class<CustomerDunning> getType()
getType
in class VdmObject<CustomerDunning>
public void setCustomer(@Nullable String customer)
Original property name from the Odata EDM: Customer
customer
- Customer Numberpublic void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- Company Codepublic void setDunningArea(@Nullable String dunningArea)
Original property name from the Odata EDM: DunningArea
dunningArea
- Dunning Areapublic void setDunningBlock(@Nullable String dunningBlock)
Original property name from the Odata EDM: DunningBlock
dunningBlock
- Dunning Blockpublic void setDunningLevel(@Nullable String dunningLevel)
Original property name from the Odata EDM: DunningLevel
dunningLevel
- Dunning Levelpublic void setDunningProcedure(@Nullable String dunningProcedure)
Original property name from the Odata EDM: DunningProcedure
dunningProcedure
- Dunning Procedurepublic void setDunningRecipient(@Nullable String dunningRecipient)
Original property name from the Odata EDM: DunningRecipient
dunningRecipient
- Account Number of the Dunning Recipientpublic void setLastDunnedOn(@Nullable LocalDateTime lastDunnedOn)
Original property name from the Odata EDM: LastDunnedOn
lastDunnedOn
- Date of Last Dunning Noticepublic void setLegDunningProcedureOn(@Nullable LocalDateTime legDunningProcedureOn)
Original property name from the Odata EDM: LegDunningProcedureOn
legDunningProcedureOn
- Date of the Legal Dunning Proceedingspublic void setDunningClerk(@Nullable String dunningClerk)
Original property name from the Odata EDM: DunningClerk
dunningClerk
- Dunning Clerkpublic void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
authorizationGroup
- Authorization Grouppublic void setCustomerAccountGroup(@Nullable String customerAccountGroup)
Original property name from the Odata EDM: CustomerAccountGroup
customerAccountGroup
- Customer Account Groupprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<CustomerDunning>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<CustomerDunning>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<CustomerDunning>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<CustomerDunning>
@Nonnull public static <T> CustomerDunningField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> CustomerDunningField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<CustomerDunning>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<CustomerDunning>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<CustomerDunning>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<CustomerDunning>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static CustomerDunning.CustomerDunningBuilder builder()
@Nullable public String getCustomer()
Original property name from the Odata EDM: Customer
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getDunningArea()
Original property name from the Odata EDM: DunningArea
@Nullable public String getDunningBlock()
Original property name from the Odata EDM: DunningBlock
@Nullable public String getDunningLevel()
Original property name from the Odata EDM: DunningLevel
@Nullable public String getDunningProcedure()
Original property name from the Odata EDM: DunningProcedure
@Nullable public String getDunningRecipient()
Original property name from the Odata EDM: DunningRecipient
@Nullable public LocalDateTime getLastDunnedOn()
Original property name from the Odata EDM: LastDunnedOn
@Nullable public LocalDateTime getLegDunningProcedureOn()
Original property name from the Odata EDM: LegDunningProcedureOn
@Nullable public String getDunningClerk()
Original property name from the Odata EDM: DunningClerk
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: AuthorizationGroup
@Nullable public String getCustomerAccountGroup()
Original property name from the Odata EDM: CustomerAccountGroup
@Nonnull public String toString()
toString
in class VdmObject<CustomerDunning>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<CustomerDunning>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<CustomerDunning>
public int hashCode()
hashCode
in class VdmObject<CustomerDunning>
Copyright © 2021 SAP SE. All rights reserved.