Class CustomerSalesAreaText
Original entity name from the Odata EDM: A_CustomerSalesAreaTextType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomerSalesAreaTextSelectableSelector for all available fields of CustomerSalesAreaText.static final CustomerSalesAreaTextField<String>Use with available fluent helpers to apply the Customer field to query operations.static final CustomerSalesAreaTextField<String>Use with available fluent helpers to apply the DistributionChannel field to query operations.static final CustomerSalesAreaTextField<String>Use with available fluent helpers to apply the Division field to query operations.static final CustomerSalesAreaTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final CustomerSalesAreaTextField<String>Use with available fluent helpers to apply the LongText field to query operations.static final CustomerSalesAreaTextField<String>Use with available fluent helpers to apply the LongTextID field to query operations.static final CustomerSalesAreaTextField<String>Use with available fluent helpers to apply the SalesOrganization 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>
CustomerSalesAreaTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CustomerSalesAreaTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10protected String(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 2protected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidsetCustomer(String customer) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetDistributionChannel(String distributionChannel) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetDivision(String division) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetLongText(String longText) Constraints: nonevoidsetLongTextID(String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetSalesOrganization(String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4protected 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 CustomerSalesAreaText. -
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations. -
SALES_ORGANIZATION
Use with available fluent helpers to apply the SalesOrganization field to query operations. -
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations. -
DIVISION
Use with available fluent helpers to apply the Division field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
LONG_TEXT_ID
Use with available fluent helpers to apply the LongTextID field to query operations. -
LONG_TEXT
Use with available fluent helpers to apply the LongText field to query operations.
-
-
Constructor Details
-
CustomerSalesAreaText
public CustomerSalesAreaText() -
CustomerSalesAreaText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CustomerSalesAreaText>
-
setCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Parameters:
customer- Customer Number
-
setSalesOrganization
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Parameters:
salesOrganization- Sales Organization
-
setDistributionChannel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Parameters:
distributionChannel- Distribution Channel
-
setDivision
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Division
- Parameters:
division- Division
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language key
-
setLongTextID
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Parameters:
longTextID- Text ID
-
setLongText
Constraints: noneOriginal property name from the Odata EDM: LongText
- Parameters:
longText- String
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CustomerSalesAreaText>
-
getKey
- Overrides:
getKeyin classVdmObject<CustomerSalesAreaText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CustomerSalesAreaText>
-
fromMap
- Overrides:
fromMapin classVdmObject<CustomerSalesAreaText>
-
field
@Nonnull public static <T> CustomerSalesAreaTextField<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> CustomerSalesAreaTextField<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<CustomerSalesAreaText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CustomerSalesAreaText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CustomerSalesAreaText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CustomerSalesAreaText>
-
builder
-
getCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
- Customer Number
-
getSalesOrganization
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Returns:
- Sales Organization
-
getDistributionChannel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Returns:
- Distribution Channel
-
getDivision
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Division
- Returns:
- Division
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language key
-
getLongTextID
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
- Text ID
-
getLongText
Constraints: noneOriginal property name from the Odata EDM: LongText
- Returns:
- String
-
toString
- Overrides:
toStringin classVdmObject<CustomerSalesAreaText>
-
equals
- Overrides:
equalsin classVdmEntity<CustomerSalesAreaText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CustomerSalesAreaText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CustomerSalesAreaText>
-