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

public class LglDocStamp extends VdmEntity<LglDocStamp>
Legal Document Stamp

Original entity name from the Odata EDM: A_LglDocStampType

  • Field Details

    • ALL_FIELDS

      public static final LglDocStampSelectable ALL_FIELDS
      Selector for all available fields of LglDocStamp.
    • LGL_CNTNT_M_DOCUMENT_STAMP_UUID

      public static final LglDocStampField<UUID> LGL_CNTNT_M_DOCUMENT_STAMP_UUID
      Use with available fluent helpers to apply the LglCntntMDocumentStampUUID field to query operations.
    • LGL_CNTNT_M_DOCUMENT_UUID

      public static final LglDocStampField<UUID> LGL_CNTNT_M_DOCUMENT_UUID
      Use with available fluent helpers to apply the LglCntntMDocumentUUID field to query operations.
    • LGL_CNTNT_M_DOCUMENT_STAMP

      public static final LglDocStampField<String> LGL_CNTNT_M_DOCUMENT_STAMP
      Use with available fluent helpers to apply the LglCntntMDocumentStamp field to query operations.
    • LGL_CNTNT_M_CREATED_UTC_DATE_TIME

      public static final LglDocStampField<ZonedDateTime> LGL_CNTNT_M_CREATED_UTC_DATE_TIME
      Use with available fluent helpers to apply the LglCntntMCreatedUTCDateTime field to query operations.
    • LGL_CNTNT_M_CREATED_BY_USER

      public static final LglDocStampField<String> LGL_CNTNT_M_CREATED_BY_USER
      Use with available fluent helpers to apply the LglCntntMCreatedByUser field to query operations.
  • Constructor Details

    • LglDocStamp

      public LglDocStamp()
    • LglDocStamp

      public LglDocStamp(@Nullable UUID lglCntntMDocumentStampUUID, @Nullable UUID lglCntntMDocumentUUID, @Nullable String lglCntntMDocumentStamp, @Nullable ZonedDateTime lglCntntMCreatedUTCDateTime, @Nullable String lglCntntMCreatedByUser)
  • Method Details

    • getType

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

      public void setLglCntntMDocumentStampUUID(@Nullable UUID lglCntntMDocumentStampUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMDocumentStampUUID

      Parameters:
      lglCntntMDocumentStampUUID - Universal Unique Identifier
    • setLglCntntMDocumentUUID

      public void setLglCntntMDocumentUUID(@Nullable UUID lglCntntMDocumentUUID)
      Constraints: none

      Original property name from the Odata EDM: LglCntntMDocumentUUID

      Parameters:
      lglCntntMDocumentUUID - Universal Unique Identifier
    • setLglCntntMDocumentStamp

      public void setLglCntntMDocumentStamp(@Nullable String lglCntntMDocumentStamp)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LglCntntMDocumentStamp

      Parameters:
      lglCntntMDocumentStamp - Document Stamp Name
    • setLglCntntMCreatedUTCDateTime

      public void setLglCntntMCreatedUTCDateTime(@Nullable ZonedDateTime lglCntntMCreatedUTCDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime

      Parameters:
      lglCntntMCreatedUTCDateTime - Created On
    • setLglCntntMCreatedByUser

      public void setLglCntntMCreatedByUser(@Nullable String lglCntntMCreatedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LglCntntMCreatedByUser

      Parameters:
      lglCntntMCreatedByUser - Created By
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> LglDocStampField<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> LglDocStampField<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<LglDocStamp>
    • setServicePathForFetch

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

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

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

      @Nonnull public static LglDocStamp.LglDocStampBuilder builder()
    • getLglCntntMDocumentStampUUID

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

      Original property name from the Odata EDM: LglCntntMDocumentStampUUID

      Returns:
      Universal Unique Identifier
    • getLglCntntMDocumentUUID

      @Nullable public UUID getLglCntntMDocumentUUID()
      Constraints: none

      Original property name from the Odata EDM: LglCntntMDocumentUUID

      Returns:
      Universal Unique Identifier
    • getLglCntntMDocumentStamp

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

      Original property name from the Odata EDM: LglCntntMDocumentStamp

      Returns:
      Document Stamp Name
    • getLglCntntMCreatedUTCDateTime

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

      Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime

      Returns:
      Created On
    • getLglCntntMCreatedByUser

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

      Original property name from the Odata EDM: LglCntntMCreatedByUser

      Returns:
      Created By
    • toString

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

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

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

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