public class ChangeRecord extends VdmEntity<ChangeRecord>
Modifier and Type | Class and Description |
---|---|
static class |
ChangeRecord.ChangeRecordBuilder |
Modifier and Type | Field and Description |
---|---|
static ChangeRecordSelectable |
ALL_FIELDS
Selector for all available fields of ChangeRecord.
|
static ChangeRecordField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ChangeRecordField<String> |
CHANGE_RECORD
Use with available fluent helpers to apply the ChangeRecord field to query operations.
|
static ChangeRecordField<String> |
CHANGE_RECORD_CATEGORY
Use with available fluent helpers to apply the ChangeRecordCategory field to query operations.
|
static ChangeRecordField<String> |
CHANGE_RECORD_LIFECYCLE_STATUS
Use with available fluent helpers to apply the ChangeRecordLifecycleStatus field to query operations.
|
static ChangeRecordField<String> |
CHANGE_RECORD_PRIORITY
Use with available fluent helpers to apply the ChangeRecordPriority field to query operations.
|
static ChangeRecordField<String> |
CHANGE_RECORD_STATUS
Use with available fluent helpers to apply the ChangeRecordStatus field to query operations.
|
static ChangeRecordField<String> |
CHANGE_RECORD_TYPE
Use with available fluent helpers to apply the ChangeRecordType field to query operations.
|
static ChangeRecordField<UUID> |
CHANGE_RECORD_UUID
Use with available fluent helpers to apply the ChangeRecordUUID field to query operations.
|
static ChangeRecordField<String> |
CHG_RECORD_APPLICATION
Use with available fluent helpers to apply the ChgRecordApplication field to query operations.
|
static ChangeRecordField<String> |
CHG_RECORD_DESCRIPTION_TEXT
Use with available fluent helpers to apply the ChgRecordDescriptionText field to query operations.
|
static ChangeRecordField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static ChangeRecordField<BigDecimal> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static ChangeRecordField<BigDecimal> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static ChangeRecordField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static ChangeRecordField<UUID> |
PARENT_CHANGE_RECORD_UUID
Use with available fluent helpers to apply the ParentChangeRecordUUID field to query operations.
|
static ChangeRecordField<String> |
PARTNER
Use with available fluent helpers to apply the Partner field to query operations.
|
static ChangeRecordField<UUID> |
ROOT_CHANGE_RECORD_UUID
Use with available fluent helpers to apply the RootChangeRecordUUID field to query operations.
|
static ChangeRecordLink<ChangeRecordReferenceBit> |
TO_REF_BIT
Use with available fluent helpers to apply the to_RefBit navigation property to query operations.
|
static ChangeRecordLink<ChangeRecordReferenceBOM> |
TO_REF_BOM
Use with available fluent helpers to apply the to_RefBOM navigation property to query operations.
|
static ChangeRecordLink<ChangeRecordReferenceDoc> |
TO_REF_DOC
Use with available fluent helpers to apply the to_RefDoc navigation property to query operations.
|
static ChangeRecordLink<ChangeRecordReferenceMat> |
TO_REF_MAT
Use with available fluent helpers to apply the to_RefMat navigation property to query operations.
|
Constructor and Description |
---|
ChangeRecord() |
ChangeRecord(UUID changeRecordUUID,
String chgRecordApplication,
String createdByUser,
BigDecimal creationDateTime,
String lastChangedByUser,
BigDecimal lastChangeDateTime,
String changeRecordLifecycleStatus,
String partner,
String chgRecordDescriptionText,
String changeRecord,
String changeRecordType,
UUID parentChangeRecordUUID,
UUID rootChangeRecordUUID,
String changeRecordPriority,
String changeRecordStatus,
String changeNumber,
String changeRecordCategory,
ErpConfigContext erpConfigContext,
List<ChangeRecordReferenceBit> toRefBit,
List<ChangeRecordReferenceBOM> toRefBOM,
List<ChangeRecordReferenceDoc> toRefDoc,
List<ChangeRecordReferenceMat> toRefMat) |
Modifier and Type | Method and Description |
---|---|
void |
addRefBit(ChangeRecordReferenceBit... entity)
Adds elements to the list of associated ChangeRecordReferenceBit entities.
|
void |
addRefBOM(ChangeRecordReferenceBOM... entity)
Adds elements to the list of associated ChangeRecordReferenceBOM entities.
|
void |
addRefDoc(ChangeRecordReferenceDoc... entity)
Adds elements to the list of associated ChangeRecordReferenceDoc entities.
|
void |
addRefMat(ChangeRecordReferenceMat... entity)
Adds elements to the list of associated ChangeRecordReferenceMat entities.
|
static ChangeRecord.ChangeRecordBuilder |
builder() |
boolean |
equals(Object o) |
List<ChangeRecordReferenceBit> |
fetchRefBit()
Fetches the ChangeRecordReferenceBit entities (one to many) associated with this entity.
|
List<ChangeRecordReferenceBOM> |
fetchRefBOM()
Fetches the ChangeRecordReferenceBOM entities (one to many) associated with this entity.
|
List<ChangeRecordReferenceDoc> |
fetchRefDoc()
Fetches the ChangeRecordReferenceDoc entities (one to many) associated with this entity.
|
List<ChangeRecordReferenceMat> |
fetchRefMat()
Fetches the ChangeRecordReferenceMat entities (one to many) associated with this entity.
|
static <T> ChangeRecordField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getChangeNumber()
Constraints: Not nullable, Maximum length: 12
|
String |
getChangeRecord()
Constraints: Not nullable, Maximum length: 20
|
String |
getChangeRecordCategory()
Constraints: Not nullable, Maximum length: 3
|
String |
getChangeRecordLifecycleStatus()
Constraints: Not nullable, Maximum length: 2
|
String |
getChangeRecordPriority()
Constraints: Not nullable, Maximum length: 3
|
String |
getChangeRecordStatus()
Constraints: Not nullable, Maximum length: 2
|
String |
getChangeRecordType()
Constraints: Not nullable, Maximum length: 3
|
UUID |
getChangeRecordUUID()
(Key Field) Constraints: Not nullable
|
String |
getChgRecordApplication()
Constraints: Not nullable, Maximum length: 3
|
String |
getChgRecordDescriptionText()
Constraints: Not nullable, Maximum length: 40
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
BigDecimal |
getCreationDateTime()
Constraints: Not nullable, Precision: 15, Scale: 0
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
BigDecimal |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 15, Scale: 0
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
UUID |
getParentChangeRecordUUID()
Constraints: none
|
String |
getPartner()
Constraints: Not nullable, Maximum length: 10
|
List<ChangeRecordReferenceBit> |
getRefBitOrFetch()
Retrieval of associated ChangeRecordReferenceBit entities (one to many).
|
com.google.common.base.Optional<List<ChangeRecordReferenceBit>> |
getRefBitOrNull()
Retrieval of associated ChangeRecordReferenceBit entities (one to many).
|
List<ChangeRecordReferenceBOM> |
getRefBOMOrFetch()
Retrieval of associated ChangeRecordReferenceBOM entities (one to many).
|
com.google.common.base.Optional<List<ChangeRecordReferenceBOM>> |
getRefBOMOrNull()
Retrieval of associated ChangeRecordReferenceBOM entities (one to many).
|
List<ChangeRecordReferenceDoc> |
getRefDocOrFetch()
Retrieval of associated ChangeRecordReferenceDoc entities (one to many).
|
com.google.common.base.Optional<List<ChangeRecordReferenceDoc>> |
getRefDocOrNull()
Retrieval of associated ChangeRecordReferenceDoc entities (one to many).
|
List<ChangeRecordReferenceMat> |
getRefMatOrFetch()
Retrieval of associated ChangeRecordReferenceMat entities (one to many).
|
com.google.common.base.Optional<List<ChangeRecordReferenceMat>> |
getRefMatOrNull()
Retrieval of associated ChangeRecordReferenceMat entities (one to many).
|
UUID |
getRootChangeRecordUUID()
Constraints: none
|
Class<ChangeRecord> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
void |
setChangeRecord(String changeRecord)
Constraints: Not nullable, Maximum length: 20
|
void |
setChangeRecordCategory(String changeRecordCategory)
Constraints: Not nullable, Maximum length: 3
|
void |
setChangeRecordLifecycleStatus(String changeRecordLifecycleStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setChangeRecordPriority(String changeRecordPriority)
Constraints: Not nullable, Maximum length: 3
|
void |
setChangeRecordStatus(String changeRecordStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setChangeRecordType(String changeRecordType)
Constraints: Not nullable, Maximum length: 3
|
void |
setChangeRecordUUID(UUID changeRecordUUID)
(Key Field) Constraints: Not nullable
|
void |
setChgRecordApplication(String chgRecordApplication)
Constraints: Not nullable, Maximum length: 3
|
void |
setChgRecordDescriptionText(String chgRecordDescriptionText)
Constraints: Not nullable, Maximum length: 40
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDateTime(BigDecimal creationDateTime)
Constraints: Not nullable, Precision: 15, Scale: 0
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLastChangeDateTime(BigDecimal lastChangeDateTime)
Constraints: Not nullable, Precision: 15, Scale: 0
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setParentChangeRecordUUID(UUID parentChangeRecordUUID)
Constraints: none
|
void |
setPartner(String partner)
Constraints: Not nullable, Maximum length: 10
|
void |
setRefBit(List<ChangeRecordReferenceBit> value)
Overwrites the list of associated ChangeRecordReferenceBit entities for the loaded navigation property to_RefBit.
|
void |
setRefBOM(List<ChangeRecordReferenceBOM> value)
Overwrites the list of associated ChangeRecordReferenceBOM entities for the loaded navigation property to_RefBOM.
|
void |
setRefDoc(List<ChangeRecordReferenceDoc> value)
Overwrites the list of associated ChangeRecordReferenceDoc entities for the loaded navigation property to_RefDoc.
|
void |
setRefMat(List<ChangeRecordReferenceMat> value)
Overwrites the list of associated ChangeRecordReferenceMat entities for the loaded navigation property to_RefMat.
|
void |
setRootChangeRecordUUID(UUID rootChangeRecordUUID)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ChangeRecordSelectable ALL_FIELDS
public static final ChangeRecordField<UUID> CHANGE_RECORD_UUID
public static final ChangeRecordField<String> CHG_RECORD_APPLICATION
public static final ChangeRecordField<String> CREATED_BY_USER
public static final ChangeRecordField<BigDecimal> CREATION_DATE_TIME
public static final ChangeRecordField<String> LAST_CHANGED_BY_USER
public static final ChangeRecordField<BigDecimal> LAST_CHANGE_DATE_TIME
public static final ChangeRecordField<String> CHANGE_RECORD_LIFECYCLE_STATUS
public static final ChangeRecordField<String> PARTNER
public static final ChangeRecordField<String> CHG_RECORD_DESCRIPTION_TEXT
public static final ChangeRecordField<String> CHANGE_RECORD
public static final ChangeRecordField<String> CHANGE_RECORD_TYPE
public static final ChangeRecordField<UUID> PARENT_CHANGE_RECORD_UUID
public static final ChangeRecordField<UUID> ROOT_CHANGE_RECORD_UUID
public static final ChangeRecordField<String> CHANGE_RECORD_PRIORITY
public static final ChangeRecordField<String> CHANGE_RECORD_STATUS
public static final ChangeRecordField<String> CHANGE_NUMBER
public static final ChangeRecordField<String> CHANGE_RECORD_CATEGORY
public static final ChangeRecordLink<ChangeRecordReferenceBit> TO_REF_BIT
public static final ChangeRecordLink<ChangeRecordReferenceBOM> TO_REF_BOM
public static final ChangeRecordLink<ChangeRecordReferenceDoc> TO_REF_DOC
public static final ChangeRecordLink<ChangeRecordReferenceMat> TO_REF_MAT
public ChangeRecord()
public ChangeRecord(@Nullable UUID changeRecordUUID, @Nullable String chgRecordApplication, @Nullable String createdByUser, @Nullable BigDecimal creationDateTime, @Nullable String lastChangedByUser, @Nullable BigDecimal lastChangeDateTime, @Nullable String changeRecordLifecycleStatus, @Nullable String partner, @Nullable String chgRecordDescriptionText, @Nullable String changeRecord, @Nullable String changeRecordType, @Nullable UUID parentChangeRecordUUID, @Nullable UUID rootChangeRecordUUID, @Nullable String changeRecordPriority, @Nullable String changeRecordStatus, @Nullable String changeNumber, @Nullable String changeRecordCategory, @Nullable ErpConfigContext erpConfigContext, List<ChangeRecordReferenceBit> toRefBit, List<ChangeRecordReferenceBOM> toRefBOM, List<ChangeRecordReferenceDoc> toRefDoc, List<ChangeRecordReferenceMat> toRefMat)
public Class<ChangeRecord> getType()
getType
in class VdmObject<ChangeRecord>
public static <T> ChangeRecordField<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 List<ChangeRecordReferenceBit> fetchRefBit() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<ChangeRecordReferenceBit> getRefBitOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RefBit of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<ChangeRecordReferenceBit>> getRefBitOrNull()
If the navigation property to_RefBit for an entity ChangeRecord has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setRefBit(@NonNull List<ChangeRecordReferenceBit> value)
If the navigation property to_RefBit of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ChangeRecordReferenceBit entities.public void addRefBit(ChangeRecordReferenceBit... entity)
If the navigation property to_RefBit of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ChangeRecordReferenceBit entities.public List<ChangeRecordReferenceBOM> fetchRefBOM() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<ChangeRecordReferenceBOM> getRefBOMOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RefBOM of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<ChangeRecordReferenceBOM>> getRefBOMOrNull()
If the navigation property to_RefBOM for an entity ChangeRecord has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setRefBOM(@NonNull List<ChangeRecordReferenceBOM> value)
If the navigation property to_RefBOM of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ChangeRecordReferenceBOM entities.public void addRefBOM(ChangeRecordReferenceBOM... entity)
If the navigation property to_RefBOM of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ChangeRecordReferenceBOM entities.public List<ChangeRecordReferenceDoc> fetchRefDoc() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<ChangeRecordReferenceDoc> getRefDocOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RefDoc of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<ChangeRecordReferenceDoc>> getRefDocOrNull()
If the navigation property to_RefDoc for an entity ChangeRecord has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setRefDoc(@NonNull List<ChangeRecordReferenceDoc> value)
If the navigation property to_RefDoc of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ChangeRecordReferenceDoc entities.public void addRefDoc(ChangeRecordReferenceDoc... entity)
If the navigation property to_RefDoc of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ChangeRecordReferenceDoc entities.public List<ChangeRecordReferenceMat> fetchRefMat() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<ChangeRecordReferenceMat> getRefMatOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RefMat of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<ChangeRecordReferenceMat>> getRefMatOrNull()
If the navigation property to_RefMat for an entity ChangeRecord has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setRefMat(@NonNull List<ChangeRecordReferenceMat> value)
If the navigation property to_RefMat of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ChangeRecordReferenceMat entities.public void addRefMat(ChangeRecordReferenceMat... entity)
If the navigation property to_RefMat of a queried ChangeRecord is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ChangeRecordReferenceMat entities.public static ChangeRecord.ChangeRecordBuilder builder()
@Nullable public UUID getChangeRecordUUID()
@Nullable public String getChgRecordApplication()
@Nullable public String getCreatedByUser()
@Nullable public BigDecimal getCreationDateTime()
@Nullable public String getLastChangedByUser()
@Nullable public BigDecimal getLastChangeDateTime()
@Nullable public String getChangeRecordLifecycleStatus()
@Nullable public String getPartner()
@Nullable public String getChgRecordDescriptionText()
@Nullable public String getChangeRecord()
@Nullable public String getChangeRecordType()
@Nullable public UUID getParentChangeRecordUUID()
@Nullable public UUID getRootChangeRecordUUID()
@Nullable public String getChangeRecordPriority()
@Nullable public String getChangeRecordStatus()
@Nullable public String getChangeNumber()
@Nullable public String getChangeRecordCategory()
@Nullable public ErpConfigContext getErpConfigContext()
public void setChangeRecordUUID(@Nullable UUID changeRecordUUID)
changeRecordUUID
- public void setChgRecordApplication(@Nullable String chgRecordApplication)
chgRecordApplication
- public void setCreatedByUser(@Nullable String createdByUser)
createdByUser
- public void setCreationDateTime(@Nullable BigDecimal creationDateTime)
creationDateTime
- public void setLastChangedByUser(@Nullable String lastChangedByUser)
lastChangedByUser
- public void setLastChangeDateTime(@Nullable BigDecimal lastChangeDateTime)
lastChangeDateTime
- public void setChangeRecordLifecycleStatus(@Nullable String changeRecordLifecycleStatus)
changeRecordLifecycleStatus
- public void setPartner(@Nullable String partner)
partner
- public void setChgRecordDescriptionText(@Nullable String chgRecordDescriptionText)
chgRecordDescriptionText
- public void setChangeRecord(@Nullable String changeRecord)
changeRecord
- public void setChangeRecordType(@Nullable String changeRecordType)
changeRecordType
- public void setParentChangeRecordUUID(@Nullable UUID parentChangeRecordUUID)
parentChangeRecordUUID
- public void setRootChangeRecordUUID(@Nullable UUID rootChangeRecordUUID)
rootChangeRecordUUID
- public void setChangeRecordPriority(@Nullable String changeRecordPriority)
changeRecordPriority
- public void setChangeRecordStatus(@Nullable String changeRecordStatus)
changeRecordStatus
- public void setChangeNumber(@Nullable String changeNumber)
changeNumber
- public void setChangeRecordCategory(@Nullable String changeRecordCategory)
changeRecordCategory
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ChangeRecord>
public boolean equals(Object o)
equals
in class VdmObject<ChangeRecord>
public int hashCode()
hashCode
in class VdmObject<ChangeRecord>
Copyright © 2018 SAP SE. All rights reserved.