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,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getChangeNumber()
(Key Field) Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: ChangeNumberIf 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
|
Double |
getChangeNumberLastChgdDateTime()
Constraints: Not nullableOriginal property name from the Odata EDM: ChangeNumberLastChgdDateTime
|
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Boolean |
getIsActiveForChangeNumber()
Constraints: noneOriginal property name from the Odata EDM: IsActiveForChangeNumber
|
String |
getIsLockedForChanges()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsLockedForChangesThis lock remains until you delete the indicator.
|
String |
getIsPartiallyDisplayed()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsPartiallyDisplayed
|
protected Map<String,Object> |
getKey() |
String |
getObjectTypeCreatedByUser()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: ObjectTypeCreatedByUser
|
LocalDateTime |
getObjectTypeCreationDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: ObjectTypeCreationDate
|
String |
getObjectTypeLastChangedByUser()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: ObjectTypeLastChangedByUser
|
LocalDateTime |
getObjectTypeLastChangedDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: ObjectTypeLastChangedDate
|
String |
getObjMgmtRecdIsAutomlyCrted()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrtedWhen 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
|
String |
getObjMgmtRecdIsAutomlyCrtedByDlg()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrtedByDlgImmediately describe the reason for change, for the individual object, in a dialog box.
|
Boolean |
getObjMgmtRecdIsGenerated()
Constraints: noneOriginal property name from the Odata EDM: ObjMgmtRecdIsGenerated
|
Boolean |
getObjMgmtRecdIsRequired()
Constraints: noneOriginal property name from the Odata EDM: ObjMgmtRecdIsRequired
|
String |
getSAPObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 30 Original property name from the Odata EDM: SAPObjectType
|
Class<ChangeMasterObjTypeAssgmt> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
(Key Field) Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: ChangeNumberIf 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
|
void |
setChangeNumberLastChgdDateTime(Double changeNumberLastChgdDateTime)
Constraints: Not nullableOriginal property name from the Odata EDM: ChangeNumberLastChgdDateTime
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setIsActiveForChangeNumber(Boolean isActiveForChangeNumber)
Constraints: noneOriginal property name from the Odata EDM: IsActiveForChangeNumber
|
void |
setIsLockedForChanges(String isLockedForChanges)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsLockedForChangesThis lock remains until you delete the indicator.
|
void |
setIsPartiallyDisplayed(String isPartiallyDisplayed)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsPartiallyDisplayed
|
void |
setObjectTypeCreatedByUser(String objectTypeCreatedByUser)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: ObjectTypeCreatedByUser
|
void |
setObjectTypeCreationDate(LocalDateTime objectTypeCreationDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: ObjectTypeCreationDate
|
void |
setObjectTypeLastChangedByUser(String objectTypeLastChangedByUser)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: ObjectTypeLastChangedByUser
|
void |
setObjectTypeLastChangedDate(LocalDateTime objectTypeLastChangedDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: ObjectTypeLastChangedDate
|
void |
setObjMgmtRecdIsAutomlyCrted(String objMgmtRecdIsAutomlyCrted)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrtedWhen 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
|
void |
setObjMgmtRecdIsAutomlyCrtedByDlg(String objMgmtRecdIsAutomlyCrtedByDlg)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: ObjMgmtRecdIsAutomlyCrtedByDlgImmediately describe the reason for change, for the individual object, in a dialog box.
|
void |
setObjMgmtRecdIsGenerated(Boolean objMgmtRecdIsGenerated)
Constraints: noneOriginal property name from the Odata EDM: ObjMgmtRecdIsGenerated
|
void |
setObjMgmtRecdIsRequired(Boolean objMgmtRecdIsRequired)
Constraints: noneOriginal property name from the Odata EDM: ObjMgmtRecdIsRequired
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30 Original property name from the Odata EDM: SAPObjectType
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
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, @Nullable ErpConfigContext erpConfigContext)
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
- protected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<ChangeMasterObjTypeAssgmt>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ChangeMasterObjTypeAssgmt>
protected Map<String,Object> getKey()
getKey
in class VdmObject<ChangeMasterObjTypeAssgmt>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ChangeMasterObjTypeAssgmt>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ChangeMasterObjTypeAssgmt>
public static <T> ChangeMasterObjTypeAssgmtField<T> field(String fieldName, Class<T> fieldType)
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.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
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<ChangeMasterObjTypeAssgmt>
erpConfigContext
- 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 © 2018 SAP SE. All rights reserved.