public class ChangeMasterCharcValue extends VdmEntity<ChangeMasterCharcValue>
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<Calendar> |
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<Calendar> |
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<Calendar> |
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<Calendar> |
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<Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
Constructor and Description |
---|
ChangeMasterCharcValue() |
ChangeMasterCharcValue(String changeNumber,
String classType,
String charcInternalID,
String charcValuePositionNumber,
Calendar keyDate,
String charcValueDependency,
String charcValue,
Double charcFromNumericValue,
String charcFromNumericValueUnit,
Double charcToNumericValue,
String charcToNumericValueUnit,
BigDecimal charcFromDecimalValue,
BigDecimal charcToDecimalValue,
BigDecimal charcFromAmount,
BigDecimal charcToAmount,
String currency,
Calendar charcFromDate,
Calendar charcToDate,
Calendar charcFromTime,
Calendar charcToTime,
String characteristicAuthor,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ChangeMasterCharcValue.ChangeMasterCharcValueBuilder |
builder() |
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.
|
String |
getChangeNumber()
(Key Field) Constraints: Not nullable, Maximum length: 90
|
String |
getCharacteristicAuthor()
Constraints: Not nullable, Maximum length: 1
|
BigDecimal |
getCharcFromAmount()
Constraints: Not nullable, Precision: 24, Scale: 3
|
Calendar |
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
|
Calendar |
getCharcFromTime()
Constraints: Not nullable, Precision: 0
|
String |
getCharcInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BigDecimal |
getCharcToAmount()
Constraints: Not nullable, Precision: 24, Scale: 3
|
Calendar |
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
|
Calendar |
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 |
getClassType()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getCurrency()
Constraints: Not nullable, Maximum length: 5
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Calendar |
getKeyDate()
Constraints: Not nullable, Precision: 0
|
Class<ChangeMasterCharcValue> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
void |
setCharacteristicAuthor(String characteristicAuthor)
Constraints: Not nullable, Maximum length: 1
|
void |
setCharcFromAmount(BigDecimal charcFromAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
void |
setCharcFromDate(Calendar 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(Calendar charcFromTime)
Constraints: Not nullable, Precision: 0
|
void |
setCharcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCharcToAmount(BigDecimal charcToAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
void |
setCharcToDate(Calendar 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(Calendar 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 |
setClassType(String classType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setCurrency(String currency)
Constraints: Not nullable, Maximum length: 5
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setKeyDate(Calendar keyDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
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<Calendar> 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<Calendar> CHARC_FROM_DATE
public static final ChangeMasterCharcValueField<Calendar> CHARC_TO_DATE
public static final ChangeMasterCharcValueField<Calendar> CHARC_FROM_TIME
public static final ChangeMasterCharcValueField<Calendar> CHARC_TO_TIME
public static final ChangeMasterCharcValueField<String> CHARACTERISTIC_AUTHOR
@Generated(value="lombok") public ChangeMasterCharcValue()
@ConstructorProperties(value={"changeNumber","classType","charcInternalID","charcValuePositionNumber","keyDate","charcValueDependency","charcValue","charcFromNumericValue","charcFromNumericValueUnit","charcToNumericValue","charcToNumericValueUnit","charcFromDecimalValue","charcToDecimalValue","charcFromAmount","charcToAmount","currency","charcFromDate","charcToDate","charcFromTime","charcToTime","characteristicAuthor","erpConfigContext"}) @Generated(value="lombok") public ChangeMasterCharcValue(@Nullable String changeNumber, @Nullable String classType, @Nullable String charcInternalID, @Nullable String charcValuePositionNumber, @Nullable Calendar 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 Calendar charcFromDate, @Nullable Calendar charcToDate, @Nullable Calendar charcFromTime, @Nullable Calendar charcToTime, @Nullable String characteristicAuthor, @Nullable ErpConfigContext erpConfigContext)
public Class<ChangeMasterCharcValue> getType()
getType
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.@Generated(value="lombok") public static ChangeMasterCharcValue.ChangeMasterCharcValueBuilder builder()
@Nullable @Generated(value="lombok") public String getChangeNumber()
@Nullable @Generated(value="lombok") public String getClassType()
@Nullable @Generated(value="lombok") public String getCharcInternalID()
@Nullable @Generated(value="lombok") public String getCharcValuePositionNumber()
@Nullable @Generated(value="lombok") public Calendar getKeyDate()
@Nullable @Generated(value="lombok") public String getCharcValueDependency()
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 @Generated(value="lombok") public String getCharcValue()
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 @Generated(value="lombok") public Double getCharcFromNumericValue()
@Nullable @Generated(value="lombok") public String getCharcFromNumericValueUnit()
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 @Generated(value="lombok") public Double getCharcToNumericValue()
@Nullable @Generated(value="lombok") public String getCharcToNumericValueUnit()
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 @Generated(value="lombok") public BigDecimal getCharcFromDecimalValue()
@Nullable @Generated(value="lombok") public BigDecimal getCharcToDecimalValue()
@Nullable @Generated(value="lombok") public BigDecimal getCharcFromAmount()
@Nullable @Generated(value="lombok") public BigDecimal getCharcToAmount()
@Nullable @Generated(value="lombok") public String getCurrency()
@Nullable @Generated(value="lombok") public Calendar getCharcFromDate()
@Nullable @Generated(value="lombok") public Calendar getCharcToDate()
@Nullable @Generated(value="lombok") public Calendar getCharcFromTime()
@Nullable @Generated(value="lombok") public Calendar getCharcToTime()
@Nullable @Generated(value="lombok") public String getCharacteristicAuthor()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setChangeNumber(@Nullable String changeNumber)
changeNumber
- @Generated(value="lombok") public void setClassType(@Nullable String classType)
classType
- @Generated(value="lombok") public void setCharcInternalID(@Nullable String charcInternalID)
charcInternalID
- @Generated(value="lombok") public void setCharcValuePositionNumber(@Nullable String charcValuePositionNumber)
charcValuePositionNumber
- @Generated(value="lombok") public void setKeyDate(@Nullable Calendar keyDate)
keyDate
- @Generated(value="lombok") public void setCharcValueDependency(@Nullable String 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
- @Generated(value="lombok") public void setCharcValue(@Nullable String 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
- @Generated(value="lombok") public void setCharcFromNumericValue(@Nullable Double charcFromNumericValue)
charcFromNumericValue
- @Generated(value="lombok") public void setCharcFromNumericValueUnit(@Nullable String 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
- @Generated(value="lombok") public void setCharcToNumericValue(@Nullable Double charcToNumericValue)
charcToNumericValue
- @Generated(value="lombok") public void setCharcToNumericValueUnit(@Nullable String 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
- @Generated(value="lombok") public void setCharcFromDecimalValue(@Nullable BigDecimal charcFromDecimalValue)
charcFromDecimalValue
- @Generated(value="lombok") public void setCharcToDecimalValue(@Nullable BigDecimal charcToDecimalValue)
charcToDecimalValue
- @Generated(value="lombok") public void setCharcFromAmount(@Nullable BigDecimal charcFromAmount)
charcFromAmount
- @Generated(value="lombok") public void setCharcToAmount(@Nullable BigDecimal charcToAmount)
charcToAmount
- @Generated(value="lombok") public void setCurrency(@Nullable String currency)
currency
- @Generated(value="lombok") public void setCharcFromDate(@Nullable Calendar charcFromDate)
charcFromDate
- @Generated(value="lombok") public void setCharcToDate(@Nullable Calendar charcToDate)
charcToDate
- @Generated(value="lombok") public void setCharcFromTime(@Nullable Calendar charcFromTime)
charcFromTime
- @Generated(value="lombok") public void setCharcToTime(@Nullable Calendar charcToTime)
charcToTime
- @Generated(value="lombok") public void setCharacteristicAuthor(@Nullable String characteristicAuthor)
characteristicAuthor
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ChangeMasterCharcValue>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ChangeMasterCharcValue>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ChangeMasterCharcValue>
Copyright © 2017 SAP SE. All rights reserved.