public class SuplrActyTskDescription extends VdmEntity<SuplrActyTskDescription>
Original entity name from the Odata EDM: A_SuplrActyTskDescriptionType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrActyTskDescription.SuplrActyTskDescriptionBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrActyTskDescriptionSelectable |
ALL_FIELDS
Selector for all available fields of SuplrActyTskDescription.
|
static SuplrActyTskDescriptionField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SuplrActyTskDescriptionField<UUID> |
SUPLR_ACTY_TASK_UUID
Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
|
static SuplrActyTskDescriptionField<String> |
SUPLR_ACTY_TSK_DESCRIPTION
Use with available fluent helpers to apply the SuplrActyTskDescription field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SuplrActyTskDescription() |
SuplrActyTskDescription(UUID suplrActyTaskUUID,
String language,
String suplrActyTskDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrActyTskDescription.SuplrActyTskDescriptionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SuplrActyTskDescriptionField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language- 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 nullableOriginal property name from the Odata EDM: SuplrActyTaskUUID
|
String |
getSuplrActyTskDescription()
Constraints: noneOriginal property name from the Odata EDM: SuplrActyTskDescription
|
Class<SuplrActyTskDescription> |
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 Original property name from the Odata EDM: Language- 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 nullableOriginal property name from the Odata EDM: SuplrActyTaskUUID
|
void |
setSuplrActyTskDescription(String suplrActyTskDescription)
Constraints: noneOriginal property name from the Odata EDM: SuplrActyTskDescription
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SuplrActyTskDescriptionSelectable ALL_FIELDS
public static final SuplrActyTskDescriptionField<UUID> SUPLR_ACTY_TASK_UUID
public static final SuplrActyTskDescriptionField<String> LANGUAGE
public static final SuplrActyTskDescriptionField<String> SUPLR_ACTY_TSK_DESCRIPTION
public Class<SuplrActyTskDescription> getType()
getType
in class VdmObject<SuplrActyTskDescription>
public void setSuplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID)
Original property name from the Odata EDM: SuplrActyTaskUUID
suplrActyTaskUUID
- Task UUIDpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
language
- The language key indicatespublic void setSuplrActyTskDescription(@Nullable String suplrActyTskDescription)
Original property name from the Odata EDM: SuplrActyTskDescription
suplrActyTskDescription
- Text Contentprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<SuplrActyTskDescription>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrActyTskDescription>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrActyTskDescription>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrActyTskDescription>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrActyTskDescription>
public static <T> SuplrActyTskDescriptionField<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 SuplrActyTskDescription.SuplrActyTskDescriptionBuilder builder()
@Nullable public UUID getSuplrActyTaskUUID()
Original property name from the Odata EDM: SuplrActyTaskUUID
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
- 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 getSuplrActyTskDescription()
Original property name from the Odata EDM: SuplrActyTskDescription
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SuplrActyTskDescription>
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrActyTskDescription>
public boolean equals(Object o)
equals
in class VdmObject<SuplrActyTskDescription>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrActyTskDescription>
public int hashCode()
hashCode
in class VdmObject<SuplrActyTskDescription>
Copyright © 2018 SAP SE. All rights reserved.