java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<Value>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.Value

public class Value extends VdmEntity<Value>
Characteristic Values

Original entity name from the Odata EDM: ValueType

  • Field Details

    • ALL_FIELDS

      public static final ValueSelectable ALL_FIELDS
      Selector for all available fields of Value.
    • FUNCTIONAL_LOCATION

      public static final ValueField<String> FUNCTIONAL_LOCATION
      Use with available fluent helpers to apply the FunctionalLocation field to query operations.
    • CLASS_TYPE

      public static final ValueField<String> CLASS_TYPE
      Use with available fluent helpers to apply the ClassType field to query operations.
    • CHARC_VALUE_POSITION_NUMBER

      public static final ValueField<String> CHARC_VALUE_POSITION_NUMBER
      Use with available fluent helpers to apply the CharcValuePositionNumber field to query operations.
    • CHARC_INTERNAL_ID

      public static final ValueField<String> CHARC_INTERNAL_ID
      Use with available fluent helpers to apply the CharcInternalID field to query operations.
    • FUNCTIONAL_LOCATION_LABEL_NAME

      public static final ValueField<String> FUNCTIONAL_LOCATION_LABEL_NAME
      Use with available fluent helpers to apply the FunctionalLocationLabelName field to query operations.
    • CHARACTERISTIC

      public static final ValueField<String> CHARACTERISTIC
      Use with available fluent helpers to apply the Characteristic field to query operations.
    • CHARC_DATA_TYPE

      public static final ValueField<String> CHARC_DATA_TYPE
      Use with available fluent helpers to apply the CharcDataType field to query operations.
    • CLASS_INTERNAL_ID

      public static final ValueField<String> CLASS_INTERNAL_ID
      Use with available fluent helpers to apply the ClassInternalID field to query operations.
    • KEY_DATE

      public static final ValueField<LocalDateTime> KEY_DATE
      Use with available fluent helpers to apply the KeyDate field to query operations.
    • CHANGE_NUMBER

      public static final ValueField<String> CHANGE_NUMBER
      Use with available fluent helpers to apply the ChangeNumber field to query operations.
    • CHARC_VALUE_DEPENDENCY

      public static final ValueField<String> CHARC_VALUE_DEPENDENCY
      Use with available fluent helpers to apply the CharcValueDependency field to query operations.
    • CHARC_VALUE

      public static final ValueField<String> CHARC_VALUE
      Use with available fluent helpers to apply the CharcValue field to query operations.
    • CHARC_FROM_NUMERIC_VALUE

      public static final ValueField<Double> CHARC_FROM_NUMERIC_VALUE
      Use with available fluent helpers to apply the CharcFromNumericValue field to query operations.
    • CHARC_FROM_NUMERIC_VALUE_UNIT

      public static final ValueField<String> CHARC_FROM_NUMERIC_VALUE_UNIT
      Use with available fluent helpers to apply the CharcFromNumericValueUnit field to query operations.
    • CHARC_TO_NUMERIC_VALUE

      public static final ValueField<Double> CHARC_TO_NUMERIC_VALUE
      Use with available fluent helpers to apply the CharcToNumericValue field to query operations.
    • CHARC_TO_NUMERIC_VALUE_UNIT

      public static final ValueField<String> CHARC_TO_NUMERIC_VALUE_UNIT
      Use with available fluent helpers to apply the CharcToNumericValueUnit field to query operations.
    • CHARC_FROM_DECIMAL_VALUE

      public static final ValueField<BigDecimal> CHARC_FROM_DECIMAL_VALUE
      Use with available fluent helpers to apply the CharcFromDecimalValue field to query operations.
    • CHARC_TO_DECIMAL_VALUE

      public static final ValueField<BigDecimal> CHARC_TO_DECIMAL_VALUE
      Use with available fluent helpers to apply the CharcToDecimalValue field to query operations.
    • CHARC_FROM_AMOUNT

      public static final ValueField<BigDecimal> CHARC_FROM_AMOUNT
      Use with available fluent helpers to apply the CharcFromAmount field to query operations.
    • CHARC_TO_AMOUNT

      public static final ValueField<BigDecimal> CHARC_TO_AMOUNT
      Use with available fluent helpers to apply the CharcToAmount field to query operations.
    • CURRENCY

      public static final ValueField<String> CURRENCY
      Use with available fluent helpers to apply the Currency field to query operations.
    • CHARC_FROM_DATE

      public static final ValueField<LocalDateTime> CHARC_FROM_DATE
      Use with available fluent helpers to apply the CharcFromDate field to query operations.
    • CHARC_TO_DATE

      public static final ValueField<LocalDateTime> CHARC_TO_DATE
      Use with available fluent helpers to apply the CharcToDate field to query operations.
    • CHARC_FROM_TIME

      public static final ValueField<LocalTime> CHARC_FROM_TIME
      Use with available fluent helpers to apply the CharcFromTime field to query operations.
    • CHARC_TO_TIME

      public static final ValueField<LocalTime> CHARC_TO_TIME
      Use with available fluent helpers to apply the CharcToTime field to query operations.
    • TO_FUNCTIONAL_LOCATION

      public static final ValueOneToOneLink<FunctionalLocation> TO_FUNCTIONAL_LOCATION
      Use with available fluent helpers to apply the to_FunctionalLocation navigation property to query operations.
    • TO_CHARACTERISTIC

      public static final ValueOneToOneLink<Characteristic> TO_CHARACTERISTIC
      Use with available fluent helpers to apply the to_Characteristic navigation property to query operations.
  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Value> getType()
      Specified by:
      getType in class VdmObject<Value>
    • setFunctionalLocation

      public void setFunctionalLocation(@Nullable String functionalLocation)
      (Key Field) Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: FunctionalLocation

      Parameters:
      functionalLocation - Key of Object to be Classified
    • setClassType

      public void setClassType(@Nullable String classType)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ClassType

      Parameters:
      classType - Class Type
    • setCharcValuePositionNumber

      public void setCharcValuePositionNumber(@Nullable String charcValuePositionNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CharcValuePositionNumber

      Parameters:
      charcValuePositionNumber - Characteristic value counter
    • setCharcInternalID

      public void setCharcInternalID(@Nullable String charcInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CharcInternalID

      Parameters:
      charcInternalID - Characteristic Internal ID
    • setFunctionalLocationLabelName

      public void setFunctionalLocationLabelName(@Nullable String functionalLocationLabelName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: FunctionalLocationLabelName

      Parameters:
      functionalLocationLabelName - Functional Location Label
    • setCharacteristic

      public void setCharacteristic(@Nullable String characteristic)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Characteristic

      Parameters:
      characteristic - Characteristic Name
    • setCharcDataType

      public void setCharcDataType(@Nullable String charcDataType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CharcDataType

      Parameters:
      charcDataType - Data type of characteristic
    • setClassInternalID

      public void setClassInternalID(@Nullable String classInternalID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ClassInternalID

      Parameters:
      classInternalID - Internal Class Number
    • setKeyDate

      public void setKeyDate(@Nullable LocalDateTime keyDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: KeyDate

      Parameters:
      keyDate - The keyDate to set.
    • setChangeNumber

      public void setChangeNumber(@Nullable String changeNumber)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Parameters:
      changeNumber - Change Number
    • setCharcValueDependency

      public void setCharcValueDependency(@Nullable String charcValueDependency)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CharcValueDependency

      Parameters:
      charcValueDependency - Code for value dependency
    • setCharcValue

      public void setCharcValue(@Nullable String charcValue)
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: CharcValue

      Parameters:
      charcValue - Characteristic Value
    • setCharcFromNumericValue

      public void setCharcFromNumericValue(@Nullable Double charcFromNumericValue)
      Constraints: none

      Original property name from the Odata EDM: CharcFromNumericValue

      Parameters:
      charcFromNumericValue - Internal floating point from
    • setCharcFromNumericValueUnit

      public void setCharcFromNumericValueUnit(@Nullable String charcFromNumericValueUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CharcFromNumericValueUnit

      Parameters:
      charcFromNumericValueUnit - Unit of Measurement
    • setCharcToNumericValue

      public void setCharcToNumericValue(@Nullable Double charcToNumericValue)
      Constraints: none

      Original property name from the Odata EDM: CharcToNumericValue

      Parameters:
      charcToNumericValue - Internal floating point value to
    • setCharcToNumericValueUnit

      public void setCharcToNumericValueUnit(@Nullable String charcToNumericValueUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CharcToNumericValueUnit

      Parameters:
      charcToNumericValueUnit - Unit of Measurement
    • setCharcFromDecimalValue

      public void setCharcFromDecimalValue(@Nullable BigDecimal charcFromDecimalValue)
      Constraints: Not nullable, Precision: 31, Scale: 14

      Original property name from the Odata EDM: CharcFromDecimalValue

      Parameters:
      charcFromDecimalValue - Lower Boundary for Numeric Field
    • setCharcToDecimalValue

      public void setCharcToDecimalValue(@Nullable BigDecimal charcToDecimalValue)
      Constraints: Not nullable, Precision: 31, Scale: 14

      Original property name from the Odata EDM: CharcToDecimalValue

      Parameters:
      charcToDecimalValue - Upper Boundary for Numeric Field
    • setCharcFromAmount

      public void setCharcFromAmount(@Nullable BigDecimal charcFromAmount)
      Constraints: Not nullable, Precision: 23, Scale: 3

      Original property name from the Odata EDM: CharcFromAmount

      Parameters:
      charcFromAmount - Lower Boundary for Currency Field
    • setCharcToAmount

      public void setCharcToAmount(@Nullable BigDecimal charcToAmount)
      Constraints: Not nullable, Precision: 23, Scale: 3

      Original property name from the Odata EDM: CharcToAmount

      Parameters:
      charcToAmount - Upper Boundary for Currency Field
    • setCurrency

      public void setCurrency(@Nullable String currency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: Currency

      Parameters:
      currency - Currency Key
    • setCharcFromDate

      public void setCharcFromDate(@Nullable LocalDateTime charcFromDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcFromDate

      Parameters:
      charcFromDate - Lower Boundary for Date-Interval
    • setCharcToDate

      public void setCharcToDate(@Nullable LocalDateTime charcToDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcToDate

      Parameters:
      charcToDate - Upper Boundary for Date-Interval
    • setCharcFromTime

      public void setCharcFromTime(@Nullable LocalTime charcFromTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcFromTime

      Parameters:
      charcFromTime - Lower Boundary for Time-Interval
    • setCharcToTime

      public void setCharcToTime(@Nullable LocalTime charcToTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcToTime

      Parameters:
      charcToTime - Upper Boundary for Time-Interval
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<Value>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<Value>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<Value>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<Value>
    • field

      @Nonnull public static <T> ValueField<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> ValueField<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<Value>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<Value>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<Value>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<Value>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<Value>
    • fetchFunctionalLocation

      @Nullable public FunctionalLocation fetchFunctionalLocation()
      Fetches the FunctionalLocation entity (one to one) associated with this entity. This corresponds to the OData navigation property to_FunctionalLocation.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated FunctionalLocation entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getFunctionalLocationOrFetch

      @Nullable public FunctionalLocation getFunctionalLocationOrFetch()
      Retrieval of associated FunctionalLocation entity (one to one). This corresponds to the OData navigation property to_FunctionalLocation.

      If the navigation property to_FunctionalLocation of a queried Value is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated FunctionalLocation entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getFunctionalLocationIfPresent

      @Nonnull public io.vavr.control.Option<FunctionalLocation> getFunctionalLocationIfPresent()
      Retrieval of associated FunctionalLocation entity (one to one). This corresponds to the OData navigation property to_FunctionalLocation.

      If the navigation property for an entity Value has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_FunctionalLocation is already loaded, the result will contain the FunctionalLocation entity. If not, an Option with result state empty is returned.
    • setFunctionalLocation

      public void setFunctionalLocation(FunctionalLocation value)
      Overwrites the associated FunctionalLocation entity for the loaded navigation property to_FunctionalLocation.
      Parameters:
      value - New FunctionalLocation entity.
    • fetchCharacteristic

      @Nullable public Characteristic fetchCharacteristic()
      Fetches the Characteristic entity (one to one) associated with this entity. This corresponds to the OData navigation property to_Characteristic.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated Characteristic entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCharacteristicOrFetch

      @Nullable public Characteristic getCharacteristicOrFetch()
      Retrieval of associated Characteristic entity (one to one). This corresponds to the OData navigation property to_Characteristic.

      If the navigation property to_Characteristic of a queried Value is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated Characteristic entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCharacteristicIfPresent

      @Nonnull public io.vavr.control.Option<Characteristic> getCharacteristicIfPresent()
      Retrieval of associated Characteristic entity (one to one). This corresponds to the OData navigation property to_Characteristic.

      If the navigation property for an entity Value has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_Characteristic is already loaded, the result will contain the Characteristic entity. If not, an Option with result state empty is returned.
    • setCharacteristic

      public void setCharacteristic(Characteristic value)
      Overwrites the associated Characteristic entity for the loaded navigation property to_Characteristic.
      Parameters:
      value - New Characteristic entity.
    • builder

      @Nonnull public static Value.ValueBuilder builder()
    • getFunctionalLocation

      @Nullable public String getFunctionalLocation()
      (Key Field) Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: FunctionalLocation

      Returns:
      Key of Object to be Classified
    • getClassType

      @Nullable public String getClassType()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ClassType

      Returns:
      Class Type
    • getCharcValuePositionNumber

      @Nullable public String getCharcValuePositionNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CharcValuePositionNumber

      Returns:
      Characteristic value counter
    • getCharcInternalID

      @Nullable public String getCharcInternalID()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CharcInternalID

      Returns:
      Characteristic Internal ID
    • getFunctionalLocationLabelName

      @Nullable public String getFunctionalLocationLabelName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: FunctionalLocationLabelName

      Returns:
      Functional Location Label
    • getCharacteristic

      @Nullable public String getCharacteristic()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Characteristic

      Returns:
      Characteristic Name
    • getCharcDataType

      @Nullable public String getCharcDataType()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CharcDataType

      Returns:
      Data type of characteristic
    • getClassInternalID

      @Nullable public String getClassInternalID()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ClassInternalID

      Returns:
      Internal Class Number
    • getKeyDate

      @Nullable public LocalDateTime getKeyDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: KeyDate

      Returns:
      The keyDate contained in this entity.
    • getChangeNumber

      @Nullable public String getChangeNumber()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Returns:
      Change Number
    • getCharcValueDependency

      @Nullable public String getCharcValueDependency()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CharcValueDependency

      Returns:
      Code for value dependency
    • getCharcValue

      @Nullable public String getCharcValue()
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: CharcValue

      Returns:
      Characteristic Value
    • getCharcFromNumericValue

      @Nullable public Double getCharcFromNumericValue()
      Constraints: none

      Original property name from the Odata EDM: CharcFromNumericValue

      Returns:
      Internal floating point from
    • getCharcFromNumericValueUnit

      @Nullable public String getCharcFromNumericValueUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CharcFromNumericValueUnit

      Returns:
      Unit of Measurement
    • getCharcToNumericValue

      @Nullable public Double getCharcToNumericValue()
      Constraints: none

      Original property name from the Odata EDM: CharcToNumericValue

      Returns:
      Internal floating point value to
    • getCharcToNumericValueUnit

      @Nullable public String getCharcToNumericValueUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CharcToNumericValueUnit

      Returns:
      Unit of Measurement
    • getCharcFromDecimalValue

      @Nullable public BigDecimal getCharcFromDecimalValue()
      Constraints: Not nullable, Precision: 31, Scale: 14

      Original property name from the Odata EDM: CharcFromDecimalValue

      Returns:
      Lower Boundary for Numeric Field
    • getCharcToDecimalValue

      @Nullable public BigDecimal getCharcToDecimalValue()
      Constraints: Not nullable, Precision: 31, Scale: 14

      Original property name from the Odata EDM: CharcToDecimalValue

      Returns:
      Upper Boundary for Numeric Field
    • getCharcFromAmount

      @Nullable public BigDecimal getCharcFromAmount()
      Constraints: Not nullable, Precision: 23, Scale: 3

      Original property name from the Odata EDM: CharcFromAmount

      Returns:
      Lower Boundary for Currency Field
    • getCharcToAmount

      @Nullable public BigDecimal getCharcToAmount()
      Constraints: Not nullable, Precision: 23, Scale: 3

      Original property name from the Odata EDM: CharcToAmount

      Returns:
      Upper Boundary for Currency Field
    • getCurrency

      @Nullable public String getCurrency()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: Currency

      Returns:
      Currency Key
    • getCharcFromDate

      @Nullable public LocalDateTime getCharcFromDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcFromDate

      Returns:
      Lower Boundary for Date-Interval
    • getCharcToDate

      @Nullable public LocalDateTime getCharcToDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcToDate

      Returns:
      Upper Boundary for Date-Interval
    • getCharcFromTime

      @Nullable public LocalTime getCharcFromTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcFromTime

      Returns:
      Lower Boundary for Time-Interval
    • getCharcToTime

      @Nullable public LocalTime getCharcToTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcToTime

      Returns:
      Upper Boundary for Time-Interval
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<Value>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<Value>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<Value>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<Value>