Class CustAddrDepdntInformation
Original entity name from the Odata EDM: A_CustAddrDepdntInformationType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustAddrDepdntInformationField<String>Use with available fluent helpers to apply the AddressID field to query operations.static final CustAddrDepdntInformationSelectableSelector for all available fields of CustAddrDepdntInformation.static final CustAddrDepdntInformationField<String>Use with available fluent helpers to apply the CityCode field to query operations.static final CustAddrDepdntInformationField<String>Use with available fluent helpers to apply the County field to query operations.static final CustAddrDepdntInformationField<String>Use with available fluent helpers to apply the Customer field to query operations.static final CustAddrDepdntInformationField<String>Use with available fluent helpers to apply the ExpressTrainStationName field to query operations.static final CustAddrDepdntInformationField<String>Use with available fluent helpers to apply the TrainStationName 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>
CustAddrDepdntInformationField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CustAddrDepdntInformationField<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: 3(Key Field) Constraints: Not nullable, Maximum length: 10protected Stringprotected StringConstraints: Not nullable, Maximum length: 25getKey()Constraints: Not nullable, Maximum length: 25getType()inthashCode()voidsetAddressID(String addressID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCityCode(String cityCode) Constraints: Not nullable, Maximum length: 4voidConstraints: Not nullable, Maximum length: 3voidsetCustomer(String customer) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetExpressTrainStationName(String expressTrainStationName) Constraints: Not nullable, Maximum length: 25protected voidsetServicePathForFetch(String servicePathForFetch) voidsetTrainStationName(String trainStationName) Constraints: Not nullable, Maximum length: 25toString()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 CustAddrDepdntInformation. -
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations. -
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations. -
EXPRESS_TRAIN_STATION_NAME
Use with available fluent helpers to apply the ExpressTrainStationName field to query operations. -
TRAIN_STATION_NAME
Use with available fluent helpers to apply the TrainStationName field to query operations. -
CITY_CODE
Use with available fluent helpers to apply the CityCode field to query operations. -
COUNTY
Use with available fluent helpers to apply the County field to query operations.
-
-
Constructor Details
-
CustAddrDepdntInformation
public CustAddrDepdntInformation() -
CustAddrDepdntInformation
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CustAddrDepdntInformation>
-
setCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Parameters:
customer- Customer Number
-
setAddressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Parameters:
addressID- Business Partner Address Number (from BUT020)
-
setExpressTrainStationName
Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ExpressTrainStationName
- Parameters:
expressTrainStationName- Express train station
-
setTrainStationName
Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: TrainStationName
- Parameters:
trainStationName- Train station
-
setCityCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CityCode
- Parameters:
cityCode- City Code
-
setCounty
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: County
- Parameters:
county- County Code
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CustAddrDepdntInformation>
-
getKey
- Overrides:
getKeyin classVdmObject<CustAddrDepdntInformation>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CustAddrDepdntInformation>
-
fromMap
- Overrides:
fromMapin classVdmObject<CustAddrDepdntInformation>
-
field
@Nonnull public static <T> CustAddrDepdntInformationField<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> CustAddrDepdntInformationField<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<CustAddrDepdntInformation>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CustAddrDepdntInformation>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CustAddrDepdntInformation>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CustAddrDepdntInformation>
-
builder
-
getCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
- Customer Number
-
getAddressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
- Business Partner Address Number (from BUT020)
-
getExpressTrainStationName
Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ExpressTrainStationName
- Returns:
- Express train station
-
getTrainStationName
Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: TrainStationName
- Returns:
- Train station
-
getCityCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CityCode
- Returns:
- City Code
-
getCounty
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: County
- Returns:
- County Code
-
toString
- Overrides:
toStringin classVdmObject<CustAddrDepdntInformation>
-
equals
- Overrides:
equalsin classVdmEntity<CustAddrDepdntInformation>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CustAddrDepdntInformation>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CustAddrDepdntInformation>
-