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
If you make a change with reference to a change number, or create anobject with a change number, the following functions are at your disposal:The system determines the effectivity parametersThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date effectivity (valid from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation for the changesRevision level to indicate the change status of a material or documentChanges released for the different areas in the company.
changeNumber
- Number used to uniquely identify a change master record.public void setSAPObjectType(@Nullable String sAPObjectType)
Original property name from the Odata EDM: SAPObjectType
sAPObjectType
- Indicates the name of the business object type.public 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
This lock remains until you delete the indicator.
isLockedForChanges
- Indicator prevents changes being made with this change number for thecorresponding object typepublic 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
When you process an object with reference to a change number that already exists in the system,An object management record is not generated automaticallyYou first have to add the management record for this object manually, before you can process the object with reference to a change numberYou can only select this indicator if further indicators are set for this object type:object type active for change numberA management record is required for each objectObject management record generated
objMgmtRecdIsAutomlyCrted
- For all objects with this object type (such as bill of material), this indicator can be selected so
that management records are only generated automatically for new objects.public void setObjMgmtRecdIsAutomlyCrtedByDlg(@Nullable String objMgmtRecdIsAutomlyCrtedByDlg)
Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrtedByDlg
Immediately describe the reason for change, for the individual object, in a dialog box.You can only select this indicator if further indicators are set for this object type:object type active for change numberA management record is required for each objectObject management record generated
objMgmtRecdIsAutomlyCrtedByDlg
- For all objects with this object type (such as bill of material), this indicator can be selected so
that by using this change number management records are created via a dialog box.public void setObjectTypeCreationDate(@Nullable LocalDateTime objectTypeCreationDate)
Original property name from the Odata EDM: ObjectTypeCreationDate
objectTypeCreationDate
- Date on which the record was created.public void setObjectTypeCreatedByUser(@Nullable String objectTypeCreatedByUser)
Original property name from the Odata EDM: ObjectTypeCreatedByUser
objectTypeCreatedByUser
- Name of the person who created the record.public 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
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
changeNumberLastChgdDateTime
- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).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.)public static ChangeMasterObjTypeAssgmt.ChangeMasterObjTypeAssgmtBuilder builder()
@Nullable public String getChangeNumber()
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create anobject with a change number, the following functions are at your disposal:The system determines the effectivity parametersThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date effectivity (valid from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation for the changesRevision level to indicate the change status of a material or documentChanges released for the different areas in the company.
@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
This lock remains until you delete the indicator.
@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
When you process an object with reference to a change number that already exists in the system,An object management record is not generated automaticallyYou first have to add the management record for this object manually, before you can process the object with reference to a change numberYou can only select this indicator if further indicators are set for this object type:object type active for change numberA management record is required for each objectObject management record generated
@Nullable public String getObjMgmtRecdIsAutomlyCrtedByDlg()
Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrtedByDlg
Immediately describe the reason for change, for the individual object, in a dialog box.You can only select this indicator if further indicators are set for this object type:object type active for change numberA management record is required for each objectObject management record generated
@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
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
public String toString()
toString
in class VdmObject<ChangeMasterObjTypeAssgmt>
public boolean equals(Object o)
equals
in class VdmObject<ChangeMasterObjTypeAssgmt>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ChangeMasterObjTypeAssgmt>
public int hashCode()
hashCode
in class VdmObject<ChangeMasterObjTypeAssgmt>
Copyright © 2020 SAP SE. All rights reserved.