public class ExplicitAssortmentModuleUser extends VdmEntity<ExplicitAssortmentModuleUser>
Original entity name from the Odata EDM: ExplicitAssortmentModuleUserType
Modifier and Type | Class and Description |
---|---|
static class |
ExplicitAssortmentModuleUser.ExplicitAssortmentModuleUserBuilder
Helper class to allow for fluent creation of ExplicitAssortmentModuleUser instances.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
ExplicitAssortmentModuleUser() |
ExplicitAssortmentModuleUser(UUID assortmentModuleUUID,
String assortmentModuleUser,
LocalDate validityStartDate,
LocalDate validityEndDate,
LocalDate lastChangeDate,
String lastChangedByUserName,
Collection<SAP__Message> _Messages,
ExplicitAssortmentModule to_ExplicitAssortmentModule) |
Modifier and Type | Method and Description |
---|---|
static ExplicitAssortmentModuleUser.ExplicitAssortmentModuleUserBuilder |
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 |
getLastChangedByUserName()
Constraints: Not nullable, Maximum length: 12
|
String |
getOdataType() |
Class<ExplicitAssortmentModuleUser> |
getType() |
LocalDate |
getValidityEndDate()
Constraints: Nullable
|
LocalDate |
getValidityStartDate()
Constraints: Nullable
|
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 |
setLastChangedByUserName(String lastChangedByUserName)
Constraints: Not nullable, Maximum length: 12
|
void |
setValidityEndDate(LocalDate validityEndDate)
Constraints: Nullable
|
void |
setValidityStartDate(LocalDate validityStartDate)
Constraints: Nullable
|
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<ExplicitAssortmentModuleUser> ALL_FIELDS
public static final SimpleProperty.Guid<ExplicitAssortmentModuleUser> ASSORTMENT_MODULE_UUID
public static final SimpleProperty.String<ExplicitAssortmentModuleUser> ASSORTMENT_MODULE_USER
public static final SimpleProperty.Date<ExplicitAssortmentModuleUser> VALIDITY_START_DATE
public static final SimpleProperty.Date<ExplicitAssortmentModuleUser> VALIDITY_END_DATE
public static final SimpleProperty.Date<ExplicitAssortmentModuleUser> LAST_CHANGE_DATE
public static final SimpleProperty.String<ExplicitAssortmentModuleUser> LAST_CHANGED_BY_USER_NAME
public static final ComplexProperty.Collection<ExplicitAssortmentModuleUser,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<ExplicitAssortmentModuleUser,ExplicitAssortmentModule> TO__EXPLICIT_ASSORTMENT_MODULE
public ExplicitAssortmentModuleUser()
public ExplicitAssortmentModuleUser(@Nullable UUID assortmentModuleUUID, @Nullable String assortmentModuleUser, @Nullable LocalDate validityStartDate, @Nullable LocalDate validityEndDate, @Nullable LocalDate lastChangeDate, @Nullable String lastChangedByUserName, @Nullable Collection<SAP__Message> _Messages, @Nullable ExplicitAssortmentModule to_ExplicitAssortmentModule)
@Nonnull public Class<ExplicitAssortmentModuleUser> getType()
getType
in class VdmObject<ExplicitAssortmentModuleUser>
public void setAssortmentModuleUUID(@Nullable UUID assortmentModuleUUID)
Original property name from the Odata EDM: AssortmentModuleUUID
assortmentModuleUUID
- Universal Unique Identifier of Assortmentpublic void setAssortmentModuleUser(@Nullable String assortmentModuleUser)
Original property name from the Odata EDM: AssortmentModuleUser
assortmentModuleUser
- Assortment Userpublic void setValidityStartDate(@Nullable LocalDate validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Valid Frompublic void setValidityEndDate(@Nullable LocalDate validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Valid Topublic void setLastChangeDate(@Nullable LocalDate lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
lastChangeDate
- The lastChangeDate to set.public void setLastChangedByUserName(@Nullable String lastChangedByUserName)
Original property name from the Odata EDM: LastChangedByUserName
lastChangedByUserName
- User Name of the User Who Last Changed an Objectpublic 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<ExplicitAssortmentModuleUser>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<ExplicitAssortmentModuleUser>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<ExplicitAssortmentModuleUser>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<ExplicitAssortmentModuleUser>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ExplicitAssortmentModuleUser>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<ExplicitAssortmentModuleUser>
@Nonnull public io.vavr.control.Option<ExplicitAssortmentModule> getExplicitAssortmentModuleIfPresent()
If the navigation property for an entity ExplicitAssortmentModuleUser 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 ExplicitAssortmentModuleUser.ExplicitAssortmentModuleUserBuilder builder()
@Nullable public UUID getAssortmentModuleUUID()
Original property name from the Odata EDM: AssortmentModuleUUID
@Nullable public String getAssortmentModuleUser()
Original property name from the Odata EDM: AssortmentModuleUser
@Nullable public LocalDate getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public LocalDate getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public LocalDate getLastChangeDate()
Original property name from the Odata EDM: LastChangeDate
@Nullable public String getLastChangedByUserName()
Original property name from the Odata EDM: LastChangedByUserName
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<ExplicitAssortmentModuleUser>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<ExplicitAssortmentModuleUser>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<ExplicitAssortmentModuleUser>
public int hashCode()
hashCode
in class VdmEntity<ExplicitAssortmentModuleUser>
public String getOdataType()
getOdataType
in class VdmObject<ExplicitAssortmentModuleUser>
Copyright © 2021 SAP SE. All rights reserved.