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

public class ChgRecdPLMEPDCollabn extends VdmEntity<ChgRecdPLMEPDCollabn>
Change Record EPD Collaboration

Original entity name from the Odata EDM: A_ChgRecdPLMEPDCollabn_Type

  • Field Details

    • ALL_FIELDS

      public static final ChgRecdPLMEPDCollabnSelectable ALL_FIELDS
      Selector for all available fields of ChgRecdPLMEPDCollabn.
    • DELETE_MC

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

      public static final ChgRecdPLMEPDCollabnField<UUID> CHG_RECD_PLMEPD_COLLABN_UUID
      Use with available fluent helpers to apply the ChgRecdPLMEPDCollabnUUID field to query operations.
    • CHANGE_RECORD_UUID

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

      public static final ChgRecdPLMEPDCollabnField<String> CHG_RECD_PLMEPD_COLLABN_TYPE
      Use with available fluent helpers to apply the ChgRecdPLMEPDCollabnType field to query operations.
    • CREATED_BY_USER

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

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

      public static final ChgRecdPLMEPDCollabnField<String> CHG_RECD_PLMEPD_COLLABN_SOURCE_ID
      Use with available fluent helpers to apply the ChgRecdPLMEPDCollabnSourceID field to query operations.
    • CHG_RECD_PLMEPD_COLLABN_ID

      public static final ChgRecdPLMEPDCollabnField<String> CHG_RECD_PLMEPD_COLLABN_ID
      Use with available fluent helpers to apply the ChgRecdPLMEPDCollabnID field to query operations.
  • Constructor Details

    • ChgRecdPLMEPDCollabn

      public ChgRecdPLMEPDCollabn()
    • ChgRecdPLMEPDCollabn

      public ChgRecdPLMEPDCollabn(@Nullable Boolean delete_mc, @Nullable UUID chgRecdPLMEPDCollabnUUID, @Nullable UUID changeRecordUUID, @Nullable String chgRecdPLMEPDCollabnType, @Nullable String createdByUser, @Nullable ZonedDateTime creationDateTime, @Nullable String chgRecdPLMEPDCollabnSourceID, @Nullable String chgRecdPLMEPDCollabnID)
  • Method Details

    • getType

      @Nonnull public Class<ChgRecdPLMEPDCollabn> getType()
      Specified by:
      getType in class VdmObject<ChgRecdPLMEPDCollabn>
    • 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
    • setChgRecdPLMEPDCollabnUUID

      public void setChgRecdPLMEPDCollabnUUID(@Nullable UUID chgRecdPLMEPDCollabnUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ChgRecdPLMEPDCollabnUUID

      Parameters:
      chgRecdPLMEPDCollabnUUID - NodeID
    • setChangeRecordUUID

      public void setChangeRecordUUID(@Nullable UUID changeRecordUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ChangeRecordUUID

      Parameters:
      changeRecordUUID - NodeID
    • setChgRecdPLMEPDCollabnType

      public void setChgRecdPLMEPDCollabnType(@Nullable String chgRecdPLMEPDCollabnType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ChgRecdPLMEPDCollabnType

      Parameters:
      chgRecdPLMEPDCollabnType - Collaboration 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)
    • setChgRecdPLMEPDCollabnSourceID

      public void setChgRecdPLMEPDCollabnSourceID(@Nullable String chgRecdPLMEPDCollabnSourceID)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: ChgRecdPLMEPDCollabnSourceID

      Parameters:
      chgRecdPLMEPDCollabnSourceID - EPD Collaboration Source
    • setChgRecdPLMEPDCollabnID

      public void setChgRecdPLMEPDCollabnID(@Nullable String chgRecdPLMEPDCollabnID)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: ChgRecdPLMEPDCollabnID

      Parameters:
      chgRecdPLMEPDCollabnID - EPD Collaboration Internal ID in CR
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> ChgRecdPLMEPDCollabnField<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> ChgRecdPLMEPDCollabnField<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<ChgRecdPLMEPDCollabn>
    • setServicePathForFetch

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

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

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

      @Nonnull public static ChgRecdPLMEPDCollabn.ChgRecdPLMEPDCollabnBuilder builder()
    • getDelete_mc

      @Nullable public Boolean getDelete_mc()
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Returns:
      Dyn. Method Control
    • getChgRecdPLMEPDCollabnUUID

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

      Original property name from the Odata EDM: ChgRecdPLMEPDCollabnUUID

      Returns:
      NodeID
    • getChangeRecordUUID

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

      Original property name from the Odata EDM: ChangeRecordUUID

      Returns:
      NodeID
    • getChgRecdPLMEPDCollabnType

      @Nullable public String getChgRecdPLMEPDCollabnType()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ChgRecdPLMEPDCollabnType

      Returns:
      Collaboration 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)
    • getChgRecdPLMEPDCollabnSourceID

      @Nullable public String getChgRecdPLMEPDCollabnSourceID()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: ChgRecdPLMEPDCollabnSourceID

      Returns:
      EPD Collaboration Source
    • getChgRecdPLMEPDCollabnID

      @Nullable public String getChgRecdPLMEPDCollabnID()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: ChgRecdPLMEPDCollabnID

      Returns:
      EPD Collaboration Internal ID in CR
    • toString

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

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

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

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