public class ChangeRecordReferenceDoc extends VdmEntity<ChangeRecordReferenceDoc>
Original entity name from the Odata EDM: A_ChangeRecordReferenceDocType
Modifier and Type | Class and Description |
---|---|
static class |
ChangeRecordReferenceDoc.ChangeRecordReferenceDocBuilder |
Modifier and Type | Field and Description |
---|---|
static ChangeRecordReferenceDocSelectable |
ALL_FIELDS
Selector for all available fields of ChangeRecordReferenceDoc.
|
static ChangeRecordReferenceDocField<String> |
CHANGE_RECORD
Use with available fluent helpers to apply the ChangeRecord field to query operations.
|
static ChangeRecordReferenceDocField<String> |
CHANGE_RECORD_ITEM_RELEVANCE
Use with available fluent helpers to apply the ChangeRecordItemRelevance field to query operations.
|
static ChangeRecordReferenceDocField<String> |
CHANGE_RECORD_REFERENCE_TYPE
Use with available fluent helpers to apply the ChangeRecordReferenceType field to query operations.
|
static ChangeRecordReferenceDocField<UUID> |
CHANGE_RECORD_REFERENCE_UUID
Use with available fluent helpers to apply the ChangeRecordReferenceUUID field to query operations.
|
static ChangeRecordReferenceDocField<UUID> |
CHANGE_RECORD_UUID
Use with available fluent helpers to apply the ChangeRecordUUID field to query operations.
|
static ChangeRecordReferenceDocField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static ChangeRecordReferenceDocField<ZonedDateTime> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static ChangeRecordReferenceDocField<String> |
DOCUMENT_INFO_RECORD
Use with available fluent helpers to apply the DocumentInfoRecord field to query operations.
|
static ChangeRecordReferenceDocField<String> |
DOCUMENT_PART
Use with available fluent helpers to apply the DocumentPart field to query operations.
|
static ChangeRecordReferenceDocField<String> |
DOCUMENT_TYPE
Use with available fluent helpers to apply the DocumentType field to query operations.
|
static ChangeRecordReferenceDocField<String> |
DOCUMENT_VERSION
Use with available fluent helpers to apply the DocumentVersion field to query operations.
|
static ChangeRecordReferenceDocField<String> |
EXTERNAL_DOCUMENT_STATUS
Use with available fluent helpers to apply the ExternalDocumentStatus field to query operations.
|
static ChangeRecordReferenceDocField<BigDecimal> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static ChangeRecordReferenceDocField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ChangeRecordReferenceDoc() |
ChangeRecordReferenceDoc(UUID changeRecordReferenceUUID,
String changeRecord,
UUID changeRecordUUID,
String changeRecordReferenceType,
String createdByUser,
ZonedDateTime creationDateTime,
String lastChangedByUser,
BigDecimal lastChangeDateTime,
String documentInfoRecord,
String documentType,
String documentPart,
String documentVersion,
String changeRecordItemRelevance,
String externalDocumentStatus) |
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 ChangeRecordReferenceDoc.ChangeRecordReferenceDocBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ChangeRecordReferenceDocField<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 |
getChangeRecord()
Constraints: Not nullable, Maximum length: 20
|
String |
getChangeRecordItemRelevance()
Constraints: Not nullable, Maximum length: 3
|
String |
getChangeRecordReferenceType()
Constraints: Not nullable, Maximum length: 3
|
UUID |
getChangeRecordReferenceUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getChangeRecordUUID()
Constraints: none
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
ZonedDateTime |
getCreationDateTime()
Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getDocumentInfoRecord()
Constraints: Not nullable, Maximum length: 25
|
String |
getDocumentPart()
Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentType()
Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentVersion()
Constraints: Not nullable, Maximum length: 2
|
protected String |
getEntityCollection() |
String |
getExternalDocumentStatus()
Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
getKey() |
BigDecimal |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 22, Scale: 7
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
Class<ChangeRecordReferenceDoc> |
getType() |
int |
hashCode() |
void |
setChangeRecord(String changeRecord)
Constraints: Not nullable, Maximum length: 20
|
void |
setChangeRecordItemRelevance(String changeRecordItemRelevance)
Constraints: Not nullable, Maximum length: 3
|
void |
setChangeRecordReferenceType(String changeRecordReferenceType)
Constraints: Not nullable, Maximum length: 3
|
void |
setChangeRecordReferenceUUID(UUID changeRecordReferenceUUID)
(Key Field) Constraints: Not nullable
|
void |
setChangeRecordUUID(UUID changeRecordUUID)
Constraints: none
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDateTime(ZonedDateTime creationDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setDocumentInfoRecord(String documentInfoRecord)
Constraints: Not nullable, Maximum length: 25
|
void |
setDocumentPart(String documentPart)
Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentType(String documentType)
Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentVersion(String documentVersion)
Constraints: Not nullable, Maximum length: 2
|
void |
setExternalDocumentStatus(String externalDocumentStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setLastChangeDateTime(BigDecimal lastChangeDateTime)
Constraints: Not nullable, Precision: 22, Scale: 7
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
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 ChangeRecordReferenceDocSelectable ALL_FIELDS
public static final ChangeRecordReferenceDocField<UUID> CHANGE_RECORD_REFERENCE_UUID
public static final ChangeRecordReferenceDocField<String> CHANGE_RECORD
public static final ChangeRecordReferenceDocField<UUID> CHANGE_RECORD_UUID
public static final ChangeRecordReferenceDocField<String> CHANGE_RECORD_REFERENCE_TYPE
public static final ChangeRecordReferenceDocField<String> CREATED_BY_USER
public static final ChangeRecordReferenceDocField<ZonedDateTime> CREATION_DATE_TIME
public static final ChangeRecordReferenceDocField<String> LAST_CHANGED_BY_USER
public static final ChangeRecordReferenceDocField<BigDecimal> LAST_CHANGE_DATE_TIME
public static final ChangeRecordReferenceDocField<String> DOCUMENT_INFO_RECORD
public static final ChangeRecordReferenceDocField<String> DOCUMENT_TYPE
public static final ChangeRecordReferenceDocField<String> DOCUMENT_PART
public static final ChangeRecordReferenceDocField<String> DOCUMENT_VERSION
public static final ChangeRecordReferenceDocField<String> CHANGE_RECORD_ITEM_RELEVANCE
public static final ChangeRecordReferenceDocField<String> EXTERNAL_DOCUMENT_STATUS
public ChangeRecordReferenceDoc()
public ChangeRecordReferenceDoc(@Nullable UUID changeRecordReferenceUUID, @Nullable String changeRecord, @Nullable UUID changeRecordUUID, @Nullable String changeRecordReferenceType, @Nullable String createdByUser, @Nullable ZonedDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable BigDecimal lastChangeDateTime, @Nullable String documentInfoRecord, @Nullable String documentType, @Nullable String documentPart, @Nullable String documentVersion, @Nullable String changeRecordItemRelevance, @Nullable String externalDocumentStatus)
@Nonnull public Class<ChangeRecordReferenceDoc> getType()
getType
in class VdmObject<ChangeRecordReferenceDoc>
public void setChangeRecordReferenceUUID(@Nullable UUID changeRecordReferenceUUID)
Original property name from the Odata EDM: ChangeRecordReferenceUUID
changeRecordReferenceUUID
- NodeIDpublic void setChangeRecord(@Nullable String changeRecord)
Original property name from the Odata EDM: ChangeRecord
changeRecord
- Issue IDpublic void setChangeRecordUUID(@Nullable UUID changeRecordUUID)
Original property name from the Odata EDM: ChangeRecordUUID
changeRecordUUID
- NodeIDpublic void setChangeRecordReferenceType(@Nullable String changeRecordReferenceType)
Original property name from the Odata EDM: ChangeRecordReferenceType
changeRecordReferenceType
- Represents a business object in Issue and Activity Management.public void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Created Bypublic void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times
need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine
the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal
structure of the UTC time stamp is subdivided into a date part and a time part in packed number format
creationDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).public void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Changed Bypublic void setLastChangeDateTime(@Nullable BigDecimal lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
lastChangeDateTime
- The lastChangeDateTime to set.public void setDocumentInfoRecord(@Nullable String documentInfoRecord)
Original property name from the Odata EDM: DocumentInfoRecord
documentInfoRecord
- This number is the main part of the document key, which is used to identify the document.public void setDocumentType(@Nullable String documentType)
Original property name from the Odata EDM: DocumentType
documentType
- Part of the document key, which categorizes documents according to their distinguishing features and
the organizational procedures which result from them.public void setDocumentPart(@Nullable String documentPart)
Original property name from the Odata EDM: DocumentPart
Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
documentPart
- Section of a document which is maintained as an independent document.public void setDocumentVersion(@Nullable String documentVersion)
Original property name from the Odata EDM: DocumentVersion
A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress).
documentVersion
- Number which identifies the version of a document.public void setChangeRecordItemRelevance(@Nullable String changeRecordItemRelevance)
Original property name from the Odata EDM: ChangeRecordItemRelevance
ChangeCreateReference
changeRecordItemRelevance
- Indicates why a specific reference object is included in the change record.public void setExternalDocumentStatus(@Nullable String externalDocumentStatus)
Original property name from the Odata EDM: ExternalDocumentStatus
If a status network is defined for the document type you canchoose a status among the entry possibilities which is supported inthe current processing situation when you create orchange.You can find more information with an additional colored release indicator:If the document version is releasedIn which time interval the version is releasedYou define the status network in Customizing work step Define document type level Define document status.
externalDocumentStatus
- This key shows the document status.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ChangeRecordReferenceDoc>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ChangeRecordReferenceDoc>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ChangeRecordReferenceDoc>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ChangeRecordReferenceDoc>
@Nonnull public static <T> ChangeRecordReferenceDocField<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> ChangeRecordReferenceDocField<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<ChangeRecordReferenceDoc>
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<ChangeRecordReferenceDoc>
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<ChangeRecordReferenceDoc>
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()
getDefaultServicePath
in class VdmEntity<ChangeRecordReferenceDoc>
public static ChangeRecordReferenceDoc.ChangeRecordReferenceDocBuilder builder()
@Nullable public UUID getChangeRecordReferenceUUID()
Original property name from the Odata EDM: ChangeRecordReferenceUUID
@Nullable public String getChangeRecord()
Original property name from the Odata EDM: ChangeRecord
@Nullable public UUID getChangeRecordUUID()
Original property name from the Odata EDM: ChangeRecordUUID
@Nullable public String getChangeRecordReferenceType()
Original property name from the Odata EDM: ChangeRecordReferenceType
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public ZonedDateTime getCreationDateTime()
Original property name from the Odata EDM: CreationDateTime
To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times
need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine
the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal
structure of the UTC time stamp is subdivided into a date part and a time part in packed number format
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public BigDecimal getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
@Nullable public String getDocumentInfoRecord()
Original property name from the Odata EDM: DocumentInfoRecord
@Nullable public String getDocumentType()
Original property name from the Odata EDM: DocumentType
@Nullable public String getDocumentPart()
Original property name from the Odata EDM: DocumentPart
Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
@Nullable public String getDocumentVersion()
Original property name from the Odata EDM: DocumentVersion
A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress).
@Nullable public String getChangeRecordItemRelevance()
Original property name from the Odata EDM: ChangeRecordItemRelevance
ChangeCreateReference
@Nullable public String getExternalDocumentStatus()
Original property name from the Odata EDM: ExternalDocumentStatus
If a status network is defined for the document type you canchoose a status among the entry possibilities which is supported inthe current processing situation when you create orchange.You can find more information with an additional colored release indicator:If the document version is releasedIn which time interval the version is releasedYou define the status network in Customizing work step Define document type level Define document status.
public String toString()
toString
in class VdmObject<ChangeRecordReferenceDoc>
public boolean equals(Object o)
equals
in class VdmObject<ChangeRecordReferenceDoc>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ChangeRecordReferenceDoc>
public int hashCode()
hashCode
in class VdmObject<ChangeRecordReferenceDoc>
Copyright © 2019 SAP SE. All rights reserved.