java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ChangeRecordReferencePSV>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord.ChangeRecordReferencePSV

public class ChangeRecordReferencePSV extends VdmEntity<ChangeRecordReferencePSV>
Product Structure Variant Assignments to Change Records

Original entity name from the Odata EDM: A_ChangeRecordReferencePSVType

  • Field Details

    • ALL_FIELDS

      public static final ChangeRecordReferencePSVSelectable ALL_FIELDS
      Selector for all available fields of ChangeRecordReferencePSV.
    • DELETE_MC

      public static final ChangeRecordReferencePSVField<Boolean> DELETE_MC
      Use with available fluent helpers to apply the Delete_mc field to query operations.
    • UPDATE_MC

      public static final ChangeRecordReferencePSVField<Boolean> UPDATE_MC
      Use with available fluent helpers to apply the Update_mc field to query operations.
    • CHANGE_RECORD_REFERENCE_UUID

      public static final ChangeRecordReferencePSVField<UUID> CHANGE_RECORD_REFERENCE_UUID
      Use with available fluent helpers to apply the ChangeRecordReferenceUUID field to query operations.
    • CHANGE_RECORD_UUID

      public static final ChangeRecordReferencePSVField<UUID> CHANGE_RECORD_UUID
      Use with available fluent helpers to apply the ChangeRecordUUID field to query operations.
    • CHANGE_RECORD

      public static final ChangeRecordReferencePSVField<String> CHANGE_RECORD
      Use with available fluent helpers to apply the ChangeRecord field to query operations.
    • CHANGE_RECORD_REFERENCE_TYPE

      public static final ChangeRecordReferencePSVField<String> CHANGE_RECORD_REFERENCE_TYPE
      Use with available fluent helpers to apply the ChangeRecordReferenceType field to query operations.
    • CREATED_BY_USER

      public static final ChangeRecordReferencePSVField<String> CREATED_BY_USER
      Use with available fluent helpers to apply the CreatedByUser field to query operations.
    • CREATION_DATE_TIME

      public static final ChangeRecordReferencePSVField<ZonedDateTime> CREATION_DATE_TIME
      Use with available fluent helpers to apply the CreationDateTime field to query operations.
    • LAST_CHANGED_BY_USER

      public static final ChangeRecordReferencePSVField<String> LAST_CHANGED_BY_USER
      Use with available fluent helpers to apply the LastChangedByUser field to query operations.
    • LAST_CHANGE_DATE_TIME

      public static final ChangeRecordReferencePSVField<ZonedDateTime> LAST_CHANGE_DATE_TIME
      Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
    • MATERIAL

      public static final ChangeRecordReferencePSVField<String> MATERIAL
      Use with available fluent helpers to apply the Material field to query operations.
    • CLASS_PROPERTY

      public static final ChangeRecordReferencePSVField<String> CLASS_PROPERTY
      Use with available fluent helpers to apply the Class field to query operations.
    • PRODUCT_STRUCTURE_NODE_NAME

      public static final ChangeRecordReferencePSVField<String> PRODUCT_STRUCTURE_NODE_NAME
      Use with available fluent helpers to apply the ProductStructureNodeName field to query operations.
    • PROD_STRUC_NODE_DESCRIPTION

      public static final ChangeRecordReferencePSVField<String> PROD_STRUC_NODE_DESCRIPTION
      Use with available fluent helpers to apply the ProdStrucNodeDescription field to query operations.
    • PRODUCT_STRUCTURE_VARIANT_NAME

      public static final ChangeRecordReferencePSVField<String> PRODUCT_STRUCTURE_VARIANT_NAME
      Use with available fluent helpers to apply the ProductStructureVariantName field to query operations.
    • PROD_STRUC_VARIANT_DESCRIPTION

      public static final ChangeRecordReferencePSVField<String> PROD_STRUC_VARIANT_DESCRIPTION
      Use with available fluent helpers to apply the ProdStrucVariantDescription field to query operations.
    • PROD_STRUC_VARIANT_CHANGE_NUMBER

      public static final ChangeRecordReferencePSVField<String> PROD_STRUC_VARIANT_CHANGE_NUMBER
      Use with available fluent helpers to apply the ProdStrucVariantChangeNumber field to query operations.
    • CHANGE_RECORD_ITEM_RELEVANCE

      public static final ChangeRecordReferencePSVField<String> CHANGE_RECORD_ITEM_RELEVANCE
      Use with available fluent helpers to apply the ChangeRecordItemRelevance field to query operations.
    • CHANGE_RECORD_REF_OBJECT_UUID

      public static final ChangeRecordReferencePSVField<UUID> CHANGE_RECORD_REF_OBJECT_UUID
      Use with available fluent helpers to apply the ChangeRecordRefObjectUUID field to query operations.
  • Constructor Details

    • ChangeRecordReferencePSV

      public ChangeRecordReferencePSV()
    • ChangeRecordReferencePSV

      public ChangeRecordReferencePSV(@Nullable Boolean delete_mc, @Nullable Boolean update_mc, @Nullable UUID changeRecordReferenceUUID, @Nullable UUID changeRecordUUID, @Nullable String changeRecord, @Nullable String changeRecordReferenceType, @Nullable String createdByUser, @Nullable ZonedDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable ZonedDateTime lastChangeDateTime, @Nullable String material, @Nullable String classProperty, @Nullable String productStructureNodeName, @Nullable String prodStrucNodeDescription, @Nullable String productStructureVariantName, @Nullable String prodStrucVariantDescription, @Nullable String prodStrucVariantChangeNumber, @Nullable String changeRecordItemRelevance, @Nullable UUID changeRecordRefObjectUUID)
  • Method Details

    • getType

      @Nonnull public Class<ChangeRecordReferencePSV> getType()
      Specified by:
      getType in class VdmObject<ChangeRecordReferencePSV>
    • setDelete_mc

      public void setDelete_mc(@Nullable Boolean delete_mc)
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Parameters:
      delete_mc - Dyn. Method Control
    • setUpdate_mc

      public void setUpdate_mc(@Nullable Boolean update_mc)
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Parameters:
      update_mc - Dyn. Method Control
    • setChangeRecordReferenceUUID

      public void setChangeRecordReferenceUUID(@Nullable UUID changeRecordReferenceUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ChangeRecordReferenceUUID

      Parameters:
      changeRecordReferenceUUID - NodeID
    • setChangeRecordUUID

      public void setChangeRecordUUID(@Nullable UUID changeRecordUUID)
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordUUID

      Parameters:
      changeRecordUUID - NodeID
    • setChangeRecord

      public void setChangeRecord(@Nullable String changeRecord)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ChangeRecord

      Parameters:
      changeRecord - Issue ID
    • setChangeRecordReferenceType

      public void setChangeRecordReferenceType(@Nullable String changeRecordReferenceType)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordReferenceType

      Parameters:
      changeRecordReferenceType - Object Type
    • setCreatedByUser

      public void setCreatedByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Parameters:
      createdByUser - Created By
    • setCreationDateTime

      public void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Parameters:
      creationDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setLastChangedByUser

      public void setLastChangedByUser(@Nullable String lastChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Parameters:
      lastChangedByUser - Changed By
    • setLastChangeDateTime

      public void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDateTime

      Parameters:
      lastChangeDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setMaterial

      public void setMaterial(@Nullable String material)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Parameters:
      material - Product Number
    • setClassProperty

      public void setClassProperty(@Nullable String classProperty)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Class

      Parameters:
      classProperty - Class number
    • setProductStructureNodeName

      public void setProductStructureNodeName(@Nullable String productStructureNodeName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProductStructureNodeName

      Parameters:
      productStructureNodeName - iPPE Node Description
    • setProdStrucNodeDescription

      public void setProdStrucNodeDescription(@Nullable String prodStrucNodeDescription)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: ProdStrucNodeDescription

      Parameters:
      prodStrucNodeDescription - Short Text for iPPE Node
    • setProductStructureVariantName

      public void setProductStructureVariantName(@Nullable String productStructureVariantName)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: ProductStructureVariantName

      Parameters:
      productStructureVariantName - Variant
    • setProdStrucVariantDescription

      public void setProdStrucVariantDescription(@Nullable String prodStrucVariantDescription)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: ProdStrucVariantDescription

      Parameters:
      prodStrucVariantDescription - Description of iPPE Variant
    • setProdStrucVariantChangeNumber

      public void setProdStrucVariantChangeNumber(@Nullable String prodStrucVariantChangeNumber)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ProdStrucVariantChangeNumber

      Parameters:
      prodStrucVariantChangeNumber - Change Number in iPPE
    • setChangeRecordItemRelevance

      public void setChangeRecordItemRelevance(@Nullable String changeRecordItemRelevance)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordItemRelevance

      Parameters:
      changeRecordItemRelevance - Change Record Item Relevance
    • setChangeRecordRefObjectUUID

      public void setChangeRecordRefObjectUUID(@Nullable UUID changeRecordRefObjectUUID)
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordRefObjectUUID

      Parameters:
      changeRecordRefObjectUUID - Internal Key of type GUID
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<ChangeRecordReferencePSV>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<ChangeRecordReferencePSV>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<ChangeRecordReferencePSV>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<ChangeRecordReferencePSV>
    • field

      @Nonnull public static <T> ChangeRecordReferencePSVField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      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.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> ChangeRecordReferencePSVField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<ChangeRecordReferencePSV>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<ChangeRecordReferencePSV>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<ChangeRecordReferencePSV>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<ChangeRecordReferencePSV>
    • builder

    • getDelete_mc

      @Nullable public Boolean getDelete_mc()
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Returns:
      Dyn. Method Control
    • getUpdate_mc

      @Nullable public Boolean getUpdate_mc()
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Returns:
      Dyn. Method Control
    • getChangeRecordReferenceUUID

      @Nullable public UUID getChangeRecordReferenceUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ChangeRecordReferenceUUID

      Returns:
      NodeID
    • getChangeRecordUUID

      @Nullable public UUID getChangeRecordUUID()
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordUUID

      Returns:
      NodeID
    • getChangeRecord

      @Nullable public String getChangeRecord()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ChangeRecord

      Returns:
      Issue ID
    • getChangeRecordReferenceType

      @Nullable public String getChangeRecordReferenceType()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordReferenceType

      Returns:
      Object Type
    • getCreatedByUser

      @Nullable public String getCreatedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      Created By
    • getCreationDateTime

      @Nullable public ZonedDateTime getCreationDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getLastChangedByUser

      @Nullable public String getLastChangedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      Changed By
    • getLastChangeDateTime

      @Nullable public ZonedDateTime getLastChangeDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getMaterial

      @Nullable public String getMaterial()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Returns:
      Product Number
    • getClassProperty

      @Nullable public String getClassProperty()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Class

      Returns:
      Class number
    • getProductStructureNodeName

      @Nullable public String getProductStructureNodeName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProductStructureNodeName

      Returns:
      iPPE Node Description
    • getProdStrucNodeDescription

      @Nullable public String getProdStrucNodeDescription()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: ProdStrucNodeDescription

      Returns:
      Short Text for iPPE Node
    • getProductStructureVariantName

      @Nullable public String getProductStructureVariantName()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: ProductStructureVariantName

      Returns:
      Variant
    • getProdStrucVariantDescription

      @Nullable public String getProdStrucVariantDescription()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: ProdStrucVariantDescription

      Returns:
      Description of iPPE Variant
    • getProdStrucVariantChangeNumber

      @Nullable public String getProdStrucVariantChangeNumber()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ProdStrucVariantChangeNumber

      Returns:
      Change Number in iPPE
    • getChangeRecordItemRelevance

      @Nullable public String getChangeRecordItemRelevance()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordItemRelevance

      Returns:
      Change Record Item Relevance
    • getChangeRecordRefObjectUUID

      @Nullable public UUID getChangeRecordRefObjectUUID()
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordRefObjectUUID

      Returns:
      Internal Key of type GUID
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<ChangeRecordReferencePSV>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<ChangeRecordReferencePSV>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<ChangeRecordReferencePSV>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<ChangeRecordReferencePSV>