public class ClfnClassTextForKeyDate extends VdmEntity<ClfnClassTextForKeyDate>
Modifier and Type | Class and Description |
---|---|
static class |
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
Modifier and Type | Field and Description |
---|---|
static ClfnClassTextForKeyDateSelectable |
ALL_FIELDS
Selector for all available fields of ClfnClassTextForKeyDate.
|
static ClfnClassTextForKeyDateField<String> |
CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations.
|
static ClfnClassTextForKeyDateField<String> |
CLASS_TEXT
Use with available fluent helpers to apply the ClassText field to query operations.
|
static ClfnClassTextForKeyDateField<Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
static ClfnClassTextForKeyDateField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ClfnClassTextForKeyDateField<String> |
LONG_TEXT_ID
Use with available fluent helpers to apply the LongTextID field to query operations.
|
Constructor and Description |
---|
ClfnClassTextForKeyDate() |
ClfnClassTextForKeyDate(String classInternalID,
String language,
String longTextID,
String classText,
Calendar keyDate,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ClfnClassTextForKeyDateField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getClassInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getClassText()
Constraints: Not nullable, Maximum length: 40
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Calendar |
getKeyDate()
Constraints: Not nullable, Precision: 0
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getLongTextID()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
Class<ClfnClassTextForKeyDate> |
getType() |
int |
hashCode() |
void |
setClassInternalID(String classInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setClassText(String classText)
Constraints: Not nullable, Maximum length: 40
|
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
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setLongTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ClfnClassTextForKeyDateSelectable ALL_FIELDS
public static final ClfnClassTextForKeyDateField<String> CLASS_INTERNAL_ID
public static final ClfnClassTextForKeyDateField<String> LANGUAGE
public static final ClfnClassTextForKeyDateField<String> LONG_TEXT_ID
public static final ClfnClassTextForKeyDateField<String> CLASS_TEXT
public static final ClfnClassTextForKeyDateField<Calendar> KEY_DATE
@Generated(value="lombok") public ClfnClassTextForKeyDate()
@ConstructorProperties(value={"classInternalID","language","longTextID","classText","keyDate","erpConfigContext"}) @Generated(value="lombok") public ClfnClassTextForKeyDate(@Nullable String classInternalID, @Nullable String language, @Nullable String longTextID, @Nullable String classText, @Nullable Calendar keyDate, @Nullable ErpConfigContext erpConfigContext)
public Class<ClfnClassTextForKeyDate> getType()
getType
in class VdmObject<ClfnClassTextForKeyDate>
public static <T> ClfnClassTextForKeyDateField<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 ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder builder()
@Nullable @Generated(value="lombok") public String getClassInternalID()
@Nullable @Generated(value="lombok") public String getLanguage()
In DISPLAY mode, this field identifies the language a record is written in. In CREATE mode, use this field to identify the language you will use to enter a description. To do so either: Type in the appropriate code, or Request a list of language codes and make a selection by either: . Pressing F4, or . Clicking the down arrow NOTE: It is not possible to make entries in this field, everywhere in the system. Sometimes the system automatically completes the field, and you may not change it.
@Nullable @Generated(value="lombok") public String getLongTextID()
The text ID serves as a unique ID for the text. Use the field as follows in Customizing under Personnel Management -> Global Settings in Personnel Management-> Dialog Control -> Set up Control Parameters for User Interface: Texts for Dynamic Menu: You can assign up to three texts to each root node using the text ID. These texts are maintained in the General text table. General text table: The text ID along with the language key represents a unique ID for a text.
@Nullable @Generated(value="lombok") public String getClassText()
@Nullable @Generated(value="lombok") public Calendar getKeyDate()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setClassInternalID(@Nullable String classInternalID)
classInternalID
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
In DISPLAY mode, this field identifies the language a record is written in. In CREATE mode, use this field to identify the language you will use to enter a description. To do so either: Type in the appropriate code, or Request a list of language codes and make a selection by either: . Pressing F4, or . Clicking the down arrow NOTE: It is not possible to make entries in this field, everywhere in the system. Sometimes the system automatically completes the field, and you may not change it.
language
- @Generated(value="lombok") public void setLongTextID(@Nullable String longTextID)
The text ID serves as a unique ID for the text. Use the field as follows in Customizing under Personnel Management -> Global Settings in Personnel Management-> Dialog Control -> Set up Control Parameters for User Interface: Texts for Dynamic Menu: You can assign up to three texts to each root node using the text ID. These texts are maintained in the General text table. General text table: The text ID along with the language key represents a unique ID for a text.
longTextID
- @Generated(value="lombok") public void setClassText(@Nullable String classText)
classText
- @Generated(value="lombok") public void setKeyDate(@Nullable Calendar keyDate)
keyDate
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ClfnClassTextForKeyDate>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ClfnClassTextForKeyDate>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ClfnClassTextForKeyDate>
Copyright © 2018 SAP SE. All rights reserved.