Class CnsldtnIndustryText
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<CnsldtnIndustryText>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationindustry.CnsldtnIndustryText
- All Implemented Interfaces:
VdmEntitySet
Consolidation Industry - Text
Original entity name from the Odata EDM: CnsldtnIndustryText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of CnsldtnIndustryText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnIndustryText>Selector for all available fields of CnsldtnIndustryText.static final SimpleProperty.Boolean<CnsldtnIndustryText>static final SimpleProperty.String<CnsldtnIndustryText>static final SimpleProperty.String<CnsldtnIndustryText>static final SimpleProperty.String<CnsldtnIndustryText>static final NavigationProperty.Single<CnsldtnIndustryText,CnsldtnIndustry> Use with available request builders to apply the _Industry navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionCnsldtnIndustryText(String language, String industry, String industryName, Boolean cnsldtnIsAdditionalMasterData, CnsldtnIndustry to_Industry) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 4io.vavr.control.Option<CnsldtnIndustry>Retrieval of associated CnsldtnIndustry entity (one to one).Constraints: Not nullable, Maximum length: 20protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidsetCnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablevoidsetIndustry(CnsldtnIndustry value) Overwrites the associated CnsldtnIndustry entity for the loaded navigation property _Industry.voidsetIndustry(String industry) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetIndustryName(String industryName) Constraints: Not nullable, Maximum length: 20voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of CnsldtnIndustryText. -
LANGUAGE
-
INDUSTRY
-
INDUSTRY_NAME
-
CNSLDTN_IS_ADDITIONAL_MASTER_DATA
-
TO__INDUSTRY
Use with available request builders to apply the _Industry navigation property to query operations.
-
-
Constructor Details
-
CnsldtnIndustryText
public CnsldtnIndustryText() -
CnsldtnIndustryText
public CnsldtnIndustryText(@Nullable String language, @Nullable String industry, @Nullable String industryName, @Nullable Boolean cnsldtnIsAdditionalMasterData, @Nullable CnsldtnIndustry to_Industry)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CnsldtnIndustryText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setIndustry
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Industry
- Parameters:
industry- Industry
-
setIndustryName
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: IndustryName
- Parameters:
industryName- Description
-
setCnsldtnIsAdditionalMasterData
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Parameters:
cnsldtnIsAdditionalMasterData- Is Additional Master Data
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CnsldtnIndustryText>
-
getKey
- Overrides:
getKeyin classVdmObject<CnsldtnIndustryText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CnsldtnIndustryText>
-
fromMap
- Overrides:
fromMapin classVdmObject<CnsldtnIndustryText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CnsldtnIndustryText>
-
getIndustryIfPresent
Retrieval of associated CnsldtnIndustry entity (one to one). This corresponds to the OData navigation property _Industry.If the navigation property for an entity CnsldtnIndustryText has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _Industry is already loaded, the result will contain
the CnsldtnIndustry entity. If not, an
Optionwith result stateemptyis returned.
-
setIndustry
Overwrites the associated CnsldtnIndustry entity for the loaded navigation property _Industry.- Parameters:
value- New CnsldtnIndustry entity.
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getIndustry
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Industry
- Returns:
- Industry
-
getIndustryName
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: IndustryName
- Returns:
- Description
-
getCnsldtnIsAdditionalMasterData
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
- Is Additional Master Data
-
toString
- Overrides:
toStringin classVdmObject<CnsldtnIndustryText>
-
equals
- Overrides:
equalsin classVdmEntity<CnsldtnIndustryText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CnsldtnIndustryText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CnsldtnIndustryText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<CnsldtnIndustryText>
-