public class ClfnClassKeywordForKeyDate extends VdmEntity<ClfnClassKeywordForKeyDate>
Modifier and Type | Class and Description |
---|---|
static class |
ClfnClassKeywordForKeyDate.ClfnClassKeywordForKeyDateBuilder |
Modifier and Type | Field and Description |
---|---|
static ClfnClassKeywordForKeyDateSelectable |
ALL_FIELDS
Selector for all available fields of ClfnClassKeywordForKeyDate.
|
static ClfnClassKeywordForKeyDateField<String> |
CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations.
|
static ClfnClassKeywordForKeyDateField<String> |
CLASS_KEYWORD_POSITION_NUMBER
Use with available fluent helpers to apply the ClassKeywordPositionNumber field to query operations.
|
static ClfnClassKeywordForKeyDateField<String> |
CLASS_KEYWORD_TEXT
Use with available fluent helpers to apply the ClassKeywordText field to query operations.
|
static ClfnClassKeywordForKeyDateField<Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
static ClfnClassKeywordForKeyDateField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
ClfnClassKeywordForKeyDate() |
ClfnClassKeywordForKeyDate(String classInternalID,
String language,
String classKeywordPositionNumber,
String classKeywordText,
Calendar keyDate,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ClfnClassKeywordForKeyDate.ClfnClassKeywordForKeyDateBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ClfnClassKeywordForKeyDateField<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 |
getClassKeywordPositionNumber()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getClassKeywordText()
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
|
Class<ClfnClassKeywordForKeyDate> |
getType() |
int |
hashCode() |
void |
setClassInternalID(String classInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setClassKeywordPositionNumber(String classKeywordPositionNumber)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setClassKeywordText(String classKeywordText)
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ClfnClassKeywordForKeyDateSelectable ALL_FIELDS
public static final ClfnClassKeywordForKeyDateField<String> CLASS_INTERNAL_ID
public static final ClfnClassKeywordForKeyDateField<String> LANGUAGE
public static final ClfnClassKeywordForKeyDateField<String> CLASS_KEYWORD_POSITION_NUMBER
public static final ClfnClassKeywordForKeyDateField<String> CLASS_KEYWORD_TEXT
public static final ClfnClassKeywordForKeyDateField<Calendar> KEY_DATE
@Generated(value="lombok") public ClfnClassKeywordForKeyDate()
@ConstructorProperties(value={"classInternalID","language","classKeywordPositionNumber","classKeywordText","keyDate","erpConfigContext"}) @Generated(value="lombok") public ClfnClassKeywordForKeyDate(@Nullable String classInternalID, @Nullable String language, @Nullable String classKeywordPositionNumber, @Nullable String classKeywordText, @Nullable Calendar keyDate, @Nullable ErpConfigContext erpConfigContext)
public Class<ClfnClassKeywordForKeyDate> getType()
getType
in class VdmObject<ClfnClassKeywordForKeyDate>
public static <T> ClfnClassKeywordForKeyDateField<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 ClfnClassKeywordForKeyDate.ClfnClassKeywordForKeyDateBuilder builder()
@Nullable @Generated(value="lombok") public String getClassInternalID()
@Nullable @Generated(value="lombok") 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 @Generated(value="lombok") public String getClassKeywordPositionNumber()
@Nullable @Generated(value="lombok") public String getClassKeywordText()
The description you entered on the basic data screen serves as the first keyword.
@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)
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- @Generated(value="lombok") public void setClassKeywordPositionNumber(@Nullable String classKeywordPositionNumber)
classKeywordPositionNumber
- @Generated(value="lombok") public void setClassKeywordText(@Nullable String classKeywordText)
The description you entered on the basic data screen serves as the first keyword.
classKeywordText
- @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<ClfnClassKeywordForKeyDate>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ClfnClassKeywordForKeyDate>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ClfnClassKeywordForKeyDate>
Copyright © 2018 SAP SE. All rights reserved.