public class AssortmentModuleVersionText extends VdmEntity<AssortmentModuleVersionText>
Original entity name from the Odata EDM: AssortmentModuleVersionTextType
Modifier and Type | Class and Description |
---|---|
static class |
AssortmentModuleVersionText.AssortmentModuleVersionTextBuilder
Helper class to allow for fluent creation of AssortmentModuleVersionText instances.
|
Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<AssortmentModuleVersionText,SAP__Message> |
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<AssortmentModuleVersionText> |
ALL_FIELDS
Selector for all available fields of AssortmentModuleVersionText.
|
static SimpleProperty.String<AssortmentModuleVersionText> |
ASSORTMENT_MODULE_OBJECT_DESC |
static SimpleProperty.Guid<AssortmentModuleVersionText> |
ASSORTMENT_MODULE_VERSION_UUID |
static SimpleProperty.String<AssortmentModuleVersionText> |
LANGUAGE |
static NavigationProperty.Single<AssortmentModuleVersionText,ExplicitAssortmentModuleVers> |
TO__EXPLICIT_ASSORTMENT_MODULE
Use with available fluent helpers to apply the _ExplicitAssortmentModule navigation property to query
operations.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
AssortmentModuleVersionText() |
AssortmentModuleVersionText(UUID assortmentModuleVersionUUID,
String language,
String assortmentModuleObjectDesc,
Collection<SAP__Message> _Messages,
ExplicitAssortmentModuleVers to_ExplicitAssortmentModule) |
Modifier and Type | Method and Description |
---|---|
static AssortmentModuleVersionText.AssortmentModuleVersionTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
Collection<SAP__Message> |
get_Messages()
Constraints: Not nullable
|
String |
getAssortmentModuleObjectDesc()
Constraints: Not nullable
|
UUID |
getAssortmentModuleVersionUUID()
(Key Field) Constraints: Not nullable
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
io.vavr.control.Option<ExplicitAssortmentModuleVers> |
getExplicitAssortmentModuleIfPresent()
Retrieval of associated ExplicitAssortmentModuleVers entity (one to one).
|
protected ODataEntityKey |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getOdataType() |
Class<AssortmentModuleVersionText> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setAssortmentModuleObjectDesc(String assortmentModuleObjectDesc)
Constraints: Not nullable
|
void |
setAssortmentModuleVersionUUID(UUID assortmentModuleVersionUUID)
(Key Field) Constraints: Not nullable
|
void |
setExplicitAssortmentModule(ExplicitAssortmentModuleVers value)
Overwrites the associated ExplicitAssortmentModuleVers entity for the loaded navigation property
_ExplicitAssortmentModule.
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
protected Map<String,Object> |
toMapOfNavigationProperties()
Get navigation properties as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SimpleProperty<AssortmentModuleVersionText> ALL_FIELDS
public static final SimpleProperty.Guid<AssortmentModuleVersionText> ASSORTMENT_MODULE_VERSION_UUID
public static final SimpleProperty.String<AssortmentModuleVersionText> LANGUAGE
public static final SimpleProperty.String<AssortmentModuleVersionText> ASSORTMENT_MODULE_OBJECT_DESC
public static final ComplexProperty.Collection<AssortmentModuleVersionText,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<AssortmentModuleVersionText,ExplicitAssortmentModuleVers> TO__EXPLICIT_ASSORTMENT_MODULE
public AssortmentModuleVersionText()
public AssortmentModuleVersionText(@Nullable UUID assortmentModuleVersionUUID, @Nullable String language, @Nullable String assortmentModuleObjectDesc, @Nullable Collection<SAP__Message> _Messages, @Nullable ExplicitAssortmentModuleVers to_ExplicitAssortmentModule)
@Nonnull public Class<AssortmentModuleVersionText> getType()
getType
in class VdmObject<AssortmentModuleVersionText>
public void setAssortmentModuleVersionUUID(@Nullable UUID assortmentModuleVersionUUID)
Original property name from the Odata EDM: AssortmentModuleVersionUUID
assortmentModuleVersionUUID
- Assortment Module Version UUIDpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setAssortmentModuleObjectDesc(@Nullable String assortmentModuleObjectDesc)
Original property name from the Odata EDM: AssortmentModuleObjectDesc
assortmentModuleObjectDesc
- The assortmentModuleObjectDesc to set.public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
Original property name from the Odata EDM: SAP__Messages
_Messages
- The _Messages to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<AssortmentModuleVersionText>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<AssortmentModuleVersionText>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<AssortmentModuleVersionText>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<AssortmentModuleVersionText>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<AssortmentModuleVersionText>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<AssortmentModuleVersionText>
@Nonnull public io.vavr.control.Option<ExplicitAssortmentModuleVers> getExplicitAssortmentModuleIfPresent()
If the navigation property for an entity AssortmentModuleVersionText has not been resolved yet, this
method will not query further information. Instead its Option
result state will be
empty
.
Option
with result
state empty
is returned.public void setExplicitAssortmentModule(ExplicitAssortmentModuleVers value)
value
- New ExplicitAssortmentModuleVers entity.@Nonnull public static AssortmentModuleVersionText.AssortmentModuleVersionTextBuilder builder()
@Nullable public UUID getAssortmentModuleVersionUUID()
Original property name from the Odata EDM: AssortmentModuleVersionUUID
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getAssortmentModuleObjectDesc()
Original property name from the Odata EDM: AssortmentModuleObjectDesc
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<AssortmentModuleVersionText>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<AssortmentModuleVersionText>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<AssortmentModuleVersionText>
public int hashCode()
hashCode
in class VdmEntity<AssortmentModuleVersionText>
public String getOdataType()
getOdataType
in class VdmObject<AssortmentModuleVersionText>
Copyright © 2021 SAP SE. All rights reserved.