public class SuplrActyDescription extends VdmEntity<SuplrActyDescription>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrActyDescription.SuplrActyDescriptionBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrActyDescriptionSelectable |
ALL_FIELDS
Selector for all available fields of SuplrActyDescription.
|
static SuplrActyDescriptionField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SuplrActyDescriptionField<String> |
SUPLR_ACTY_DESCRIPTION
Use with available fluent helpers to apply the SuplrActyDescription field to query operations.
|
static SuplrActyDescriptionField<UUID> |
SUPLR_ACTY_UUID
Use with available fluent helpers to apply the SuplrActyUUID field to query operations.
|
Constructor and Description |
---|
SuplrActyDescription() |
SuplrActyDescription(UUID suplrActyUUID,
String language,
String suplrActyDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrActyDescription.SuplrActyDescriptionBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SuplrActyDescriptionField<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
|
String |
getSuplrActyDescription()
Constraints: none
|
UUID |
getSuplrActyUUID()
(Key Field) Constraints: Not nullable
|
Class<SuplrActyDescription> |
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 |
setSuplrActyDescription(String suplrActyDescription)
Constraints: none
|
void |
setSuplrActyUUID(UUID suplrActyUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SuplrActyDescriptionSelectable ALL_FIELDS
public static final SuplrActyDescriptionField<UUID> SUPLR_ACTY_UUID
public static final SuplrActyDescriptionField<String> LANGUAGE
public static final SuplrActyDescriptionField<String> SUPLR_ACTY_DESCRIPTION
@Generated(value="lombok") public SuplrActyDescription()
@ConstructorProperties(value={"suplrActyUUID","language","suplrActyDescription","erpConfigContext"}) @Generated(value="lombok") public SuplrActyDescription(@Nullable UUID suplrActyUUID, @Nullable String language, @Nullable String suplrActyDescription, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrActyDescription> getType()
getType
in class VdmObject<SuplrActyDescription>
public static <T> SuplrActyDescriptionField<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 SuplrActyDescription.SuplrActyDescriptionBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrActyUUID()
@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 getSuplrActyDescription()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrActyUUID(@Nullable UUID suplrActyUUID)
suplrActyUUID
- @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 setSuplrActyDescription(@Nullable String suplrActyDescription)
suplrActyDescription
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrActyDescription>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrActyDescription>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrActyDescription>
Copyright © 2018 SAP SE. All rights reserved.