public class ChangeMasterCharcValue extends VdmEntity<ChangeMasterCharcValue>
Original entity name from the Odata EDM: A_ChangeMasterCharcValueType
Modifier and Type | Class and Description |
---|---|
static class |
ChangeMasterCharcValue.ChangeMasterCharcValueBuilder |
Modifier and Type | Field and Description |
---|---|
static ChangeMasterCharcValueSelectable |
ALL_FIELDS
Selector for all available fields of ChangeMasterCharcValue.
|
static ChangeMasterCharcValueField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ChangeMasterCharcValueField<String> |
CHARACTERISTIC_AUTHOR
Use with available fluent helpers to apply the CharacteristicAuthor field to query operations.
|
static ChangeMasterCharcValueField<BigDecimal> |
CHARC_FROM_AMOUNT
Use with available fluent helpers to apply the CharcFromAmount field to query operations.
|
static ChangeMasterCharcValueField<LocalDateTime> |
CHARC_FROM_DATE
Use with available fluent helpers to apply the CharcFromDate field to query operations.
|
static ChangeMasterCharcValueField<BigDecimal> |
CHARC_FROM_DECIMAL_VALUE
Use with available fluent helpers to apply the CharcFromDecimalValue field to query operations.
|
static ChangeMasterCharcValueField<Double> |
CHARC_FROM_NUMERIC_VALUE
Use with available fluent helpers to apply the CharcFromNumericValue field to query operations.
|
static ChangeMasterCharcValueField<String> |
CHARC_FROM_NUMERIC_VALUE_UNIT
Use with available fluent helpers to apply the CharcFromNumericValueUnit field to query operations.
|
static ChangeMasterCharcValueField<LocalTime> |
CHARC_FROM_TIME
Use with available fluent helpers to apply the CharcFromTime field to query operations.
|
static ChangeMasterCharcValueField<String> |
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations.
|
static ChangeMasterCharcValueField<BigDecimal> |
CHARC_TO_AMOUNT
Use with available fluent helpers to apply the CharcToAmount field to query operations.
|
static ChangeMasterCharcValueField<LocalDateTime> |
CHARC_TO_DATE
Use with available fluent helpers to apply the CharcToDate field to query operations.
|
static ChangeMasterCharcValueField<BigDecimal> |
CHARC_TO_DECIMAL_VALUE
Use with available fluent helpers to apply the CharcToDecimalValue field to query operations.
|
static ChangeMasterCharcValueField<Double> |
CHARC_TO_NUMERIC_VALUE
Use with available fluent helpers to apply the CharcToNumericValue field to query operations.
|
static ChangeMasterCharcValueField<String> |
CHARC_TO_NUMERIC_VALUE_UNIT
Use with available fluent helpers to apply the CharcToNumericValueUnit field to query operations.
|
static ChangeMasterCharcValueField<LocalTime> |
CHARC_TO_TIME
Use with available fluent helpers to apply the CharcToTime field to query operations.
|
static ChangeMasterCharcValueField<String> |
CHARC_VALUE
Use with available fluent helpers to apply the CharcValue field to query operations.
|
static ChangeMasterCharcValueField<String> |
CHARC_VALUE_DEPENDENCY
Use with available fluent helpers to apply the CharcValueDependency field to query operations.
|
static ChangeMasterCharcValueField<String> |
CHARC_VALUE_POSITION_NUMBER
Use with available fluent helpers to apply the CharcValuePositionNumber field to query operations.
|
static ChangeMasterCharcValueField<String> |
CLASS_TYPE
Use with available fluent helpers to apply the ClassType field to query operations.
|
static ChangeMasterCharcValueField<String> |
CURRENCY
Use with available fluent helpers to apply the Currency field to query operations.
|
static ChangeMasterCharcValueField<LocalDateTime> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ChangeMasterCharcValue() |
ChangeMasterCharcValue(String changeNumber,
String classType,
String charcInternalID,
String charcValuePositionNumber,
LocalDateTime keyDate,
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,
String characteristicAuthor,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ChangeMasterCharcValue.ChangeMasterCharcValueBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ChangeMasterCharcValueField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getChangeNumber()
(Key Field) Constraints: Not nullable, Maximum length: 90 Original property name from the Odata EDM: ChangeNumber
|
String |
getCharacteristicAuthor()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: CharacteristicAuthor
|
BigDecimal |
getCharcFromAmount()
Constraints: Not nullable, Precision: 24, Scale: 3 Original property name from the Odata EDM: CharcFromAmount
|
LocalDateTime |
getCharcFromDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: CharcFromDate
|
BigDecimal |
getCharcFromDecimalValue()
Constraints: Not nullable, Precision: 31, Scale: 14 Original property name from the Odata EDM: CharcFromDecimalValue
|
Double |
getCharcFromNumericValue()
Constraints: noneOriginal property name from the Odata EDM: CharcFromNumericValue
|
String |
getCharcFromNumericValueUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: CharcFromNumericValueUnitThis format is used for internal processing.
|
LocalTime |
getCharcFromTime()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: CharcFromTime
|
String |
getCharcInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: CharcInternalID
|
BigDecimal |
getCharcToAmount()
Constraints: Not nullable, Precision: 24, Scale: 3 Original property name from the Odata EDM: CharcToAmount
|
LocalDateTime |
getCharcToDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: CharcToDate
|
BigDecimal |
getCharcToDecimalValue()
Constraints: Not nullable, Precision: 31, Scale: 14 Original property name from the Odata EDM: CharcToDecimalValue
|
Double |
getCharcToNumericValue()
Constraints: noneOriginal property name from the Odata EDM: CharcToNumericValue
|
String |
getCharcToNumericValueUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: CharcToNumericValueUnitThis format is used for internal processing.
|
LocalTime |
getCharcToTime()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: CharcToTime
|
String |
getCharcValue()
Constraints: Not nullable, Maximum length: 70 Original property name from the Odata EDM: CharcValueIf the characteristic has character format (CHAR), this field contains a single character string.
|
String |
getCharcValueDependency()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: CharcValueDependencyExample: 1.54>-<2.088
The coding of the individual possible entries is described below.
|
String |
getCharcValuePositionNumber()
(Key Field) Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: CharcValuePositionNumber
|
String |
getClassType()
(Key Field) Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: ClassType
|
String |
getCurrency()
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: Currency
|
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
protected Map<String,Object> |
getKey() |
LocalDateTime |
getKeyDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: KeyDate
|
Class<ChangeMasterCharcValue> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
(Key Field) Constraints: Not nullable, Maximum length: 90 Original property name from the Odata EDM: ChangeNumber
|
void |
setCharacteristicAuthor(String characteristicAuthor)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: CharacteristicAuthor
|
void |
setCharcFromAmount(BigDecimal charcFromAmount)
Constraints: Not nullable, Precision: 24, Scale: 3 Original property name from the Odata EDM: CharcFromAmount
|
void |
setCharcFromDate(LocalDateTime charcFromDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: CharcFromDate
|
void |
setCharcFromDecimalValue(BigDecimal charcFromDecimalValue)
Constraints: Not nullable, Precision: 31, Scale: 14 Original property name from the Odata EDM: CharcFromDecimalValue
|
void |
setCharcFromNumericValue(Double charcFromNumericValue)
Constraints: noneOriginal property name from the Odata EDM: CharcFromNumericValue
|
void |
setCharcFromNumericValueUnit(String charcFromNumericValueUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: CharcFromNumericValueUnitThis format is used for internal processing.
|
void |
setCharcFromTime(LocalTime charcFromTime)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: CharcFromTime
|
void |
setCharcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: CharcInternalID
|
void |
setCharcToAmount(BigDecimal charcToAmount)
Constraints: Not nullable, Precision: 24, Scale: 3 Original property name from the Odata EDM: CharcToAmount
|
void |
setCharcToDate(LocalDateTime charcToDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: CharcToDate
|
void |
setCharcToDecimalValue(BigDecimal charcToDecimalValue)
Constraints: Not nullable, Precision: 31, Scale: 14 Original property name from the Odata EDM: CharcToDecimalValue
|
void |
setCharcToNumericValue(Double charcToNumericValue)
Constraints: noneOriginal property name from the Odata EDM: CharcToNumericValue
|
void |
setCharcToNumericValueUnit(String charcToNumericValueUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: CharcToNumericValueUnitThis format is used for internal processing.
|
void |
setCharcToTime(LocalTime charcToTime)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: CharcToTime
|
void |
setCharcValue(String charcValue)
Constraints: Not nullable, Maximum length: 70 Original property name from the Odata EDM: CharcValueIf the characteristic has character format (CHAR), this field contains a single character string.
|
void |
setCharcValueDependency(String charcValueDependency)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: CharcValueDependencyExample: 1.54>-<2.088
The coding of the individual possible entries is described below.
|
void |
setCharcValuePositionNumber(String charcValuePositionNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: CharcValuePositionNumber
|
void |
setClassType(String classType)
(Key Field) Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: ClassType
|
void |
setCurrency(String currency)
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: Currency
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setKeyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: KeyDate
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ChangeMasterCharcValueSelectable ALL_FIELDS
public static final ChangeMasterCharcValueField<String> CHANGE_NUMBER
public static final ChangeMasterCharcValueField<String> CLASS_TYPE
public static final ChangeMasterCharcValueField<String> CHARC_INTERNAL_ID
public static final ChangeMasterCharcValueField<String> CHARC_VALUE_POSITION_NUMBER
public static final ChangeMasterCharcValueField<LocalDateTime> KEY_DATE
public static final ChangeMasterCharcValueField<String> CHARC_VALUE_DEPENDENCY
public static final ChangeMasterCharcValueField<String> CHARC_VALUE
public static final ChangeMasterCharcValueField<Double> CHARC_FROM_NUMERIC_VALUE
public static final ChangeMasterCharcValueField<String> CHARC_FROM_NUMERIC_VALUE_UNIT
public static final ChangeMasterCharcValueField<Double> CHARC_TO_NUMERIC_VALUE
public static final ChangeMasterCharcValueField<String> CHARC_TO_NUMERIC_VALUE_UNIT
public static final ChangeMasterCharcValueField<BigDecimal> CHARC_FROM_DECIMAL_VALUE
public static final ChangeMasterCharcValueField<BigDecimal> CHARC_TO_DECIMAL_VALUE
public static final ChangeMasterCharcValueField<BigDecimal> CHARC_FROM_AMOUNT
public static final ChangeMasterCharcValueField<BigDecimal> CHARC_TO_AMOUNT
public static final ChangeMasterCharcValueField<String> CURRENCY
public static final ChangeMasterCharcValueField<LocalDateTime> CHARC_FROM_DATE
public static final ChangeMasterCharcValueField<LocalDateTime> CHARC_TO_DATE
public static final ChangeMasterCharcValueField<LocalTime> CHARC_FROM_TIME
public static final ChangeMasterCharcValueField<LocalTime> CHARC_TO_TIME
public static final ChangeMasterCharcValueField<String> CHARACTERISTIC_AUTHOR
public ChangeMasterCharcValue()
public ChangeMasterCharcValue(@Nullable String changeNumber, @Nullable String classType, @Nullable String charcInternalID, @Nullable String charcValuePositionNumber, @Nullable LocalDateTime keyDate, @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 String characteristicAuthor, @Nullable ErpConfigContext erpConfigContext)
public Class<ChangeMasterCharcValue> getType()
getType
in class VdmObject<ChangeMasterCharcValue>
public void setChangeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
changeNumber
- Key of Object to be Classifiedpublic void setClassType(@Nullable String classType)
Original property name from the Odata EDM: ClassType
classType
- Uniquely identifies the class typepublic void setCharcInternalID(@Nullable String charcInternalID)
Original property name from the Odata EDM: CharcInternalID
charcInternalID
- Internal characteristic number without conversion routinepublic void setCharcValuePositionNumber(@Nullable String charcValuePositionNumber)
Original property name from the Odata EDM: CharcValuePositionNumber
charcValuePositionNumber
- Characteristic value counterpublic void setKeyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
keyDate
- public void setCharcValueDependency(@Nullable String charcValueDependency)
Original property name from the Odata EDM: CharcValueDependency
Example: 1.54>-<2.088 The coding of the individual possible entries is described below. Code Operator Value1 Operator Value2 1 EQ 2 GE LT 3 GE LE 4 GT LT 5 GT LE 6 LT 7 LE 8 GT 9 GE
charcValueDependency
- When defining values, intervals can be defined such that the FROM value or TO value is given an operator.public void setCharcValue(@Nullable String charcValue)
Original property name from the Odata EDM: CharcValue
If the characteristic has character format (CHAR), this field contains a single character string.
Values in time format (TIME) must have the format HH:MM:SS. The separators are set automatically.
Example: 112855 --> 11:28:55
The values in date format (DATE) must have the format DD.MM.YYYY. The separators are set automatically.
Example: 110100 --> 11.01.2000
Note
If you valuate validity parameters, you cannot specify intervals. You can only specify individual values.
The following description does not apply to the valuation of validity parameters:
If the characteristic format is numeric (NUM), time (TIME), or date (DATE), you can enter a number or (if allowed) an interval.
Intervals are written in the following format:
Value1 - Value2 (from Value1 to Value2)
>Value1 (greater than Value1)
>=Value1 (greater than or equal to Value1)
charcValue
- Value of a characteristic.public 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
This format is used for internal processing. The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
charcFromNumericValueUnit
- Internal, language-independent, measurement unit format.public 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
This format is used for internal processing. The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
charcToNumericValueUnit
- Internal, language-independent, measurement unit format.public 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
- Key for the currency in which the amounts are managed in the system.public 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-Intervalpublic void setCharacteristicAuthor(@Nullable String characteristicAuthor)
Original property name from the Odata EDM: CharacteristicAuthor
characteristicAuthor
- Classification: Authorprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<ChangeMasterCharcValue>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ChangeMasterCharcValue>
protected Map<String,Object> getKey()
getKey
in class VdmObject<ChangeMasterCharcValue>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ChangeMasterCharcValue>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ChangeMasterCharcValue>
public static <T> ChangeMasterCharcValueField<T> field(String fieldName, Class<T> fieldType)
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.public static ChangeMasterCharcValue.ChangeMasterCharcValueBuilder builder()
@Nullable public String getChangeNumber()
Original property name from the Odata EDM: ChangeNumber
@Nullable public String getClassType()
Original property name from the Odata EDM: ClassType
@Nullable public String getCharcInternalID()
Original property name from the Odata EDM: CharcInternalID
@Nullable public String getCharcValuePositionNumber()
Original property name from the Odata EDM: CharcValuePositionNumber
@Nullable public LocalDateTime getKeyDate()
Original property name from the Odata EDM: KeyDate
@Nullable public String getCharcValueDependency()
Original property name from the Odata EDM: CharcValueDependency
Example: 1.54>-<2.088 The coding of the individual possible entries is described below. Code Operator Value1 Operator Value2 1 EQ 2 GE LT 3 GE LE 4 GT LT 5 GT LE 6 LT 7 LE 8 GT 9 GE
@Nullable public String getCharcValue()
Original property name from the Odata EDM: CharcValue
If the characteristic has character format (CHAR), this field contains a single character string.
Values in time format (TIME) must have the format HH:MM:SS. The separators are set automatically.
Example: 112855 --> 11:28:55
The values in date format (DATE) must have the format DD.MM.YYYY. The separators are set automatically.
Example: 110100 --> 11.01.2000
Note
If you valuate validity parameters, you cannot specify intervals. You can only specify individual values.
The following description does not apply to the valuation of validity parameters:
If the characteristic format is numeric (NUM), time (TIME), or date (DATE), you can enter a number or (if allowed) an interval.
Intervals are written in the following format:
Value1 - Value2 (from Value1 to Value2)
>Value1 (greater than Value1)
>=Value1 (greater than or equal to Value1)
@Nullable public Double getCharcFromNumericValue()
Original property name from the Odata EDM: CharcFromNumericValue
@Nullable public String getCharcFromNumericValueUnit()
Original property name from the Odata EDM: CharcFromNumericValueUnit
This format is used for internal processing. The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
@Nullable public Double getCharcToNumericValue()
Original property name from the Odata EDM: CharcToNumericValue
@Nullable public String getCharcToNumericValueUnit()
Original property name from the Odata EDM: CharcToNumericValueUnit
This format is used for internal processing. The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
@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
@Nullable public String getCharacteristicAuthor()
Original property name from the Odata EDM: CharacteristicAuthor
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<ChangeMasterCharcValue>
erpConfigContext
- public String toString()
toString
in class VdmObject<ChangeMasterCharcValue>
public boolean equals(Object o)
equals
in class VdmObject<ChangeMasterCharcValue>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ChangeMasterCharcValue>
public int hashCode()
hashCode
in class VdmObject<ChangeMasterCharcValue>
Copyright © 2018 SAP SE. All rights reserved.