public class SuplrActyDescription extends VdmEntity<SuplrActyDescription>
Original entity name from the Odata EDM: A_SuplrActyDescriptionType
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.
|
changedOriginalFields
Constructor and Description |
---|
SuplrActyDescription() |
SuplrActyDescription(UUID suplrActyUUID,
String language,
String suplrActyDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrActyDescription.SuplrActyDescriptionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
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
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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
public Class<SuplrActyDescription> getType()
getType
in class VdmObject<SuplrActyDescription>
public void setSuplrActyUUID(@Nullable UUID suplrActyUUID)
Original property name from the Odata EDM: SuplrActyUUID
suplrActyUUID
- Activity 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 setSuplrActyDescription(@Nullable String suplrActyDescription)
Original property name from the Odata EDM: SuplrActyDescription
suplrActyDescription
- Text Contentprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrActyDescription>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrActyDescription>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrActyDescription>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrActyDescription>
@Nonnull public static <T> SuplrActyDescriptionField<T> field(@Nonnull String fieldName, @Nonnull 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.@Nonnull public static <T,DomainT> SuplrActyDescriptionField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static SuplrActyDescription.SuplrActyDescriptionBuilder builder()
@Nullable public UUID getSuplrActyUUID()
Original property name from the Odata EDM: SuplrActyUUID
@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 getSuplrActyDescription()
Original property name from the Odata EDM: SuplrActyDescription
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SuplrActyDescription>
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrActyDescription>
public boolean equals(Object o)
equals
in class VdmObject<SuplrActyDescription>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrActyDescription>
public int hashCode()
hashCode
in class VdmObject<SuplrActyDescription>
Copyright © 2018 SAP SE. All rights reserved.