public class EquipClassCharacteristicValue extends VdmEntity<EquipClassCharacteristicValue>
Original entity name from the Odata EDM: EquipClassCharacteristicValueType
Modifier and Type | Class and Description |
---|---|
static class |
EquipClassCharacteristicValue.EquipClassCharacteristicValueBuilder
Helper class to allow for fluent creation of EquipClassCharacteristicValue instances.
|
Modifier and Type | Field and Description |
---|---|
static EquipClassCharacteristicValueSelectable |
ALL_FIELDS
Selector for all available fields of EquipClassCharacteristicValue.
|
static EquipClassCharacteristicValueField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CHARACTERISTIC
Use with available fluent helpers to apply the Characteristic field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CHARACTERISTIC_INTERNAL_ID
Use with available fluent helpers to apply the CharacteristicInternalID field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CHARC_DATA_TYPE
Use with available fluent helpers to apply the CharcDataType field to query operations.
|
static EquipClassCharacteristicValueField<BigDecimal> |
CHARC_FROM_AMOUNT
Use with available fluent helpers to apply the CharcFromAmount field to query operations.
|
static EquipClassCharacteristicValueField<LocalDateTime> |
CHARC_FROM_DATE
Use with available fluent helpers to apply the CharcFromDate field to query operations.
|
static EquipClassCharacteristicValueField<BigDecimal> |
CHARC_FROM_DECIMAL_VALUE
Use with available fluent helpers to apply the CharcFromDecimalValue field to query operations.
|
static EquipClassCharacteristicValueField<Double> |
CHARC_FROM_NUMERIC_VALUE
Use with available fluent helpers to apply the CharcFromNumericValue field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CHARC_FROM_NUMERIC_VALUE_UNIT
Use with available fluent helpers to apply the CharcFromNumericValueUnit field to query operations.
|
static EquipClassCharacteristicValueField<LocalTime> |
CHARC_FROM_TIME
Use with available fluent helpers to apply the CharcFromTime field to query operations.
|
static EquipClassCharacteristicValueField<BigDecimal> |
CHARC_TO_AMOUNT
Use with available fluent helpers to apply the CharcToAmount field to query operations.
|
static EquipClassCharacteristicValueField<LocalDateTime> |
CHARC_TO_DATE
Use with available fluent helpers to apply the CharcToDate field to query operations.
|
static EquipClassCharacteristicValueField<BigDecimal> |
CHARC_TO_DECIMAL_VALUE
Use with available fluent helpers to apply the CharcToDecimalValue field to query operations.
|
static EquipClassCharacteristicValueField<Double> |
CHARC_TO_NUMERIC_VALUE
Use with available fluent helpers to apply the CharcToNumericValue field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CHARC_TO_NUMERIC_VALUE_UNIT
Use with available fluent helpers to apply the CharcToNumericValueUnit field to query operations.
|
static EquipClassCharacteristicValueField<LocalTime> |
CHARC_TO_TIME
Use with available fluent helpers to apply the CharcToTime field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CHARC_VALUE
Use with available fluent helpers to apply the CharcValue field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CHARC_VALUE_DEPENDENCY
Use with available fluent helpers to apply the CharcValueDependency field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CHARC_VALUE_POSITION_NUMBER
Use with available fluent helpers to apply the CharcValuePositionNumber field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CLASS_TYPE
Use with available fluent helpers to apply the ClassType field to query operations.
|
static EquipClassCharacteristicValueField<String> |
CURRENCY
Use with available fluent helpers to apply the Currency field to query operations.
|
static EquipClassCharacteristicValueField<String> |
EQUIPMENT
Use with available fluent helpers to apply the Equipment field to query operations.
|
static EquipClassCharacteristicValueField<LocalDateTime> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
static EquipClassCharacteristicValueOneToOneLink<EquipmentClassCharacteristic> |
TO_CHARACTERISTIC
Use with available fluent helpers to apply the to_Characteristic navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
EquipClassCharacteristicValue() |
EquipClassCharacteristicValue(String equipment,
String classType,
String charcValuePositionNumber,
String characteristicInternalID,
String characteristic,
String charcDataType,
String classInternalID,
LocalDateTime keyDate,
String changeNumber,
String charcValueDependency,
String charcValue,
Double charcFromNumericValue,
String charcFromNumericValueUnit,
Double charcToNumericValue,
String charcToNumericValueUnit,
BigDecimal charcFromDecimalValue,
BigDecimal charcToDecimalValue,
BigDecimal charcFromAmount,
BigDecimal charcToAmount,
String currency,
LocalDateTime charcFromDate,
LocalDateTime charcToDate,
LocalTime charcFromTime,
LocalTime charcToTime,
EquipmentClassCharacteristic toCharacteristic) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static EquipClassCharacteristicValue.EquipClassCharacteristicValueBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
EquipmentClassCharacteristic |
fetchCharacteristic()
Fetches the EquipmentClassCharacteristic entity (one to one) associated with this entity.
|
static <T> EquipClassCharacteristicValueField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getChangeNumber()
Constraints: Not nullable, Maximum length: 12
|
String |
getCharacteristic()
Constraints: Not nullable, Maximum length: 30
|
io.vavr.control.Option<EquipmentClassCharacteristic> |
getCharacteristicIfPresent()
Retrieval of associated EquipmentClassCharacteristic entity (one to one).
|
String |
getCharacteristicInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
EquipmentClassCharacteristic |
getCharacteristicOrFetch()
Retrieval of associated EquipmentClassCharacteristic entity (one to one).
|
String |
getCharcDataType()
Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getCharcFromAmount()
Constraints: Not nullable, Precision: 24, Scale: 3
|
LocalDateTime |
getCharcFromDate()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getCharcFromDecimalValue()
Constraints: Not nullable, Precision: 31, Scale: 14
|
Double |
getCharcFromNumericValue()
Constraints: none
|
String |
getCharcFromNumericValueUnit()
Constraints: Not nullable, Maximum length: 3
|
LocalTime |
getCharcFromTime()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getCharcToAmount()
Constraints: Not nullable, Precision: 24, Scale: 3
|
LocalDateTime |
getCharcToDate()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getCharcToDecimalValue()
Constraints: Not nullable, Precision: 31, Scale: 14
|
Double |
getCharcToNumericValue()
Constraints: none
|
String |
getCharcToNumericValueUnit()
Constraints: Not nullable, Maximum length: 3
|
LocalTime |
getCharcToTime()
Constraints: Not nullable, Precision: 0
|
String |
getCharcValue()
Constraints: Not nullable, Maximum length: 70
|
String |
getCharcValueDependency()
Constraints: Not nullable, Maximum length: 1
|
String |
getCharcValuePositionNumber()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getClassInternalID()
Constraints: Not nullable, Maximum length: 10
|
String |
getClassType()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getCurrency()
Constraints: Not nullable, Maximum length: 5
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getEquipment()
(Key Field) Constraints: Not nullable, Maximum length: 18
|
protected Map<String,Object> |
getKey() |
LocalDateTime |
getKeyDate()
Constraints: Not nullable, Precision: 0
|
Class<EquipClassCharacteristicValue> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
void |
setCharacteristic(EquipmentClassCharacteristic value)
Overwrites the associated EquipmentClassCharacteristic entity for the loaded navigation property
to_Characteristic.
|
void |
setCharacteristic(String characteristic)
Constraints: Not nullable, Maximum length: 30
|
void |
setCharacteristicInternalID(String characteristicInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCharcDataType(String charcDataType)
Constraints: Not nullable, Maximum length: 4
|
void |
setCharcFromAmount(BigDecimal charcFromAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
void |
setCharcFromDate(LocalDateTime charcFromDate)
Constraints: Not nullable, Precision: 0
|
void |
setCharcFromDecimalValue(BigDecimal charcFromDecimalValue)
Constraints: Not nullable, Precision: 31, Scale: 14
|
void |
setCharcFromNumericValue(Double charcFromNumericValue)
Constraints: none
|
void |
setCharcFromNumericValueUnit(String charcFromNumericValueUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setCharcFromTime(LocalTime charcFromTime)
Constraints: Not nullable, Precision: 0
|
void |
setCharcToAmount(BigDecimal charcToAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
void |
setCharcToDate(LocalDateTime charcToDate)
Constraints: Not nullable, Precision: 0
|
void |
setCharcToDecimalValue(BigDecimal charcToDecimalValue)
Constraints: Not nullable, Precision: 31, Scale: 14
|
void |
setCharcToNumericValue(Double charcToNumericValue)
Constraints: none
|
void |
setCharcToNumericValueUnit(String charcToNumericValueUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setCharcToTime(LocalTime charcToTime)
Constraints: Not nullable, Precision: 0
|
void |
setCharcValue(String charcValue)
Constraints: Not nullable, Maximum length: 70
|
void |
setCharcValueDependency(String charcValueDependency)
Constraints: Not nullable, Maximum length: 1
|
void |
setCharcValuePositionNumber(String charcValuePositionNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setClassInternalID(String classInternalID)
Constraints: Not nullable, Maximum length: 10
|
void |
setClassType(String classType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setCurrency(String currency)
Constraints: Not nullable, Maximum length: 5
|
void |
setEquipment(String equipment)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
void |
setKeyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final EquipClassCharacteristicValueSelectable ALL_FIELDS
public static final EquipClassCharacteristicValueField<String> EQUIPMENT
public static final EquipClassCharacteristicValueField<String> CLASS_TYPE
public static final EquipClassCharacteristicValueField<String> CHARC_VALUE_POSITION_NUMBER
public static final EquipClassCharacteristicValueField<String> CHARACTERISTIC_INTERNAL_ID
public static final EquipClassCharacteristicValueField<String> CHARACTERISTIC
public static final EquipClassCharacteristicValueField<String> CHARC_DATA_TYPE
public static final EquipClassCharacteristicValueField<String> CLASS_INTERNAL_ID
public static final EquipClassCharacteristicValueField<LocalDateTime> KEY_DATE
public static final EquipClassCharacteristicValueField<String> CHANGE_NUMBER
public static final EquipClassCharacteristicValueField<String> CHARC_VALUE_DEPENDENCY
public static final EquipClassCharacteristicValueField<String> CHARC_VALUE
public static final EquipClassCharacteristicValueField<Double> CHARC_FROM_NUMERIC_VALUE
public static final EquipClassCharacteristicValueField<String> CHARC_FROM_NUMERIC_VALUE_UNIT
public static final EquipClassCharacteristicValueField<Double> CHARC_TO_NUMERIC_VALUE
public static final EquipClassCharacteristicValueField<String> CHARC_TO_NUMERIC_VALUE_UNIT
public static final EquipClassCharacteristicValueField<BigDecimal> CHARC_FROM_DECIMAL_VALUE
public static final EquipClassCharacteristicValueField<BigDecimal> CHARC_TO_DECIMAL_VALUE
public static final EquipClassCharacteristicValueField<BigDecimal> CHARC_FROM_AMOUNT
public static final EquipClassCharacteristicValueField<BigDecimal> CHARC_TO_AMOUNT
public static final EquipClassCharacteristicValueField<String> CURRENCY
public static final EquipClassCharacteristicValueField<LocalDateTime> CHARC_FROM_DATE
public static final EquipClassCharacteristicValueField<LocalDateTime> CHARC_TO_DATE
public static final EquipClassCharacteristicValueField<LocalTime> CHARC_FROM_TIME
public static final EquipClassCharacteristicValueField<LocalTime> CHARC_TO_TIME
public static final EquipClassCharacteristicValueOneToOneLink<EquipmentClassCharacteristic> TO_CHARACTERISTIC
public EquipClassCharacteristicValue()
public EquipClassCharacteristicValue(@Nullable String equipment, @Nullable String classType, @Nullable String charcValuePositionNumber, @Nullable String characteristicInternalID, @Nullable String characteristic, @Nullable String charcDataType, @Nullable String classInternalID, @Nullable LocalDateTime keyDate, @Nullable String changeNumber, @Nullable String charcValueDependency, @Nullable String charcValue, @Nullable Double charcFromNumericValue, @Nullable String charcFromNumericValueUnit, @Nullable Double charcToNumericValue, @Nullable String charcToNumericValueUnit, @Nullable BigDecimal charcFromDecimalValue, @Nullable BigDecimal charcToDecimalValue, @Nullable BigDecimal charcFromAmount, @Nullable BigDecimal charcToAmount, @Nullable String currency, @Nullable LocalDateTime charcFromDate, @Nullable LocalDateTime charcToDate, @Nullable LocalTime charcFromTime, @Nullable LocalTime charcToTime, @Nullable EquipmentClassCharacteristic toCharacteristic)
@Nonnull public Class<EquipClassCharacteristicValue> getType()
getType
in class VdmObject<EquipClassCharacteristicValue>
public void setEquipment(@Nullable String equipment)
Original property name from the Odata EDM: Equipment
equipment
- Equipment Numberpublic void setClassType(@Nullable String classType)
Original property name from the Odata EDM: ClassType
classType
- Class Typepublic void setCharcValuePositionNumber(@Nullable String charcValuePositionNumber)
Original property name from the Odata EDM: CharcValuePositionNumber
charcValuePositionNumber
- Characteristic value counterpublic void setCharacteristicInternalID(@Nullable String characteristicInternalID)
Original property name from the Odata EDM: CharacteristicInternalID
characteristicInternalID
- Characteristic Internal IDpublic void setCharacteristic(@Nullable String characteristic)
Original property name from the Odata EDM: Characteristic
characteristic
- Characteristic Namepublic void setCharcDataType(@Nullable String charcDataType)
Original property name from the Odata EDM: CharcDataType
charcDataType
- Data type of characteristicpublic void setClassInternalID(@Nullable String classInternalID)
Original property name from the Odata EDM: ClassInternalID
classInternalID
- Internal Class Numberpublic void setKeyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
keyDate
- The keyDate to set.public void setChangeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
changeNumber
- Change Numberpublic void setCharcValueDependency(@Nullable String charcValueDependency)
Original property name from the Odata EDM: CharcValueDependency
charcValueDependency
- Code for value dependencypublic void setCharcValue(@Nullable String charcValue)
Original property name from the Odata EDM: CharcValue
charcValue
- Characteristic Valuepublic void setCharcFromNumericValue(@Nullable Double charcFromNumericValue)
Original property name from the Odata EDM: CharcFromNumericValue
charcFromNumericValue
- Internal floating point frompublic void setCharcFromNumericValueUnit(@Nullable String charcFromNumericValueUnit)
Original property name from the Odata EDM: CharcFromNumericValueUnit
charcFromNumericValueUnit
- Unit of Measurementpublic void setCharcToNumericValue(@Nullable Double charcToNumericValue)
Original property name from the Odata EDM: CharcToNumericValue
charcToNumericValue
- Internal floating point value topublic void setCharcToNumericValueUnit(@Nullable String charcToNumericValueUnit)
Original property name from the Odata EDM: CharcToNumericValueUnit
charcToNumericValueUnit
- Unit of Measurementpublic void setCharcFromDecimalValue(@Nullable BigDecimal charcFromDecimalValue)
Original property name from the Odata EDM: CharcFromDecimalValue
charcFromDecimalValue
- Lower Boundary for Numeric Fieldpublic void setCharcToDecimalValue(@Nullable BigDecimal charcToDecimalValue)
Original property name from the Odata EDM: CharcToDecimalValue
charcToDecimalValue
- Upper Boundary for Numeric Fieldpublic void setCharcFromAmount(@Nullable BigDecimal charcFromAmount)
Original property name from the Odata EDM: CharcFromAmount
charcFromAmount
- Lower Boundary for Currency Fieldpublic void setCharcToAmount(@Nullable BigDecimal charcToAmount)
Original property name from the Odata EDM: CharcToAmount
charcToAmount
- Upper Boundary for Currency Fieldpublic void setCurrency(@Nullable String currency)
Original property name from the Odata EDM: Currency
currency
- Currency Keypublic void setCharcFromDate(@Nullable LocalDateTime charcFromDate)
Original property name from the Odata EDM: CharcFromDate
charcFromDate
- Lower Boundary for Date-Intervalpublic void setCharcToDate(@Nullable LocalDateTime charcToDate)
Original property name from the Odata EDM: CharcToDate
charcToDate
- Upper Boundary for Date-Intervalpublic void setCharcFromTime(@Nullable LocalTime charcFromTime)
Original property name from the Odata EDM: CharcFromTime
charcFromTime
- Lower Boundary for Time-Intervalpublic void setCharcToTime(@Nullable LocalTime charcToTime)
Original property name from the Odata EDM: CharcToTime
charcToTime
- Upper Boundary for Time-Intervalprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<EquipClassCharacteristicValue>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<EquipClassCharacteristicValue>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<EquipClassCharacteristicValue>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<EquipClassCharacteristicValue>
@Nonnull public static <T> EquipClassCharacteristicValueField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> EquipClassCharacteristicValueField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<EquipClassCharacteristicValue>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<EquipClassCharacteristicValue>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<EquipClassCharacteristicValue>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<EquipClassCharacteristicValue>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<EquipClassCharacteristicValue>
@Nullable public EquipmentClassCharacteristic fetchCharacteristic() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.com.sap.cloud.sdk.odatav2.connectivity.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.@Nullable public EquipmentClassCharacteristic getCharacteristicOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Characteristic of a queried EquipClassCharacteristicValue 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.
com.sap.cloud.sdk.odatav2.connectivity.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.@Nonnull public io.vavr.control.Option<EquipmentClassCharacteristic> getCharacteristicIfPresent()
If the navigation property for an entity EquipClassCharacteristicValue has not been resolved yet, this
method will not query further information. Instead its Option
result state will be
empty
.
Option
with result state
empty
is returned.public void setCharacteristic(EquipmentClassCharacteristic value)
value
- New EquipmentClassCharacteristic entity.@Nonnull public static EquipClassCharacteristicValue.EquipClassCharacteristicValueBuilder builder()
@Nullable public String getEquipment()
Original property name from the Odata EDM: Equipment
@Nullable public String getClassType()
Original property name from the Odata EDM: ClassType
@Nullable public String getCharcValuePositionNumber()
Original property name from the Odata EDM: CharcValuePositionNumber
@Nullable public String getCharacteristicInternalID()
Original property name from the Odata EDM: CharacteristicInternalID
@Nullable public String getCharacteristic()
Original property name from the Odata EDM: Characteristic
@Nullable public String getCharcDataType()
Original property name from the Odata EDM: CharcDataType
@Nullable public String getClassInternalID()
Original property name from the Odata EDM: ClassInternalID
@Nullable public LocalDateTime getKeyDate()
Original property name from the Odata EDM: KeyDate
@Nullable public String getChangeNumber()
Original property name from the Odata EDM: ChangeNumber
@Nullable public String getCharcValueDependency()
Original property name from the Odata EDM: CharcValueDependency
@Nullable public String getCharcValue()
Original property name from the Odata EDM: CharcValue
@Nullable public Double getCharcFromNumericValue()
Original property name from the Odata EDM: CharcFromNumericValue
@Nullable public String getCharcFromNumericValueUnit()
Original property name from the Odata EDM: CharcFromNumericValueUnit
@Nullable public Double getCharcToNumericValue()
Original property name from the Odata EDM: CharcToNumericValue
@Nullable public String getCharcToNumericValueUnit()
Original property name from the Odata EDM: CharcToNumericValueUnit
@Nullable public BigDecimal getCharcFromDecimalValue()
Original property name from the Odata EDM: CharcFromDecimalValue
@Nullable public BigDecimal getCharcToDecimalValue()
Original property name from the Odata EDM: CharcToDecimalValue
@Nullable public BigDecimal getCharcFromAmount()
Original property name from the Odata EDM: CharcFromAmount
@Nullable public BigDecimal getCharcToAmount()
Original property name from the Odata EDM: CharcToAmount
@Nullable public String getCurrency()
Original property name from the Odata EDM: Currency
@Nullable public LocalDateTime getCharcFromDate()
Original property name from the Odata EDM: CharcFromDate
@Nullable public LocalDateTime getCharcToDate()
Original property name from the Odata EDM: CharcToDate
@Nullable public LocalTime getCharcFromTime()
Original property name from the Odata EDM: CharcFromTime
@Nullable public LocalTime getCharcToTime()
Original property name from the Odata EDM: CharcToTime
@Nonnull public String toString()
toString
in class VdmObject<EquipClassCharacteristicValue>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<EquipClassCharacteristicValue>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<EquipClassCharacteristicValue>
public int hashCode()
hashCode
in class VdmObject<EquipClassCharacteristicValue>
Copyright © 2021 SAP SE. All rights reserved.