Class BusPartAddrDepdntTaxNmbr
Original entity name from the Odata EDM: A_BusPartAddrDepdntTaxNmbrType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusPartAddrDepdntTaxNmbrField<String>Use with available fluent helpers to apply the AddressID field to query operations.static final BusPartAddrDepdntTaxNmbrSelectableSelector for all available fields of BusPartAddrDepdntTaxNmbr.static final BusPartAddrDepdntTaxNmbrField<String>Use with available fluent helpers to apply the AuthorizationGroup field to query operations.static final BusPartAddrDepdntTaxNmbrField<String>Use with available fluent helpers to apply the BPTaxLongNumber field to query operations.static final BusPartAddrDepdntTaxNmbrField<String>Use with available fluent helpers to apply the BPTaxNumber field to query operations.static final BusPartAddrDepdntTaxNmbrField<String>Use with available fluent helpers to apply the BPTaxType field to query operations.static final BusPartAddrDepdntTaxNmbrField<String>Use with available fluent helpers to apply the BusinessPartner 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>
BusPartAddrDepdntTaxNmbrField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusPartAddrDepdntTaxNmbrField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10protected Stringprotected StringgetKey()getType()inthashCode()voidsetAddressID(String addressID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetAuthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4voidsetBPTaxLongNumber(String bPTaxLongNumber) Constraints: Not nullable, Maximum length: 60voidsetBPTaxNumber(String bPTaxNumber) Constraints: Not nullable, Maximum length: 20voidsetBPTaxType(String bPTaxType) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetBusinessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10protected 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 BusPartAddrDepdntTaxNmbr. -
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. -
BP_TAX_TYPE
Use with available fluent helpers to apply the BPTaxType field to query operations. -
BP_TAX_NUMBER
Use with available fluent helpers to apply the BPTaxNumber field to query operations. -
BP_TAX_LONG_NUMBER
Use with available fluent helpers to apply the BPTaxLongNumber field to query operations. -
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
-
-
Constructor Details
-
BusPartAddrDepdntTaxNmbr
public BusPartAddrDepdntTaxNmbr() -
BusPartAddrDepdntTaxNmbr
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusPartAddrDepdntTaxNmbr>
-
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
-
setBPTaxType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BPTaxType
- Parameters:
bPTaxType- Tax Number Category
-
setBPTaxNumber
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: BPTaxNumber
- Parameters:
bPTaxNumber- Business Partner Tax Number
-
setBPTaxLongNumber
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BPTaxLongNumber
- Parameters:
bPTaxLongNumber- Business Partner Tax Number
-
setAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Parameters:
authorizationGroup- Authorization Group
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusPartAddrDepdntTaxNmbr>
-
getKey
- Overrides:
getKeyin classVdmObject<BusPartAddrDepdntTaxNmbr>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusPartAddrDepdntTaxNmbr>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusPartAddrDepdntTaxNmbr>
-
field
@Nonnull public static <T> BusPartAddrDepdntTaxNmbrField<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> BusPartAddrDepdntTaxNmbrField<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<BusPartAddrDepdntTaxNmbr>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusPartAddrDepdntTaxNmbr>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusPartAddrDepdntTaxNmbr>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusPartAddrDepdntTaxNmbr>
-
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
-
getBPTaxType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BPTaxType
- Returns:
- Tax Number Category
-
getBPTaxNumber
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: BPTaxNumber
- Returns:
- Business Partner Tax Number
-
getBPTaxLongNumber
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BPTaxLongNumber
- Returns:
- Business Partner Tax Number
-
getAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
- Authorization Group
-
toString
- Overrides:
toStringin classVdmObject<BusPartAddrDepdntTaxNmbr>
-
equals
- Overrides:
equalsin classVdmEntity<BusPartAddrDepdntTaxNmbr>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusPartAddrDepdntTaxNmbr>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusPartAddrDepdntTaxNmbr>
-