public class ChangeMasterObjTypeAssgmt extends VdmEntity<ChangeMasterObjTypeAssgmt>
Original entity name from the Odata EDM: A_ChangeMasterObjTypeAssgmtType
Modifier and Type | Class and Description |
---|---|
static class |
ChangeMasterObjTypeAssgmt.ChangeMasterObjTypeAssgmtBuilder |
Modifier and Type | Field and Description |
---|---|
static ChangeMasterObjTypeAssgmtSelectable |
ALL_FIELDS
Selector for all available fields of ChangeMasterObjTypeAssgmt.
|
static ChangeMasterObjTypeAssgmtField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ChangeMasterObjTypeAssgmtField<ZonedDateTime> |
CHANGE_NUMBER_LAST_CHGD_DATE_TIME
Use with available fluent helpers to apply the ChangeNumberLastChgdDateTime field to query operations.
|
static ChangeMasterObjTypeAssgmtField<Boolean> |
IS_ACTIVE_FOR_CHANGE_NUMBER
Use with available fluent helpers to apply the IsActiveForChangeNumber field to query operations.
|
static ChangeMasterObjTypeAssgmtField<String> |
IS_LOCKED_FOR_CHANGES
Use with available fluent helpers to apply the IsLockedForChanges field to query operations.
|
static ChangeMasterObjTypeAssgmtField<String> |
IS_PARTIALLY_DISPLAYED
Use with available fluent helpers to apply the IsPartiallyDisplayed field to query operations.
|
static ChangeMasterObjTypeAssgmtField<String> |
OBJ_MGMT_RECD_IS_AUTOMLY_CRTED
Use with available fluent helpers to apply the ObjMgmtRecdIsAutomlyCrted field to query operations.
|
static ChangeMasterObjTypeAssgmtField<String> |
OBJ_MGMT_RECD_IS_AUTOMLY_CRTED_BY_DLG
Use with available fluent helpers to apply the ObjMgmtRecdIsAutomlyCrtedByDlg field to query operations.
|
static ChangeMasterObjTypeAssgmtField<Boolean> |
OBJ_MGMT_RECD_IS_GENERATED
Use with available fluent helpers to apply the ObjMgmtRecdIsGenerated field to query operations.
|
static ChangeMasterObjTypeAssgmtField<Boolean> |
OBJ_MGMT_RECD_IS_REQUIRED
Use with available fluent helpers to apply the ObjMgmtRecdIsRequired field to query operations.
|
static ChangeMasterObjTypeAssgmtField<String> |
OBJECT_TYPE_CREATED_BY_USER
Use with available fluent helpers to apply the ObjectTypeCreatedByUser field to query operations.
|
static ChangeMasterObjTypeAssgmtField<LocalDateTime> |
OBJECT_TYPE_CREATION_DATE
Use with available fluent helpers to apply the ObjectTypeCreationDate field to query operations.
|
static ChangeMasterObjTypeAssgmtField<String> |
OBJECT_TYPE_LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the ObjectTypeLastChangedByUser field to query operations.
|
static ChangeMasterObjTypeAssgmtField<LocalDateTime> |
OBJECT_TYPE_LAST_CHANGED_DATE
Use with available fluent helpers to apply the ObjectTypeLastChangedDate field to query operations.
|
static ChangeMasterObjTypeAssgmtField<String> |
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ChangeMasterObjTypeAssgmt() |
ChangeMasterObjTypeAssgmt(String changeNumber,
String sAPObjectType,
Boolean isActiveForChangeNumber,
String isLockedForChanges,
String isPartiallyDisplayed,
Boolean objMgmtRecdIsRequired,
Boolean objMgmtRecdIsGenerated,
String objMgmtRecdIsAutomlyCrted,
String objMgmtRecdIsAutomlyCrtedByDlg,
LocalDateTime objectTypeCreationDate,
String objectTypeCreatedByUser,
LocalDateTime objectTypeLastChangedDate,
String objectTypeLastChangedByUser,
ZonedDateTime changeNumberLastChgdDateTime) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ChangeMasterObjTypeAssgmt.ChangeMasterObjTypeAssgmtBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ChangeMasterObjTypeAssgmtField<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) |
String |
getChangeNumber()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
ZonedDateTime |
getChangeNumberLastChgdDateTime()
Constraints: Not nullable, Precision: 7
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getIsActiveForChangeNumber()
Constraints: none
|
String |
getIsLockedForChanges()
Constraints: Not nullable, Maximum length: 1
|
String |
getIsPartiallyDisplayed()
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
getKey() |
String |
getObjectTypeCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getObjectTypeCreationDate()
Constraints: Not nullable, Precision: 0
|
String |
getObjectTypeLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getObjectTypeLastChangedDate()
Constraints: Not nullable, Precision: 0
|
String |
getObjMgmtRecdIsAutomlyCrted()
Constraints: Not nullable, Maximum length: 1
|
String |
getObjMgmtRecdIsAutomlyCrtedByDlg()
Constraints: Not nullable, Maximum length: 1
|
Boolean |
getObjMgmtRecdIsGenerated()
Constraints: none
|
Boolean |
getObjMgmtRecdIsRequired()
Constraints: none
|
String |
getSAPObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
Class<ChangeMasterObjTypeAssgmt> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setChangeNumberLastChgdDateTime(ZonedDateTime changeNumberLastChgdDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setIsActiveForChangeNumber(Boolean isActiveForChangeNumber)
Constraints: none
|
void |
setIsLockedForChanges(String isLockedForChanges)
Constraints: Not nullable, Maximum length: 1
|
void |
setIsPartiallyDisplayed(String isPartiallyDisplayed)
Constraints: Not nullable, Maximum length: 1
|
void |
setObjectTypeCreatedByUser(String objectTypeCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setObjectTypeCreationDate(LocalDateTime objectTypeCreationDate)
Constraints: Not nullable, Precision: 0
|
void |
setObjectTypeLastChangedByUser(String objectTypeLastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setObjectTypeLastChangedDate(LocalDateTime objectTypeLastChangedDate)
Constraints: Not nullable, Precision: 0
|
void |
setObjMgmtRecdIsAutomlyCrted(String objMgmtRecdIsAutomlyCrted)
Constraints: Not nullable, Maximum length: 1
|
void |
setObjMgmtRecdIsAutomlyCrtedByDlg(String objMgmtRecdIsAutomlyCrtedByDlg)
Constraints: Not nullable, Maximum length: 1
|
void |
setObjMgmtRecdIsGenerated(Boolean objMgmtRecdIsGenerated)
Constraints: none
|
void |
setObjMgmtRecdIsRequired(Boolean objMgmtRecdIsRequired)
Constraints: none
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ChangeMasterObjTypeAssgmtSelectable ALL_FIELDS
public static final ChangeMasterObjTypeAssgmtField<String> CHANGE_NUMBER
public static final ChangeMasterObjTypeAssgmtField<String> SAP_OBJECT_TYPE
public static final ChangeMasterObjTypeAssgmtField<Boolean> IS_ACTIVE_FOR_CHANGE_NUMBER
public static final ChangeMasterObjTypeAssgmtField<String> IS_LOCKED_FOR_CHANGES
public static final ChangeMasterObjTypeAssgmtField<String> IS_PARTIALLY_DISPLAYED
public static final ChangeMasterObjTypeAssgmtField<Boolean> OBJ_MGMT_RECD_IS_REQUIRED
public static final ChangeMasterObjTypeAssgmtField<Boolean> OBJ_MGMT_RECD_IS_GENERATED
public static final ChangeMasterObjTypeAssgmtField<String> OBJ_MGMT_RECD_IS_AUTOMLY_CRTED
public static final ChangeMasterObjTypeAssgmtField<String> OBJ_MGMT_RECD_IS_AUTOMLY_CRTED_BY_DLG
public static final ChangeMasterObjTypeAssgmtField<LocalDateTime> OBJECT_TYPE_CREATION_DATE
public static final ChangeMasterObjTypeAssgmtField<String> OBJECT_TYPE_CREATED_BY_USER
public static final ChangeMasterObjTypeAssgmtField<LocalDateTime> OBJECT_TYPE_LAST_CHANGED_DATE
public static final ChangeMasterObjTypeAssgmtField<String> OBJECT_TYPE_LAST_CHANGED_BY_USER
public static final ChangeMasterObjTypeAssgmtField<ZonedDateTime> CHANGE_NUMBER_LAST_CHGD_DATE_TIME
public ChangeMasterObjTypeAssgmt()
public ChangeMasterObjTypeAssgmt(@Nullable String changeNumber, @Nullable String sAPObjectType, @Nullable Boolean isActiveForChangeNumber, @Nullable String isLockedForChanges, @Nullable String isPartiallyDisplayed, @Nullable Boolean objMgmtRecdIsRequired, @Nullable Boolean objMgmtRecdIsGenerated, @Nullable String objMgmtRecdIsAutomlyCrted, @Nullable String objMgmtRecdIsAutomlyCrtedByDlg, @Nullable LocalDateTime objectTypeCreationDate, @Nullable String objectTypeCreatedByUser, @Nullable LocalDateTime objectTypeLastChangedDate, @Nullable String objectTypeLastChangedByUser, @Nullable ZonedDateTime changeNumberLastChgdDateTime)
@Nonnull public Class<ChangeMasterObjTypeAssgmt> getType()
getType
in class VdmObject<ChangeMasterObjTypeAssgmt>
public void setChangeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
changeNumber
- Change Numberpublic void setSAPObjectType(@Nullable String sAPObjectType)
Original property name from the Odata EDM: SAPObjectType
sAPObjectType
- SAP Object Typepublic void setIsActiveForChangeNumber(@Nullable Boolean isActiveForChangeNumber)
Original property name from the Odata EDM: IsActiveForChangeNumber
isActiveForChangeNumber
- Object Type Active for Change Numberpublic void setIsLockedForChanges(@Nullable String isLockedForChanges)
Original property name from the Odata EDM: IsLockedForChanges
isLockedForChanges
- Indicator: Object type locked for changespublic void setIsPartiallyDisplayed(@Nullable String isPartiallyDisplayed)
Original property name from the Odata EDM: IsPartiallyDisplayed
isPartiallyDisplayed
- Indicator: display partial objects for objectpublic void setObjMgmtRecdIsRequired(@Nullable Boolean objMgmtRecdIsRequired)
Original property name from the Odata EDM: ObjMgmtRecdIsRequired
objMgmtRecdIsRequired
- Management Record Is Required for Each Objectpublic void setObjMgmtRecdIsGenerated(@Nullable Boolean objMgmtRecdIsGenerated)
Original property name from the Odata EDM: ObjMgmtRecdIsGenerated
objMgmtRecdIsGenerated
- Object Management Record Was Generatedpublic void setObjMgmtRecdIsAutomlyCrted(@Nullable String objMgmtRecdIsAutomlyCrted)
Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrted
objMgmtRecdIsAutomlyCrted
- ID: Mgmt record generated automatically only for new objspublic void setObjMgmtRecdIsAutomlyCrtedByDlg(@Nullable String objMgmtRecdIsAutomlyCrtedByDlg)
Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrtedByDlg
objMgmtRecdIsAutomlyCrtedByDlg
- Indicator: Automatic generation with dialog boxpublic void setObjectTypeCreationDate(@Nullable LocalDateTime objectTypeCreationDate)
Original property name from the Odata EDM: ObjectTypeCreationDate
objectTypeCreationDate
- Date record created onpublic void setObjectTypeCreatedByUser(@Nullable String objectTypeCreatedByUser)
Original property name from the Odata EDM: ObjectTypeCreatedByUser
objectTypeCreatedByUser
- User who created recordpublic void setObjectTypeLastChangedDate(@Nullable LocalDateTime objectTypeLastChangedDate)
Original property name from the Odata EDM: ObjectTypeLastChangedDate
objectTypeLastChangedDate
- Date of Last Changepublic void setObjectTypeLastChangedByUser(@Nullable String objectTypeLastChangedByUser)
Original property name from the Odata EDM: ObjectTypeLastChangedByUser
objectTypeLastChangedByUser
- Name of person who changed objectpublic void setChangeNumberLastChgdDateTime(@Nullable ZonedDateTime changeNumberLastChgdDateTime)
Original property name from the Odata EDM: ChangeNumberLastChgdDateTime
changeNumberLastChgdDateTime
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ChangeMasterObjTypeAssgmt>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ChangeMasterObjTypeAssgmt>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ChangeMasterObjTypeAssgmt>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ChangeMasterObjTypeAssgmt>
@Nonnull public static <T> ChangeMasterObjTypeAssgmtField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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> ChangeMasterObjTypeAssgmtField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ChangeMasterObjTypeAssgmt>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ChangeMasterObjTypeAssgmt>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ChangeMasterObjTypeAssgmt>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ChangeMasterObjTypeAssgmt>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static ChangeMasterObjTypeAssgmt.ChangeMasterObjTypeAssgmtBuilder builder()
@Nullable public String getChangeNumber()
Original property name from the Odata EDM: ChangeNumber
@Nullable public String getSAPObjectType()
Original property name from the Odata EDM: SAPObjectType
@Nullable public Boolean getIsActiveForChangeNumber()
Original property name from the Odata EDM: IsActiveForChangeNumber
@Nullable public String getIsLockedForChanges()
Original property name from the Odata EDM: IsLockedForChanges
@Nullable public String getIsPartiallyDisplayed()
Original property name from the Odata EDM: IsPartiallyDisplayed
@Nullable public Boolean getObjMgmtRecdIsRequired()
Original property name from the Odata EDM: ObjMgmtRecdIsRequired
@Nullable public Boolean getObjMgmtRecdIsGenerated()
Original property name from the Odata EDM: ObjMgmtRecdIsGenerated
@Nullable public String getObjMgmtRecdIsAutomlyCrted()
Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrted
@Nullable public String getObjMgmtRecdIsAutomlyCrtedByDlg()
Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrtedByDlg
@Nullable public LocalDateTime getObjectTypeCreationDate()
Original property name from the Odata EDM: ObjectTypeCreationDate
@Nullable public String getObjectTypeCreatedByUser()
Original property name from the Odata EDM: ObjectTypeCreatedByUser
@Nullable public LocalDateTime getObjectTypeLastChangedDate()
Original property name from the Odata EDM: ObjectTypeLastChangedDate
@Nullable public String getObjectTypeLastChangedByUser()
Original property name from the Odata EDM: ObjectTypeLastChangedByUser
@Nullable public ZonedDateTime getChangeNumberLastChgdDateTime()
Original property name from the Odata EDM: ChangeNumberLastChgdDateTime
@Nonnull public String toString()
toString
in class VdmObject<ChangeMasterObjTypeAssgmt>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ChangeMasterObjTypeAssgmt>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ChangeMasterObjTypeAssgmt>
public int hashCode()
hashCode
in class VdmObject<ChangeMasterObjTypeAssgmt>
Copyright © 2021 SAP SE. All rights reserved.