public class ClfnCharcValueForKeyDate extends VdmEntity<ClfnCharcValueForKeyDate>
Original entity name from the Odata EDM: A_ClfnCharcValueForKeyDateType
Modifier and Type | Class and Description |
---|---|
static class |
ClfnCharcValueForKeyDate.ClfnCharcValueForKeyDateBuilder
Helper class to allow for fluent creation of ClfnCharcValueForKeyDate instances.
|
Modifier and Type | Field and Description |
---|---|
static ClfnCharcValueForKeyDateSelectable |
ALL_FIELDS
Selector for all available fields of ClfnCharcValueForKeyDate.
|
static ClfnCharcValueForKeyDateField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ClfnCharcValueForKeyDateField<Double> |
CHARC_FROM_NUMERIC_VALUE
Use with available fluent helpers to apply the CharcFromNumericValue field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
CHARC_FROM_NUMERIC_VALUE_UNIT
Use with available fluent helpers to apply the CharcFromNumericValueUnit field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations.
|
static ClfnCharcValueForKeyDateField<ZonedDateTime> |
CHARC_LAST_CHANGED_DATE_TIME
Use with available fluent helpers to apply the CharcLastChangedDateTime field to query operations.
|
static ClfnCharcValueForKeyDateField<Double> |
CHARC_TO_NUMERIC_VALUE
Use with available fluent helpers to apply the CharcToNumericValue field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
CHARC_TO_NUMERIC_VALUE_UNIT
Use with available fluent helpers to apply the CharcToNumericValueUnit field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
CHARC_VALUE
Use with available fluent helpers to apply the CharcValue field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
CHARC_VALUE_DEPENDENCY
Use with available fluent helpers to apply the CharcValueDependency field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
CHARC_VALUE_POSITION_NUMBER
Use with available fluent helpers to apply the CharcValuePositionNumber field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
DOC_NUMBER
Use with available fluent helpers to apply the DocNumber field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
DOCUMENT_PART
Use with available fluent helpers to apply the DocumentPart field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
DOCUMENT_TYPE
Use with available fluent helpers to apply the DocumentType field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
DOCUMENT_VERSION
Use with available fluent helpers to apply the DocumentVersion field to query operations.
|
static ClfnCharcValueForKeyDateField<Boolean> |
IS_DEFAULT_VALUE
Use with available fluent helpers to apply the IsDefaultValue field to query operations.
|
static ClfnCharcValueForKeyDateField<LocalDateTime> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
static ClfnCharcValueForKeyDateField<String> |
LONG_TEXT_ID
Use with available fluent helpers to apply the LongTextID field to query operations.
|
static ClfnCharcValueForKeyDateLink<ClfnCharcValueDescForKeyDate> |
TO_CHARC_VALUE_DESC
Use with available fluent helpers to apply the to_CharcValueDesc navigation property to query operations.
|
static ClfnCharcValueForKeyDateField<LocalDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static ClfnCharcValueForKeyDateField<LocalDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ClfnCharcValueForKeyDate() |
ClfnCharcValueForKeyDate(String charcInternalID,
String charcValuePositionNumber,
String charcValueDependency,
String charcValue,
Double charcFromNumericValue,
Double charcToNumericValue,
Boolean isDefaultValue,
String charcFromNumericValueUnit,
String charcToNumericValueUnit,
String longTextID,
String changeNumber,
String documentType,
String docNumber,
String documentPart,
String documentVersion,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
LocalDateTime keyDate,
ZonedDateTime charcLastChangedDateTime,
List<ClfnCharcValueDescForKeyDate> toCharcValueDesc) |
Modifier and Type | Method and Description |
---|---|
void |
addCharcValueDesc(ClfnCharcValueDescForKeyDate... entity)
Adds elements to the list of associated ClfnCharcValueDescForKeyDate entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ClfnCharcValueForKeyDate.ClfnCharcValueForKeyDateBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ClfnCharcValueDescForKeyDate> |
fetchCharcValueDesc()
Fetches the ClfnCharcValueDescForKeyDate entities (one to many) associated with this entity.
|
static <T> ClfnCharcValueForKeyDateField<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
|
Double |
getCharcFromNumericValue()
Constraints: none
|
String |
getCharcFromNumericValueUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getCharcInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ZonedDateTime |
getCharcLastChangedDateTime()
Constraints: Not nullable, Precision: 7
|
Double |
getCharcToNumericValue()
Constraints: none
|
String |
getCharcToNumericValueUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getCharcValue()
Constraints: Not nullable, Maximum length: 70
|
String |
getCharcValueDependency()
Constraints: Not nullable, Maximum length: 1
|
io.vavr.control.Option<List<ClfnCharcValueDescForKeyDate>> |
getCharcValueDescIfPresent()
Retrieval of associated ClfnCharcValueDescForKeyDate entities (one to many).
|
List<ClfnCharcValueDescForKeyDate> |
getCharcValueDescOrFetch()
Retrieval of associated ClfnCharcValueDescForKeyDate entities (one to many).
|
String |
getCharcValuePositionNumber()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
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.
|
String |
getDocNumber()
Constraints: Not nullable, Maximum length: 25
|
String |
getDocumentPart()
Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentType()
Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentVersion()
Constraints: Not nullable, Maximum length: 2
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getIsDefaultValue()
Constraints: none
|
protected Map<String,Object> |
getKey() |
LocalDateTime |
getKeyDate()
Constraints: Not nullable, Precision: 0
|
String |
getLongTextID()
Constraints: Not nullable, Maximum length: 4
|
Class<ClfnCharcValueForKeyDate> |
getType() |
LocalDateTime |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
void |
setCharcFromNumericValue(Double charcFromNumericValue)
Constraints: none
|
void |
setCharcFromNumericValueUnit(String charcFromNumericValueUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setCharcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCharcLastChangedDateTime(ZonedDateTime charcLastChangedDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setCharcToNumericValue(Double charcToNumericValue)
Constraints: none
|
void |
setCharcToNumericValueUnit(String charcToNumericValueUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setCharcValue(String charcValue)
Constraints: Not nullable, Maximum length: 70
|
void |
setCharcValueDependency(String charcValueDependency)
Constraints: Not nullable, Maximum length: 1
|
void |
setCharcValueDesc(List<ClfnCharcValueDescForKeyDate> value)
Overwrites the list of associated ClfnCharcValueDescForKeyDate entities for the loaded navigation property
to_CharcValueDesc.
|
void |
setCharcValuePositionNumber(String charcValuePositionNumber)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setDocNumber(String docNumber)
Constraints: Not nullable, Maximum length: 25
|
void |
setDocumentPart(String documentPart)
Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentType(String documentType)
Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentVersion(String documentVersion)
Constraints: Not nullable, Maximum length: 2
|
void |
setIsDefaultValue(Boolean isDefaultValue)
Constraints: none
|
void |
setKeyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
void |
setLongTextID(String longTextID)
Constraints: Not nullable, Maximum length: 4
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setValidityEndDate(LocalDateTime validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
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 ClfnCharcValueForKeyDateSelectable ALL_FIELDS
public static final ClfnCharcValueForKeyDateField<String> CHARC_INTERNAL_ID
public static final ClfnCharcValueForKeyDateField<String> CHARC_VALUE_POSITION_NUMBER
public static final ClfnCharcValueForKeyDateField<String> CHARC_VALUE_DEPENDENCY
public static final ClfnCharcValueForKeyDateField<String> CHARC_VALUE
public static final ClfnCharcValueForKeyDateField<Double> CHARC_FROM_NUMERIC_VALUE
public static final ClfnCharcValueForKeyDateField<Double> CHARC_TO_NUMERIC_VALUE
public static final ClfnCharcValueForKeyDateField<Boolean> IS_DEFAULT_VALUE
public static final ClfnCharcValueForKeyDateField<String> CHARC_FROM_NUMERIC_VALUE_UNIT
public static final ClfnCharcValueForKeyDateField<String> CHARC_TO_NUMERIC_VALUE_UNIT
public static final ClfnCharcValueForKeyDateField<String> LONG_TEXT_ID
public static final ClfnCharcValueForKeyDateField<String> CHANGE_NUMBER
public static final ClfnCharcValueForKeyDateField<String> DOCUMENT_TYPE
public static final ClfnCharcValueForKeyDateField<String> DOC_NUMBER
public static final ClfnCharcValueForKeyDateField<String> DOCUMENT_PART
public static final ClfnCharcValueForKeyDateField<String> DOCUMENT_VERSION
public static final ClfnCharcValueForKeyDateField<LocalDateTime> VALIDITY_START_DATE
public static final ClfnCharcValueForKeyDateField<LocalDateTime> VALIDITY_END_DATE
public static final ClfnCharcValueForKeyDateField<LocalDateTime> KEY_DATE
public static final ClfnCharcValueForKeyDateField<ZonedDateTime> CHARC_LAST_CHANGED_DATE_TIME
public static final ClfnCharcValueForKeyDateLink<ClfnCharcValueDescForKeyDate> TO_CHARC_VALUE_DESC
public ClfnCharcValueForKeyDate()
public ClfnCharcValueForKeyDate(@Nullable String charcInternalID, @Nullable String charcValuePositionNumber, @Nullable String charcValueDependency, @Nullable String charcValue, @Nullable Double charcFromNumericValue, @Nullable Double charcToNumericValue, @Nullable Boolean isDefaultValue, @Nullable String charcFromNumericValueUnit, @Nullable String charcToNumericValueUnit, @Nullable String longTextID, @Nullable String changeNumber, @Nullable String documentType, @Nullable String docNumber, @Nullable String documentPart, @Nullable String documentVersion, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable LocalDateTime keyDate, @Nullable ZonedDateTime charcLastChangedDateTime, List<ClfnCharcValueDescForKeyDate> toCharcValueDesc)
@Nonnull public Class<ClfnCharcValueForKeyDate> getType()
getType
in class VdmObject<ClfnCharcValueForKeyDate>
public 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
- Int counterpublic void setCharcValueDependency(@Nullable String charcValueDependency)
Original property name from the Odata EDM: CharcValueDependency
Example: 1.54>-<2.088The coding of the individual possible entries is described below.Code Operator Value1 Operator Value21 EQ2 GE LT3 GE LE4 GT LT5 GT LE6 LT7 LE8 GT9 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:55The values in date format (DATE) must have the format DD.MM.YYYY. The separators are set automatically.
Example: 110100 --> 11.01.2000NoteIf 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 setCharcToNumericValue(@Nullable Double charcToNumericValue)
Original property name from the Odata EDM: CharcToNumericValue
charcToNumericValue
- Internal floating point value topublic void setIsDefaultValue(@Nullable Boolean isDefaultValue)
Original property name from the Odata EDM: IsDefaultValue
isDefaultValue
- This indicator determines whether the value appears as a default in characteristic value assignment.public 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 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 setLongTextID(@Nullable String longTextID)
Original property name from the Odata EDM: LongTextID
longTextID
- Number of Related Textpublic void setChangeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create an object with a change number, the following functions are at your disposal:The system determines the validity conditionsThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date validity (valid-from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation of the changesAssignment of a revision level to a change state of a material or documentRelease of changes for the different areas in the company
changeNumber
- Number used to uniquely identify a change master record.public void setDocumentType(@Nullable String documentType)
Original property name from the Odata EDM: DocumentType
documentType
- Part of the document key, which categorizes documents according to their distinguishing features and
the organizational procedures which result from them.public void setDocNumber(@Nullable String docNumber)
Original property name from the Odata EDM: DocNumber
docNumber
- This number is the main part of the document key, which is used to identify the document.public void setDocumentPart(@Nullable String documentPart)
Original property name from the Odata EDM: DocumentPart
Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
documentPart
- Section of a document which is maintained as an independent document.public void setDocumentVersion(@Nullable String documentVersion)
Original property name from the Odata EDM: DocumentVersion
A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress).
documentVersion
- Number which identifies the version of a document.public void setValidityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Specifies the start date for the validity period of an object (such as material, BOM, or routing).public void setValidityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- End of validity period of an object (such as material, BOM, or routing) in the SAP System.public void setKeyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
keyDate
- The keyDate to set.public void setCharcLastChangedDateTime(@Nullable ZonedDateTime charcLastChangedDateTime)
Original property name from the Odata EDM: CharcLastChangedDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
charcLastChangedDateTime
- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ClfnCharcValueForKeyDate>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ClfnCharcValueForKeyDate>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ClfnCharcValueForKeyDate>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ClfnCharcValueForKeyDate>
@Nonnull public static <T> ClfnCharcValueForKeyDateField<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> ClfnCharcValueForKeyDateField<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<ClfnCharcValueForKeyDate>
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<ClfnCharcValueForKeyDate>
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<ClfnCharcValueForKeyDate>
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<ClfnCharcValueForKeyDate>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ClfnCharcValueForKeyDate>
@Nonnull public List<ClfnCharcValueDescForKeyDate> fetchCharcValueDesc() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
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 List<ClfnCharcValueDescForKeyDate> getCharcValueDescOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CharcValueDesc of a queried ClfnCharcValueForKeyDate 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<List<ClfnCharcValueDescForKeyDate>> getCharcValueDescIfPresent()
If the navigation property for an entity ClfnCharcValueForKeyDate 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 setCharcValueDesc(@Nonnull List<ClfnCharcValueDescForKeyDate> value)
If the navigation property to_CharcValueDesc of a queried ClfnCharcValueForKeyDate 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.
value
- List of ClfnCharcValueDescForKeyDate entities.public void addCharcValueDesc(ClfnCharcValueDescForKeyDate... entity)
If the navigation property to_CharcValueDesc of a queried ClfnCharcValueForKeyDate 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.
entity
- Array of ClfnCharcValueDescForKeyDate entities.public static ClfnCharcValueForKeyDate.ClfnCharcValueForKeyDateBuilder builder()
@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 String getCharcValueDependency()
Original property name from the Odata EDM: CharcValueDependency
Example: 1.54>-<2.088The coding of the individual possible entries is described below.Code Operator Value1 Operator Value21 EQ2 GE LT3 GE LE4 GT LT5 GT LE6 LT7 LE8 GT9 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:55The values in date format (DATE) must have the format DD.MM.YYYY. The separators are set automatically.
Example: 110100 --> 11.01.2000NoteIf 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 Double getCharcToNumericValue()
Original property name from the Odata EDM: CharcToNumericValue
@Nullable public Boolean getIsDefaultValue()
Original property name from the Odata EDM: IsDefaultValue
@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 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 String getLongTextID()
Original property name from the Odata EDM: LongTextID
@Nullable public String getChangeNumber()
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create an object with a change number, the following functions are at your disposal:The system determines the validity conditionsThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date validity (valid-from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation of the changesAssignment of a revision level to a change state of a material or documentRelease of changes for the different areas in the company
@Nullable public String getDocumentType()
Original property name from the Odata EDM: DocumentType
@Nullable public String getDocNumber()
Original property name from the Odata EDM: DocNumber
@Nullable public String getDocumentPart()
Original property name from the Odata EDM: DocumentPart
Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
@Nullable public String getDocumentVersion()
Original property name from the Odata EDM: DocumentVersion
A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress).
@Nullable public LocalDateTime getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public LocalDateTime getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public LocalDateTime getKeyDate()
Original property name from the Odata EDM: KeyDate
@Nullable public ZonedDateTime getCharcLastChangedDateTime()
Original property name from the Odata EDM: CharcLastChangedDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
public String toString()
toString
in class VdmObject<ClfnCharcValueForKeyDate>
public boolean equals(Object o)
equals
in class VdmObject<ClfnCharcValueForKeyDate>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ClfnCharcValueForKeyDate>
public int hashCode()
hashCode
in class VdmObject<ClfnCharcValueForKeyDate>
Copyright © 2020 SAP SE. All rights reserved.