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

public class LglTransLinkedObjects extends VdmEntity<LglTransLinkedObjects>
Linked Objects

Original entity name from the Odata EDM: A_LglTransLinkedObjectsType

  • Field Details

    • ALL_FIELDS

      public static final LglTransLinkedObjectsSelectable ALL_FIELDS
      Selector for all available fields of LglTransLinkedObjects.
    • LGL_CNTNT_M_LINKD_OBJ_TYPE

      public static final LglTransLinkedObjectsField<String> LGL_CNTNT_M_LINKD_OBJ_TYPE
      Use with available fluent helpers to apply the LglCntntMLinkdObjType field to query operations.
    • LGL_CNTNT_M_LINKD_OBJ

      public static final LglTransLinkedObjectsField<String> LGL_CNTNT_M_LINKD_OBJ
      Use with available fluent helpers to apply the LglCntntMLinkdObj field to query operations.
  • Constructor Details

    • LglTransLinkedObjects

      public LglTransLinkedObjects()
    • LglTransLinkedObjects

      public LglTransLinkedObjects(@Nullable UUID legalTransactionLinkdObjUUID, @Nullable String lglCntntMLinkdObjType, @Nullable String lglCntntMLinkdObj, @Nullable String legalTransactionMandatoryFlag, @Nullable UUID legalTransactionUUID, @Nullable Boolean legalTransactionIsTriggerObj, @Nullable String lglCntntMIntegrationLink)
  • Method Details

    • getType

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

      public void setLegalTransactionLinkdObjUUID(@Nullable UUID legalTransactionLinkdObjUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LegalTransactionLinkdObjUUID

      Parameters:
      legalTransactionLinkdObjUUID - Universal Unique Identifier
    • setLglCntntMLinkdObjType

      public void setLglCntntMLinkdObjType(@Nullable String lglCntntMLinkdObjType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LglCntntMLinkdObjType

      Parameters:
      lglCntntMLinkdObjType - Linked Object Type
    • setLglCntntMLinkdObj

      public void setLglCntntMLinkdObj(@Nullable String lglCntntMLinkdObj)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: LglCntntMLinkdObj

      Parameters:
      lglCntntMLinkdObj - Linked Object ID
    • setLegalTransactionMandatoryFlag

      public void setLegalTransactionMandatoryFlag(@Nullable String legalTransactionMandatoryFlag)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: LegalTransactionMandatoryFlag

      Parameters:
      legalTransactionMandatoryFlag - Control Parameter Legal Transaction Mandatory State
    • setLegalTransactionUUID

      public void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
      Constraints: none

      Original property name from the Odata EDM: LegalTransactionUUID

      Parameters:
      legalTransactionUUID - Universal Unique Identifier
    • setLegalTransactionIsTriggerObj

      public void setLegalTransactionIsTriggerObj(@Nullable Boolean legalTransactionIsTriggerObj)
      Constraints: none

      Original property name from the Odata EDM: LegalTransactionIsTriggerObj

      Parameters:
      legalTransactionIsTriggerObj - Denotes if linked object is trigger object
    • setLglCntntMIntegrationLink

      public void setLglCntntMIntegrationLink(@Nullable String lglCntntMIntegrationLink)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: LglCntntMIntegrationLink

      Parameters:
      lglCntntMIntegrationLink - Integration Link
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> LglTransLinkedObjectsField<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> LglTransLinkedObjectsField<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<LglTransLinkedObjects>
    • setServicePathForFetch

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

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

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

      @Nonnull public static LglTransLinkedObjects.LglTransLinkedObjectsBuilder builder()
    • getLegalTransactionLinkdObjUUID

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

      Original property name from the Odata EDM: LegalTransactionLinkdObjUUID

      Returns:
      Universal Unique Identifier
    • getLglCntntMLinkdObjType

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

      Original property name from the Odata EDM: LglCntntMLinkdObjType

      Returns:
      Linked Object Type
    • getLglCntntMLinkdObj

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

      Original property name from the Odata EDM: LglCntntMLinkdObj

      Returns:
      Linked Object ID
    • getLegalTransactionMandatoryFlag

      @Nullable public String getLegalTransactionMandatoryFlag()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: LegalTransactionMandatoryFlag

      Returns:
      Control Parameter Legal Transaction Mandatory State
    • getLegalTransactionUUID

      @Nullable public UUID getLegalTransactionUUID()
      Constraints: none

      Original property name from the Odata EDM: LegalTransactionUUID

      Returns:
      Universal Unique Identifier
    • getLegalTransactionIsTriggerObj

      @Nullable public Boolean getLegalTransactionIsTriggerObj()
      Constraints: none

      Original property name from the Odata EDM: LegalTransactionIsTriggerObj

      Returns:
      Denotes if linked object is trigger object
    • getLglCntntMIntegrationLink

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

      Original property name from the Odata EDM: LglCntntMIntegrationLink

      Returns:
      Integration Link
    • toString

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

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

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

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