Class BPAddrDepdntIntlLocNumber
Original entity name from the Odata EDM: A_BPAddrDepdntIntlLocNumberType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BPAddrDepdntIntlLocNumberField<String>Use with available fluent helpers to apply the AddressID field to query operations.static final BPAddrDepdntIntlLocNumberSelectableSelector for all available fields of BPAddrDepdntIntlLocNumber.static final BPAddrDepdntIntlLocNumberField<String>Use with available fluent helpers to apply the BusinessPartner field to query operations.static final BPAddrDepdntIntlLocNumberField<String>Use with available fluent helpers to apply the InternationalLocationNumber1 field to query operations.static final BPAddrDepdntIntlLocNumberField<String>Use with available fluent helpers to apply the InternationalLocationNumber2 field to query operations.static final BPAddrDepdntIntlLocNumberField<String>Use with available fluent helpers to apply the InternationalLocationNumber3 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>
BPAddrDepdntIntlLocNumberField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BPAddrDepdntIntlLocNumberField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 10protected Stringprotected StringConstraints: Not nullable, Maximum length: 7Constraints: Not nullable, Maximum length: 5Constraints: Not nullable, Maximum length: 1getKey()getType()inthashCode()voidsetAddressID(String addressID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetBusinessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetInternationalLocationNumber1(String internationalLocationNumber1) Constraints: Not nullable, Maximum length: 7voidsetInternationalLocationNumber2(String internationalLocationNumber2) Constraints: Not nullable, Maximum length: 5voidsetInternationalLocationNumber3(String internationalLocationNumber3) Constraints: Not nullable, Maximum length: 1protected voidsetServicePathForFetch(String servicePathForFetch) toString()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 BPAddrDepdntIntlLocNumber. -
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations. -
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations. -
INTERNATIONAL_LOCATION_NUMBER1
Use with available fluent helpers to apply the InternationalLocationNumber1 field to query operations. -
INTERNATIONAL_LOCATION_NUMBER2
Use with available fluent helpers to apply the InternationalLocationNumber2 field to query operations. -
INTERNATIONAL_LOCATION_NUMBER3
Use with available fluent helpers to apply the InternationalLocationNumber3 field to query operations.
-
-
Constructor Details
-
BPAddrDepdntIntlLocNumber
public BPAddrDepdntIntlLocNumber() -
BPAddrDepdntIntlLocNumber
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BPAddrDepdntIntlLocNumber>
-
setBusinessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Parameters:
businessPartner- Business Partner Number
-
setAddressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Parameters:
addressID- Address Number
-
setInternationalLocationNumber1
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: InternationalLocationNumber1
- Parameters:
internationalLocationNumber1- International location number (part 1)
-
setInternationalLocationNumber2
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: InternationalLocationNumber2
- Parameters:
internationalLocationNumber2- International location number (Part 2)
-
setInternationalLocationNumber3
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InternationalLocationNumber3
- Parameters:
internationalLocationNumber3- Check digit for the international location number
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BPAddrDepdntIntlLocNumber>
-
getKey
- Overrides:
getKeyin classVdmObject<BPAddrDepdntIntlLocNumber>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BPAddrDepdntIntlLocNumber>
-
fromMap
- Overrides:
fromMapin classVdmObject<BPAddrDepdntIntlLocNumber>
-
field
@Nonnull public static <T> BPAddrDepdntIntlLocNumberField<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> BPAddrDepdntIntlLocNumberField<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<BPAddrDepdntIntlLocNumber>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BPAddrDepdntIntlLocNumber>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BPAddrDepdntIntlLocNumber>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BPAddrDepdntIntlLocNumber>
-
builder
-
getBusinessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
- Business Partner Number
-
getAddressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
- Address Number
-
getInternationalLocationNumber1
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: InternationalLocationNumber1
- Returns:
- International location number (part 1)
-
getInternationalLocationNumber2
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: InternationalLocationNumber2
- Returns:
- International location number (Part 2)
-
getInternationalLocationNumber3
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InternationalLocationNumber3
- Returns:
- Check digit for the international location number
-
toString
- Overrides:
toStringin classVdmObject<BPAddrDepdntIntlLocNumber>
-
equals
- Overrides:
equalsin classVdmEntity<BPAddrDepdntIntlLocNumber>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BPAddrDepdntIntlLocNumber>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BPAddrDepdntIntlLocNumber>
-