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<Double> |
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,
Double changeNumberLastChgdDateTime) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context 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
|
Double |
getChangeNumberLastChgdDateTime()
Constraints: Not nullable
|
protected String |
getDefaultServicePath() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
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(Double changeNumberLastChgdDateTime)
Constraints: Not nullable
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
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() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, 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<Double> 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 Double 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 an object with a change number, the following functions are at your disposal: The system determines the validity conditions The conditions that the change is effective under can be defined in the change master record as follows: Changes with a date validity (valid-from date) Changes with parameter effectivity (for example: serial no. effectivity) Log of the changes made Documentation of the changes Assignment of a revision level to a change state of a material or document Release of changes 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 automatically You first have to add the management record for this object manually, before you can process the object with reference to a change number You can only select this indicator if further indicators are set for this object type: object type active for change number A management record is required for each object Object 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 number A management record is required for each object Object 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 Double changeNumberLastChgdDateTime)
Original property name from the Odata EDM: ChangeNumberLastChgdDateTime
changeNumberLastChgdDateTime
- The changeNumberLastChgdDateTime to set.protected String getEntityCollection()
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 ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<ChangeMasterObjTypeAssgmt>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ChangeMasterObjTypeAssgmt>
erpConfigContext
- New ERP configuration context to apply to this entityprotected 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, @Nullable ErpConfigContext configContext)
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.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<ChangeMasterObjTypeAssgmt>
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 an object with a change number, the following functions are at your disposal: The system determines the validity conditions The conditions that the change is effective under can be defined in the change master record as follows: Changes with a date validity (valid-from date) Changes with parameter effectivity (for example: serial no. effectivity) Log of the changes made Documentation of the changes Assignment of a revision level to a change state of a material or document Release of changes 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 automatically You first have to add the management record for this object manually, before you can process the object with reference to a change number You can only select this indicator if further indicators are set for this object type: object type active for change number A management record is required for each object Object 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 number A management record is required for each object Object 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 Double getChangeNumberLastChgdDateTime()
Original property name from the Odata EDM: ChangeNumberLastChgdDateTime
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 © 2019 SAP SE. All rights reserved.