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

public class Ciap_cred extends VdmEntity<Ciap_cred> implements VdmEntitySet
BR Credit Factor

Original entity name from the Odata EDM: ciap_credType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: filial

      Parameters:
      filial - Branch
    • setPeriodo

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

      Original property name from the Odata EDM: periodo

      Parameters:
      periodo - Period Date
    • setVl_trib_oc

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

      Original property name from the Odata EDM: vl_trib_oc

      Parameters:
      vl_trib_oc - Taxable Outbound Movement
    • setVl_total

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

      Original property name from the Odata EDM: vl_total

      Parameters:
      vl_total - Total Value of Incentives
    • setInd_per_sai

      public void setInd_per_sai(@Nullable BigDecimal ind_per_sai)
      Constraints: Not nullable, Precision: 25, Scale: 8

      Original property name from the Odata EDM: ind_per_sai

      Parameters:
      ind_per_sai - Participation Index
    • 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<Ciap_cred>
    • getKey

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

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

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

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

      @Nonnull public static Ciap_cred.Ciap_credBuilder 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
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      Branch
    • getPeriodo

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

      Original property name from the Odata EDM: periodo

      Returns:
      Period Date
    • getVl_trib_oc

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

      Original property name from the Odata EDM: vl_trib_oc

      Returns:
      Taxable Outbound Movement
    • getVl_total

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

      Original property name from the Odata EDM: vl_total

      Returns:
      Total Value of Incentives
    • getInd_per_sai

      @Nullable public BigDecimal getInd_per_sai()
      Constraints: Not nullable, Precision: 25, Scale: 8

      Original property name from the Odata EDM: ind_per_sai

      Returns:
      Participation Index
    • 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<Ciap_cred>
    • equals

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

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

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

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