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

public class Part_cpl extends VdmEntity<Part_cpl> implements VdmEntitySet
BR Partner Data Complement

Original entity name from the Odata EDM: part_cplType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: data_alteracao

      Parameters:
      data_alteracao - Change Date
    • setIcms_isento

      public void setIcms_isento(@Nullable Boolean icms_isento)
      Constraints: Not nullable

      Original property name from the Odata EDM: icms_isento

      Parameters:
      icms_isento - ICMS Exempt
    • setInd_nat_ret

      public void setInd_nat_ret(@Nullable String ind_nat_ret)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ind_nat_ret

      Parameters:
      ind_nat_ret - Indicator of Nature of Withholding at Source
    • 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<Part_cpl>
    • getKey

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

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

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

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

      @Nonnull public static Part_cpl.Part_cplBuilder builder()
    • 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
    • getData_alteracao

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

      Original property name from the Odata EDM: data_alteracao

      Returns:
      Change Date
    • getIcms_isento

      @Nullable public Boolean getIcms_isento()
      Constraints: Not nullable

      Original property name from the Odata EDM: icms_isento

      Returns:
      ICMS Exempt
    • getInd_nat_ret

      @Nullable public String getInd_nat_ret()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ind_nat_ret

      Returns:
      Indicator of Nature of Withholding at Source
    • 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<Part_cpl>
    • equals

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

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

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

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