public class SuplrActyTskDescription extends VdmEntity<SuplrActyTskDescription>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrActyTskDescription.SuplrActyTskDescriptionBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<SuplrActyTskDescription> |
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.
|
Constructor and Description |
---|
SuplrActyTskDescription() |
SuplrActyTskDescription(UUID suplrActyTaskUUID,
String language,
String suplrActyTskDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrActyTskDescription.SuplrActyTskDescriptionBuilder |
builder() |
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.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
UUID |
getSuplrActyTaskUUID()
(Key Field) Constraints: Not nullable
|
String |
getSuplrActyTskDescription()
Constraints: none
|
Class<SuplrActyTskDescription> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setSuplrActyTaskUUID(UUID suplrActyTaskUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrActyTskDescription(String suplrActyTskDescription)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<SuplrActyTskDescription> 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
@Generated(value="lombok") public SuplrActyTskDescription()
@ConstructorProperties(value={"suplrActyTaskUUID","language","suplrActyTskDescription","erpConfigContext"}) @Generated(value="lombok") public SuplrActyTskDescription(@Nullable UUID suplrActyTaskUUID, @Nullable String language, @Nullable String suplrActyTskDescription, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrActyTskDescription> getType()
getType
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.@Generated(value="lombok") public static SuplrActyTskDescription.SuplrActyTskDescriptionBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrActyTaskUUID()
@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 getSuplrActyTskDescription()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID)
suplrActyTaskUUID
- @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 setSuplrActyTskDescription(@Nullable String suplrActyTskDescription)
suplrActyTskDescription
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrActyTskDescription>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrActyTskDescription>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrActyTskDescription>
Copyright © 2017 SAP SE. All rights reserved.