Class BuPaIndustry
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BuPaIndustry>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaIndustry
Industry
Original entity name from the Odata EDM: A_BuPaIndustryType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuPaIndustrySelectableSelector for all available fields of BuPaIndustry.static final BuPaIndustryField<String>Use with available fluent helpers to apply the BusinessPartner field to query operations.static final BuPaIndustryField<String>Use with available fluent helpers to apply the IndustryKeyDescription field to query operations.static final BuPaIndustryField<String>Use with available fluent helpers to apply the IndustrySector field to query operations.static final BuPaIndustryField<String>Use with available fluent helpers to apply the IndustrySystemType field to query operations.static final BuPaIndustryField<String>Use with available fluent helpers to apply the IsStandardIndustry 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>
BuPaIndustryField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BuPaIndustryField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10protected Stringprotected StringConstraints: Not nullable, Maximum length: 100(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 1getKey()getType()inthashCode()voidsetBusinessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetIndustryKeyDescription(String industryKeyDescription) Constraints: Not nullable, Maximum length: 100voidsetIndustrySector(String industrySector) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetIndustrySystemType(String industrySystemType) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetIsStandardIndustry(String isStandardIndustry) 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 BuPaIndustry. -
INDUSTRY_SECTOR
Use with available fluent helpers to apply the IndustrySector field to query operations. -
INDUSTRY_SYSTEM_TYPE
Use with available fluent helpers to apply the IndustrySystemType field to query operations. -
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations. -
IS_STANDARD_INDUSTRY
Use with available fluent helpers to apply the IsStandardIndustry field to query operations. -
INDUSTRY_KEY_DESCRIPTION
Use with available fluent helpers to apply the IndustryKeyDescription field to query operations.
-
-
Constructor Details
-
BuPaIndustry
public BuPaIndustry() -
BuPaIndustry
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BuPaIndustry>
-
setIndustrySector
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: IndustrySector
- Parameters:
industrySector- Industry
-
setIndustrySystemType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: IndustrySystemType
- Parameters:
industrySystemType- Industry System
-
setBusinessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Parameters:
businessPartner- Business Partner Number
-
setIsStandardIndustry
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsStandardIndustry
- Parameters:
isStandardIndustry- Industry is Standard for BP in Industry System
-
setIndustryKeyDescription
Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: IndustryKeyDescription
- Parameters:
industryKeyDescription- Description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BuPaIndustry>
-
getKey
- Overrides:
getKeyin classVdmObject<BuPaIndustry>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BuPaIndustry>
-
fromMap
- Overrides:
fromMapin classVdmObject<BuPaIndustry>
-
field
@Nonnull public static <T> BuPaIndustryField<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> BuPaIndustryField<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<BuPaIndustry>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BuPaIndustry>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BuPaIndustry>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BuPaIndustry>
-
builder
-
getIndustrySector
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: IndustrySector
- Returns:
- Industry
-
getIndustrySystemType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: IndustrySystemType
- Returns:
- Industry System
-
getBusinessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
- Business Partner Number
-
getIsStandardIndustry
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsStandardIndustry
- Returns:
- Industry is Standard for BP in Industry System
-
getIndustryKeyDescription
Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: IndustryKeyDescription
- Returns:
- Description
-
toString
- Overrides:
toStringin classVdmObject<BuPaIndustry>
-
equals
- Overrides:
equalsin classVdmEntity<BuPaIndustry>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BuPaIndustry>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BuPaIndustry>
-