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

public class Nf_crg_tr extends VdmEntity<Nf_crg_tr> implements VdmEntitySet
BR Cargo Data

Original entity name from the Odata EDM: nf_crg_trType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNf_id(@Nullable String nf_id)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: nf_id

      Parameters:
      nf_id - The nf_id to set.
    • setDespacho

      public void setDespacho(@Nullable String despacho)
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: despacho

      Parameters:
      despacho - The despacho to set.
    • setCnpj_cpf_rem

      public void setCnpj_cpf_rem(@Nullable String cnpj_cpf_rem)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_cpf_rem

      Parameters:
      cnpj_cpf_rem - The cnpj_cpf_rem to set.
    • setIe_rem

      public void setIe_rem(@Nullable String ie_rem)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: ie_rem

      Parameters:
      ie_rem - The ie_rem to set.
    • setCod_mun_ori

      public void setCod_mun_ori(@Nullable String cod_mun_ori)
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cod_mun_ori

      Parameters:
      cod_mun_ori - The cod_mun_ori to set.
    • setCnpj_cpf_dest

      public void setCnpj_cpf_dest(@Nullable String cnpj_cpf_dest)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_cpf_dest

      Parameters:
      cnpj_cpf_dest - The cnpj_cpf_dest to set.
    • setIe_dest

      public void setIe_dest(@Nullable String ie_dest)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: ie_dest

      Parameters:
      ie_dest - The ie_dest to set.
    • setCod_mun_dest

      public void setCod_mun_dest(@Nullable String cod_mun_dest)
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cod_mun_dest

      Parameters:
      cod_mun_dest - The cod_mun_dest to set.
    • 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<Nf_crg_tr>
    • getKey

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

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

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

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

      @Nonnull public static Nf_crg_tr.Nf_crg_trBuilder builder()
    • getNf_id

      @Nullable public String getNf_id()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: nf_id

      Returns:
      The nf_id contained in this VdmEntity.
    • getDespacho

      @Nullable public String getDespacho()
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: despacho

      Returns:
      The despacho contained in this VdmEntity.
    • getCnpj_cpf_rem

      @Nullable public String getCnpj_cpf_rem()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_cpf_rem

      Returns:
      The cnpj_cpf_rem contained in this VdmEntity.
    • getIe_rem

      @Nullable public String getIe_rem()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: ie_rem

      Returns:
      The ie_rem contained in this VdmEntity.
    • getCod_mun_ori

      @Nullable public String getCod_mun_ori()
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cod_mun_ori

      Returns:
      The cod_mun_ori contained in this VdmEntity.
    • getCnpj_cpf_dest

      @Nullable public String getCnpj_cpf_dest()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_cpf_dest

      Returns:
      The cnpj_cpf_dest contained in this VdmEntity.
    • getIe_dest

      @Nullable public String getIe_dest()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: ie_dest

      Returns:
      The ie_dest contained in this VdmEntity.
    • getCod_mun_dest

      @Nullable public String getCod_mun_dest()
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cod_mun_dest

      Returns:
      The cod_mun_dest contained in this VdmEntity.
    • 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<Nf_crg_tr>
    • equals

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

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

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

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