public class CustAddrDepdntExtIdentifier extends VdmEntity<CustAddrDepdntExtIdentifier>
Original entity name from the Odata EDM: A_CustAddrDepdntExtIdentifierType
Modifier and Type | Class and Description |
---|---|
static class |
CustAddrDepdntExtIdentifier.CustAddrDepdntExtIdentifierBuilder |
Modifier and Type | Field and Description |
---|---|
static CustAddrDepdntExtIdentifierField<String> |
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static CustAddrDepdntExtIdentifierSelectable |
ALL_FIELDS
Selector for all available fields of CustAddrDepdntExtIdentifier.
|
static CustAddrDepdntExtIdentifierField<String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static CustAddrDepdntExtIdentifierField<String> |
CUSTOMER_EXTERNAL_REF_ID
Use with available fluent helpers to apply the CustomerExternalRefID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
CustAddrDepdntExtIdentifier() |
CustAddrDepdntExtIdentifier(String customer,
String addressID,
String customerExternalRefID) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination) |
static CustAddrDepdntExtIdentifier.CustAddrDepdntExtIdentifierBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> CustAddrDepdntExtIdentifierField<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 |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCustomer()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerExternalRefID()
Constraints: Not nullable, Maximum length: 12
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch() |
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
Class<CustAddrDepdntExtIdentifier> |
getType() |
int |
hashCode() |
void |
setAddressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCustomer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerExternalRefID(String customerExternalRefID)
Constraints: Not nullable, Maximum length: 12
|
protected void |
setServicePathForFetch(String servicePathForFetch) |
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final CustAddrDepdntExtIdentifierSelectable ALL_FIELDS
public static final CustAddrDepdntExtIdentifierField<String> CUSTOMER
public static final CustAddrDepdntExtIdentifierField<String> ADDRESS_ID
public static final CustAddrDepdntExtIdentifierField<String> CUSTOMER_EXTERNAL_REF_ID
@Nonnull public Class<CustAddrDepdntExtIdentifier> getType()
getType
in class VdmObject<CustAddrDepdntExtIdentifier>
public void setCustomer(@Nullable String customer)
Original property name from the Odata EDM: Customer
customer
- Customer Numberpublic void setAddressID(@Nullable String addressID)
Original property name from the Odata EDM: AddressID
addressID
- Business Partner Address Number (from BUT020)public void setCustomerExternalRefID(@Nullable String customerExternalRefID)
Original property name from the Odata EDM: CustomerExternalRefID
customerExternalRefID
- Customer Identifier for External Systemprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<CustAddrDepdntExtIdentifier>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<CustAddrDepdntExtIdentifier>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<CustAddrDepdntExtIdentifier>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<CustAddrDepdntExtIdentifier>
@Nonnull public static <T> CustAddrDepdntExtIdentifierField<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> CustAddrDepdntExtIdentifierField<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()
getDestinationForFetch
in class VdmEntity<CustAddrDepdntExtIdentifier>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
setServicePathForFetch
in class VdmEntity<CustAddrDepdntExtIdentifier>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
attachToService
in class VdmEntity<CustAddrDepdntExtIdentifier>
protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<CustAddrDepdntExtIdentifier>
@Nonnull public static CustAddrDepdntExtIdentifier.CustAddrDepdntExtIdentifierBuilder builder()
@Nullable public String getCustomer()
Original property name from the Odata EDM: Customer
@Nullable public String getAddressID()
Original property name from the Odata EDM: AddressID
@Nullable public String getCustomerExternalRefID()
Original property name from the Odata EDM: CustomerExternalRefID
@Nonnull public String toString()
toString
in class VdmObject<CustAddrDepdntExtIdentifier>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<CustAddrDepdntExtIdentifier>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<CustAddrDepdntExtIdentifier>
public int hashCode()
hashCode
in class VdmEntity<CustAddrDepdntExtIdentifier>
Copyright © 2022 SAP SE. All rights reserved.