java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Rel_part>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Rel_part
All Implemented Interfaces:
VdmEntitySet

public class Rel_part extends VdmEntity<Rel_part> implements VdmEntitySet
BR Participant Relationship

Original entity name from the Odata EDM: rel_partType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setEmpresa(@Nullable String empresa)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - Company Code
    • setCnpj

      public void setCnpj(@Nullable String cnpj)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj

      Parameters:
      cnpj - CNPJ
    • setCod_rel

      public void setCod_rel(@Nullable String cod_rel)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_rel

      Parameters:
      cod_rel - Relationship Code According to SPED Table
    • setDt_ini_rel

      public void setDt_ini_rel(@Nullable String dt_ini_rel)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_rel

      Parameters:
      dt_ini_rel - Initial Date of Relationship
    • setCod_part

      public void setCod_part(@Nullable String cod_part)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part

      Parameters:
      cod_part - Participant Code
    • setDt_fin_rel

      public void setDt_fin_rel(@Nullable String dt_fin_rel)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_rel

      Parameters:
      dt_fin_rel - Final Date of Relationship
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<Rel_part>
    • toMapOfFields

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

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

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

      @Nonnull public static Rel_part.Rel_partBuilder builder()
    • getEmpresa

      @Nullable public String getEmpresa()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getCnpj

      @Nullable public String getCnpj()
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj

      Returns:
      CNPJ
    • getCod_rel

      @Nullable public String getCod_rel()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_rel

      Returns:
      Relationship Code According to SPED Table
    • getDt_ini_rel

      @Nullable public String getDt_ini_rel()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_rel

      Returns:
      Initial Date of Relationship
    • getCod_part

      @Nullable public String getCod_part()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part

      Returns:
      Participant Code
    • getDt_fin_rel

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

      Original property name from the Odata EDM: dt_fin_rel

      Returns:
      Final Date of Relationship
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<Rel_part>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<Rel_part>