public class ExplctAsstmtMdlUsrProdExclsn extends VdmEntity<ExplctAsstmtMdlUsrProdExclsn>
Original entity name from the Odata EDM: ExplctAsstmtMdlUsrProdExclsnType
Modifier and Type | Class and Description |
---|---|
static class |
ExplctAsstmtMdlUsrProdExclsn.ExplctAsstmtMdlUsrProdExclsnBuilder
Helper class to allow for fluent creation of ExplctAsstmtMdlUsrProdExclsn instances.
|
Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<ExplctAsstmtMdlUsrProdExclsn,SAP__Message> |
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<ExplctAsstmtMdlUsrProdExclsn> |
ALL_FIELDS
Selector for all available fields of ExplctAsstmtMdlUsrProdExclsn.
|
static SimpleProperty.String<ExplctAsstmtMdlUsrProdExclsn> |
ASSORTMENT_MODULE_USER |
static SimpleProperty.Guid<ExplctAsstmtMdlUsrProdExclsn> |
ASSORTMENT_MODULE_UUID |
static SimpleProperty.Date<ExplctAsstmtMdlUsrProdExclsn> |
LAST_CHANGE_DATE |
static SimpleProperty.String<ExplctAsstmtMdlUsrProdExclsn> |
PRODUCT |
static NavigationProperty.Single<ExplctAsstmtMdlUsrProdExclsn,ExplicitAssortmentModule> |
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 |
---|
ExplctAsstmtMdlUsrProdExclsn() |
ExplctAsstmtMdlUsrProdExclsn(UUID assortmentModuleUUID,
String product,
String assortmentModuleUser,
LocalDate lastChangeDate,
Collection<SAP__Message> _Messages,
ExplicitAssortmentModule to_ExplicitAssortmentModule) |
Modifier and Type | Method and Description |
---|---|
static ExplctAsstmtMdlUsrProdExclsn.ExplctAsstmtMdlUsrProdExclsnBuilder |
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 |
getAssortmentModuleUser()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
UUID |
getAssortmentModuleUUID()
(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<ExplicitAssortmentModule> |
getExplicitAssortmentModuleIfPresent()
Retrieval of associated ExplicitAssortmentModule entity (one to one).
|
protected ODataEntityKey |
getKey() |
LocalDate |
getLastChangeDate()
Constraints: Nullable
|
String |
getOdataType() |
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
Class<ExplctAsstmtMdlUsrProdExclsn> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setAssortmentModuleUser(String assortmentModuleUser)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setAssortmentModuleUUID(UUID assortmentModuleUUID)
(Key Field) Constraints: Not nullable
|
void |
setExplicitAssortmentModule(ExplicitAssortmentModule value)
Overwrites the associated ExplicitAssortmentModule entity for the loaded navigation property
_ExplicitAssortmentModule.
|
void |
setLastChangeDate(LocalDate lastChangeDate)
Constraints: Nullable
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
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<ExplctAsstmtMdlUsrProdExclsn> ALL_FIELDS
public static final SimpleProperty.Guid<ExplctAsstmtMdlUsrProdExclsn> ASSORTMENT_MODULE_UUID
public static final SimpleProperty.String<ExplctAsstmtMdlUsrProdExclsn> PRODUCT
public static final SimpleProperty.String<ExplctAsstmtMdlUsrProdExclsn> ASSORTMENT_MODULE_USER
public static final SimpleProperty.Date<ExplctAsstmtMdlUsrProdExclsn> LAST_CHANGE_DATE
public static final ComplexProperty.Collection<ExplctAsstmtMdlUsrProdExclsn,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<ExplctAsstmtMdlUsrProdExclsn,ExplicitAssortmentModule> TO__EXPLICIT_ASSORTMENT_MODULE
public ExplctAsstmtMdlUsrProdExclsn()
public ExplctAsstmtMdlUsrProdExclsn(@Nullable UUID assortmentModuleUUID, @Nullable String product, @Nullable String assortmentModuleUser, @Nullable LocalDate lastChangeDate, @Nullable Collection<SAP__Message> _Messages, @Nullable ExplicitAssortmentModule to_ExplicitAssortmentModule)
@Nonnull public Class<ExplctAsstmtMdlUsrProdExclsn> getType()
getType
in class VdmObject<ExplctAsstmtMdlUsrProdExclsn>
public void setAssortmentModuleUUID(@Nullable UUID assortmentModuleUUID)
Original property name from the Odata EDM: AssortmentModuleUUID
assortmentModuleUUID
- Assortment Internal Unique Identifierpublic void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Material Numberpublic void setAssortmentModuleUser(@Nullable String assortmentModuleUser)
Original property name from the Odata EDM: AssortmentModuleUser
assortmentModuleUser
- Customer Number of Plantpublic void setLastChangeDate(@Nullable LocalDate lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
lastChangeDate
- Date On Which the Data Record Was Changed Lastpublic 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<ExplctAsstmtMdlUsrProdExclsn>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<ExplctAsstmtMdlUsrProdExclsn>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<ExplctAsstmtMdlUsrProdExclsn>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<ExplctAsstmtMdlUsrProdExclsn>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ExplctAsstmtMdlUsrProdExclsn>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<ExplctAsstmtMdlUsrProdExclsn>
@Nonnull public io.vavr.control.Option<ExplicitAssortmentModule> getExplicitAssortmentModuleIfPresent()
If the navigation property for an entity ExplctAsstmtMdlUsrProdExclsn 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(ExplicitAssortmentModule value)
value
- New ExplicitAssortmentModule entity.@Nonnull public static ExplctAsstmtMdlUsrProdExclsn.ExplctAsstmtMdlUsrProdExclsnBuilder builder()
@Nullable public UUID getAssortmentModuleUUID()
Original property name from the Odata EDM: AssortmentModuleUUID
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
@Nullable public String getAssortmentModuleUser()
Original property name from the Odata EDM: AssortmentModuleUser
@Nullable public LocalDate getLastChangeDate()
Original property name from the Odata EDM: LastChangeDate
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<ExplctAsstmtMdlUsrProdExclsn>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<ExplctAsstmtMdlUsrProdExclsn>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<ExplctAsstmtMdlUsrProdExclsn>
public int hashCode()
hashCode
in class VdmEntity<ExplctAsstmtMdlUsrProdExclsn>
public String getOdataType()
getOdataType
in class VdmObject<ExplctAsstmtMdlUsrProdExclsn>
Copyright © 2021 SAP SE. All rights reserved.