Class SlsPricingConditionTableText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: SlsPricingConditionTableTextType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SlsPricingConditionTableText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<SlsPricingConditionTableText>Selector for all available fields of SlsPricingConditionTableText.static final SimpleProperty.String<SlsPricingConditionTableText>static final SimpleProperty.String<SlsPricingConditionTableText>static final SimpleProperty.String<SlsPricingConditionTableText>static final SimpleProperty.String<SlsPricingConditionTableText>static final SimpleProperty.String<SlsPricingConditionTableText>Use with available request builders to apply the _SalesPricingConditionTable 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
ConstructorsConstructorDescriptionSlsPricingConditionTableText(String language, String conditionUsage, String conditionApplication, String conditionTable, String conditionTableText, SalesPricingConditionTable to_SalesPricingConditionTable) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 1protected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2io.vavr.control.Option<SalesPricingConditionTable>Retrieval of associated SalesPricingConditionTable entity (one to one).getType()inthashCode()voidsetConditionApplication(String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetConditionTable(String conditionTable) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetConditionTableText(String conditionTableText) Constraints: Not nullable, Maximum length: 60voidsetConditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidOverwrites the associated SalesPricingConditionTable entity for the loaded navigation property _SalesPricingConditionTable.toString()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 SlsPricingConditionTableText. -
LANGUAGE
-
CONDITION_USAGE
-
CONDITION_APPLICATION
-
CONDITION_TABLE
-
CONDITION_TABLE_TEXT
-
TO__SALES_PRICING_CONDITION_TABLE
public static final NavigationProperty.Single<SlsPricingConditionTableText,SalesPricingConditionTable> TO__SALES_PRICING_CONDITION_TABLEUse with available request builders to apply the _SalesPricingConditionTable navigation property to query operations.
-
-
Constructor Details
-
SlsPricingConditionTableText
public SlsPricingConditionTableText() -
SlsPricingConditionTableText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SlsPricingConditionTableText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setConditionUsage
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Parameters:
conditionUsage- Usage of the condition table
-
setConditionApplication
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Parameters:
conditionApplication- Application
-
setConditionTable
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ConditionTable
- Parameters:
conditionTable- Three-digit character field for IDocs
-
setConditionTableText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ConditionTableText
- Parameters:
conditionTableText- Explanatory Short Text
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SlsPricingConditionTableText>
-
getKey
- Overrides:
getKeyin classVdmObject<SlsPricingConditionTableText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SlsPricingConditionTableText>
-
fromMap
- Overrides:
fromMapin classVdmObject<SlsPricingConditionTableText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SlsPricingConditionTableText>
-
getSalesPricingConditionTableIfPresent
@Nonnull public io.vavr.control.Option<SalesPricingConditionTable> getSalesPricingConditionTableIfPresent()Retrieval of associated SalesPricingConditionTable entity (one to one). This corresponds to the OData navigation property _SalesPricingConditionTable.If the navigation property for an entity SlsPricingConditionTableText 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 _SalesPricingConditionTable is already loaded, the
result will contain the SalesPricingConditionTable entity. If not, an
Optionwith result stateemptyis returned.
-
setSalesPricingConditionTable
Overwrites the associated SalesPricingConditionTable entity for the loaded navigation property _SalesPricingConditionTable.- Parameters:
value- New SalesPricingConditionTable entity.
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getConditionUsage
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
- Usage of the condition table
-
getConditionApplication
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
- Application
-
getConditionTable
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ConditionTable
- Returns:
- Three-digit character field for IDocs
-
getConditionTableText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ConditionTableText
- Returns:
- Explanatory Short Text
-
toString
- Overrides:
toStringin classVdmObject<SlsPricingConditionTableText>
-
equals
- Overrides:
equalsin classVdmEntity<SlsPricingConditionTableText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SlsPricingConditionTableText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SlsPricingConditionTableText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SlsPricingConditionTableText>
-