public class SuplrActyTskCommText extends VdmEntity<SuplrActyTskCommText>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrActyTskCommText.SuplrActyTskCommTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrActyTskCommTextSelectable |
ALL_FIELDS
Selector for all available fields of SuplrActyTskCommText.
|
static SuplrActyTskCommTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SuplrActyTskCommTextField<UUID> |
SUPLR_ACTY_TASK_UUID
Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
|
static SuplrActyTskCommTextField<String> |
SUPLR_ACTY_TSK_COMMUNICATION_TEXT
Use with available fluent helpers to apply the SuplrActyTskCommunicationText field to query operations.
|
Constructor and Description |
---|
SuplrActyTskCommText() |
SuplrActyTskCommText(UUID suplrActyTaskUUID,
String language,
String suplrActyTskCommunicationText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrActyTskCommText.SuplrActyTskCommTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SuplrActyTskCommTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
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.
|
UUID |
getSuplrActyTaskUUID()
(Key Field) Constraints: Not nullable
|
String |
getSuplrActyTskCommunicationText()
Constraints: none
|
Class<SuplrActyTskCommText> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
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 |
setSuplrActyTaskUUID(UUID suplrActyTaskUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrActyTskCommunicationText(String suplrActyTskCommunicationText)
Constraints: none
|
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SuplrActyTskCommTextSelectable ALL_FIELDS
public static final SuplrActyTskCommTextField<UUID> SUPLR_ACTY_TASK_UUID
public static final SuplrActyTskCommTextField<String> LANGUAGE
public static final SuplrActyTskCommTextField<String> SUPLR_ACTY_TSK_COMMUNICATION_TEXT
public Class<SuplrActyTskCommText> getType()
getType
in class VdmObject<SuplrActyTskCommText>
public static <T> SuplrActyTskCommTextField<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 SuplrActyTskCommText.SuplrActyTskCommTextBuilder builder()
@Nullable public UUID getSuplrActyTaskUUID()
@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 getSuplrActyTskCommunicationText()
@Nullable public ErpConfigContext getErpConfigContext()
public void setSuplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID)
suplrActyTaskUUID
- 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 setSuplrActyTskCommunicationText(@Nullable String suplrActyTskCommunicationText)
suplrActyTskCommunicationText
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrActyTskCommText>
public boolean equals(Object o)
equals
in class VdmObject<SuplrActyTskCommText>
public int hashCode()
hashCode
in class VdmObject<SuplrActyTskCommText>
Copyright © 2018 SAP SE. All rights reserved.