public class ClfnCharcValueDescForKeyDate extends VdmEntity<ClfnCharcValueDescForKeyDate>
Modifier and Type | Class and Description |
---|---|
static class |
ClfnCharcValueDescForKeyDate.ClfnCharcValueDescForKeyDateBuilder |
Modifier and Type | Field and Description |
---|---|
static ClfnCharcValueDescForKeyDateSelectable |
ALL_FIELDS
Selector for all available fields of ClfnCharcValueDescForKeyDate.
|
static ClfnCharcValueDescForKeyDateField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ClfnCharcValueDescForKeyDateField<String> |
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations.
|
static ClfnCharcValueDescForKeyDateField<Calendar> |
CHARC_LAST_CHANGED_DATE_TIME
Use with available fluent helpers to apply the CharcLastChangedDateTime field to query operations.
|
static ClfnCharcValueDescForKeyDateField<String> |
CHARC_VALUE_DESCRIPTION
Use with available fluent helpers to apply the CharcValueDescription field to query operations.
|
static ClfnCharcValueDescForKeyDateField<String> |
CHARC_VALUE_POSITION_NUMBER
Use with available fluent helpers to apply the CharcValuePositionNumber field to query operations.
|
static ClfnCharcValueDescForKeyDateField<Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
static ClfnCharcValueDescForKeyDateField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ClfnCharcValueDescForKeyDateField<Calendar> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static ClfnCharcValueDescForKeyDateField<Calendar> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Constructor and Description |
---|
ClfnCharcValueDescForKeyDate() |
ClfnCharcValueDescForKeyDate(String charcInternalID,
String charcValuePositionNumber,
String language,
String charcValueDescription,
String changeNumber,
Calendar validityStartDate,
Calendar validityEndDate,
Calendar keyDate,
Calendar charcLastChangedDateTime,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ClfnCharcValueDescForKeyDate.ClfnCharcValueDescForKeyDateBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ClfnCharcValueDescForKeyDateField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getChangeNumber()
Constraints: Not nullable, Maximum length: 12 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
|
String |
getCharcInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Calendar |
getCharcLastChangedDateTime()
Constraints: Not nullable, Precision: 7 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.
|
String |
getCharcValueDescription()
Constraints: Not nullable, Maximum length: 70 characteristic value.This field helps users to assign values to characteristics in various languages.
|
String |
getCharcValuePositionNumber()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Calendar |
getKeyDate()
Constraints: Not nullable, Precision: 0
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
|
Class<ClfnCharcValueDescForKeyDate> |
getType() |
Calendar |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12 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
|
void |
setCharcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCharcLastChangedDateTime(Calendar charcLastChangedDateTime)
Constraints: Not nullable, Precision: 7 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.
|
void |
setCharcValueDescription(String charcValueDescription)
Constraints: Not nullable, Maximum length: 70 characteristic value.This field helps users to assign values to characteristics in various languages.
|
void |
setCharcValuePositionNumber(String charcValuePositionNumber)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setKeyDate(Calendar keyDate)
Constraints: Not nullable, Precision: 0
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
|
void |
setValidityEndDate(Calendar validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(Calendar validityStartDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ClfnCharcValueDescForKeyDateSelectable ALL_FIELDS
public static final ClfnCharcValueDescForKeyDateField<String> CHARC_INTERNAL_ID
public static final ClfnCharcValueDescForKeyDateField<String> CHARC_VALUE_POSITION_NUMBER
public static final ClfnCharcValueDescForKeyDateField<String> LANGUAGE
public static final ClfnCharcValueDescForKeyDateField<String> CHARC_VALUE_DESCRIPTION
public static final ClfnCharcValueDescForKeyDateField<String> CHANGE_NUMBER
public static final ClfnCharcValueDescForKeyDateField<Calendar> VALIDITY_START_DATE
public static final ClfnCharcValueDescForKeyDateField<Calendar> VALIDITY_END_DATE
public static final ClfnCharcValueDescForKeyDateField<Calendar> KEY_DATE
public static final ClfnCharcValueDescForKeyDateField<Calendar> CHARC_LAST_CHANGED_DATE_TIME
public ClfnCharcValueDescForKeyDate()
public ClfnCharcValueDescForKeyDate(@Nullable String charcInternalID, @Nullable String charcValuePositionNumber, @Nullable String language, @Nullable String charcValueDescription, @Nullable String changeNumber, @Nullable Calendar validityStartDate, @Nullable Calendar validityEndDate, @Nullable Calendar keyDate, @Nullable Calendar charcLastChangedDateTime, @Nullable ErpConfigContext erpConfigContext)
public Class<ClfnCharcValueDescForKeyDate> getType()
getType
in class VdmObject<ClfnCharcValueDescForKeyDate>
public static <T> ClfnCharcValueDescForKeyDateField<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 ClfnCharcValueDescForKeyDate.ClfnCharcValueDescForKeyDateBuilder builder()
@Nullable public String getCharcInternalID()
@Nullable public String getCharcValuePositionNumber()
@Nullable public String getLanguage()
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
@Nullable public String getCharcValueDescription()
characteristic value.This field helps users to assign values to characteristics in various languages.
@Nullable public String getChangeNumber()
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 Calendar getValidityStartDate()
@Nullable public Calendar getValidityEndDate()
@Nullable public Calendar getCharcLastChangedDateTime()
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.
@Nullable public ErpConfigContext getErpConfigContext()
public void setCharcInternalID(@Nullable String charcInternalID)
charcInternalID
- public void setCharcValuePositionNumber(@Nullable String charcValuePositionNumber)
charcValuePositionNumber
- public void setLanguage(@Nullable String language)
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
language
- public void setCharcValueDescription(@Nullable String charcValueDescription)
characteristic value.This field helps users to assign values to characteristics in various languages.
charcValueDescription
- public void setChangeNumber(@Nullable String 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
- public void setValidityStartDate(@Nullable Calendar validityStartDate)
validityStartDate
- public void setValidityEndDate(@Nullable Calendar validityEndDate)
validityEndDate
- public void setKeyDate(@Nullable Calendar keyDate)
keyDate
- public void setCharcLastChangedDateTime(@Nullable Calendar 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
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ClfnCharcValueDescForKeyDate>
public boolean equals(Object o)
equals
in class VdmObject<ClfnCharcValueDescForKeyDate>
public int hashCode()
hashCode
in class VdmObject<ClfnCharcValueDescForKeyDate>
Copyright © 2018 SAP SE. All rights reserved.