public class ClfnCharcDescForKeyDate extends VdmEntity<ClfnCharcDescForKeyDate>
Modifier and Type | Class and Description |
---|---|
static class |
ClfnCharcDescForKeyDate.ClfnCharcDescForKeyDateBuilder |
Modifier and Type | Field and Description |
---|---|
static ClfnCharcDescForKeyDateSelectable |
ALL_FIELDS
Selector for all available fields of ClfnCharcDescForKeyDate.
|
static ClfnCharcDescForKeyDateField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ClfnCharcDescForKeyDateField<String> |
CHARC_DESCRIPTION
Use with available fluent helpers to apply the CharcDescription field to query operations.
|
static ClfnCharcDescForKeyDateField<String> |
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations.
|
static ClfnCharcDescForKeyDateField<Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
static ClfnCharcDescForKeyDateField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ClfnCharcDescForKeyDateField<Calendar> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static ClfnCharcDescForKeyDateField<Calendar> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Constructor and Description |
---|
ClfnCharcDescForKeyDate() |
ClfnCharcDescForKeyDate(String charcInternalID,
String language,
String charcDescription,
String changeNumber,
Calendar validityStartDate,
Calendar validityEndDate,
Calendar keyDate,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ClfnCharcDescForKeyDate.ClfnCharcDescForKeyDateBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ClfnCharcDescForKeyDateField<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
|
String |
getCharcDescription()
Constraints: Not nullable, Maximum length: 30
|
String |
getCharcInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
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<ClfnCharcDescForKeyDate> |
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
|
void |
setCharcDescription(String charcDescription)
Constraints: Not nullable, Maximum length: 30
|
void |
setCharcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
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 |
setValidityEndDate(Calendar validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(Calendar validityStartDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ClfnCharcDescForKeyDateSelectable ALL_FIELDS
public static final ClfnCharcDescForKeyDateField<String> CHARC_INTERNAL_ID
public static final ClfnCharcDescForKeyDateField<String> LANGUAGE
public static final ClfnCharcDescForKeyDateField<String> CHARC_DESCRIPTION
public static final ClfnCharcDescForKeyDateField<String> CHANGE_NUMBER
public static final ClfnCharcDescForKeyDateField<Calendar> VALIDITY_START_DATE
public static final ClfnCharcDescForKeyDateField<Calendar> VALIDITY_END_DATE
public static final ClfnCharcDescForKeyDateField<Calendar> KEY_DATE
@Generated(value="lombok") public ClfnCharcDescForKeyDate()
@ConstructorProperties(value={"charcInternalID","language","charcDescription","changeNumber","validityStartDate","validityEndDate","keyDate","erpConfigContext"}) @Generated(value="lombok") public ClfnCharcDescForKeyDate(@Nullable String charcInternalID, @Nullable String language, @Nullable String charcDescription, @Nullable String changeNumber, @Nullable Calendar validityStartDate, @Nullable Calendar validityEndDate, @Nullable Calendar keyDate, @Nullable ErpConfigContext erpConfigContext)
public Class<ClfnCharcDescForKeyDate> getType()
getType
in class VdmObject<ClfnCharcDescForKeyDate>
public static <T> ClfnCharcDescForKeyDateField<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 ClfnCharcDescForKeyDate.ClfnCharcDescForKeyDateBuilder builder()
@Nullable @Generated(value="lombok") public String getCharcInternalID()
@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 getCharcDescription()
@Nullable @Generated(value="lombok") 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 conditions The 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 made Documentation of the changes Assignment of a revision level to a change state of a material or document Release of changes for the different areas in the company
@Nullable @Generated(value="lombok") public Calendar getValidityStartDate()
@Nullable @Generated(value="lombok") public Calendar getValidityEndDate()
@Nullable @Generated(value="lombok") public Calendar getKeyDate()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setCharcInternalID(@Nullable String charcInternalID)
charcInternalID
- @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 setCharcDescription(@Nullable String charcDescription)
charcDescription
- @Generated(value="lombok") 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 conditions The 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 made Documentation of the changes Assignment of a revision level to a change state of a material or document Release of changes for the different areas in the company
changeNumber
- @Generated(value="lombok") public void setValidityStartDate(@Nullable Calendar validityStartDate)
validityStartDate
- @Generated(value="lombok") public void setValidityEndDate(@Nullable Calendar validityEndDate)
validityEndDate
- @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<ClfnCharcDescForKeyDate>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ClfnCharcDescForKeyDate>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ClfnCharcDescForKeyDate>
Copyright © 2018 SAP SE. All rights reserved.