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

public class Infdifcof extends VdmEntity<Infdifcof> implements VdmEntitySet
BR COFINS Deferral Add Info

Original entity name from the Odata EDM: infdifcofType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setPer_ref(@Nullable String per_ref)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Parameters:
      per_ref - Bookkeeping reference period
    • setNum_lancto

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

      Original property name from the Odata EDM: num_lancto

      Parameters:
      num_lancto - Posting Number
    • 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_cred

      public void setCod_cred(@Nullable String cod_cred)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: cod_cred

      Parameters:
      cod_cred - Credit Code transferred
    • setVl_vend

      public void setVl_vend(@Nullable BigDecimal vl_vend)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_vend

      Parameters:
      vl_vend - Total value not received in the period
    • setVl_nao_receb

      public void setVl_nao_receb(@Nullable BigDecimal vl_nao_receb)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_nao_receb

      Parameters:
      vl_nao_receb - Value of contribution deferred in the period
    • setVl_cont_dif

      public void setVl_cont_dif(@Nullable BigDecimal vl_cont_dif)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cont_dif

      Parameters:
      vl_cont_dif - Type code of credit deferred in the period
    • setVl_cred_dif

      public void setVl_cred_dif(@Nullable BigDecimal vl_cred_dif)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cred_dif

      Parameters:
      vl_cred_dif - Code of type of credit deferred in the period
    • 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<Infdifcof>
    • getKey

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

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

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

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

      @Nonnull public static Infdifcof.InfdifcofBuilder 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
    • getPer_ref

      @Nullable public String getPer_ref()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Returns:
      Bookkeeping reference period
    • getNum_lancto

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

      Original property name from the Odata EDM: num_lancto

      Returns:
      Posting Number
    • getCnpj

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

      Original property name from the Odata EDM: cnpj

      Returns:
      CNPJ
    • getCod_cred

      @Nullable public String getCod_cred()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: cod_cred

      Returns:
      Credit Code transferred
    • getVl_vend

      @Nullable public BigDecimal getVl_vend()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_vend

      Returns:
      Total value not received in the period
    • getVl_nao_receb

      @Nullable public BigDecimal getVl_nao_receb()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_nao_receb

      Returns:
      Value of contribution deferred in the period
    • getVl_cont_dif

      @Nullable public BigDecimal getVl_cont_dif()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cont_dif

      Returns:
      Type code of credit deferred in the period
    • getVl_cred_dif

      @Nullable public BigDecimal getVl_cred_dif()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cred_dif

      Returns:
      Code of type of credit deferred in the period
    • 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<Infdifcof>
    • equals

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

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

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

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