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

public class Nfs_unipr extends VdmEntity<Nfs_unipr> implements VdmEntitySet
BR Uniprofessional Society

Original entity name from the Odata EDM: nfs_uniprType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: dt_reg

      Parameters:
      dt_reg - The dt_reg to set.
    • setVl_rec

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

      Original property name from the Odata EDM: vl_rec

      Parameters:
      vl_rec - Total Revenue
    • setQtd_prof

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

      Original property name from the Odata EDM: qtd_prof

      Parameters:
      qtd_prof - Amount
    • setVl_or

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

      Original property name from the Odata EDM: vl_or

      Parameters:
      vl_or - ISSQN Value
    • 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<Nfs_unipr>
    • getKey

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

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

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

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

      @Nonnull public static Nfs_unipr.Nfs_uniprBuilder 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
    • getDt_reg

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

      Original property name from the Odata EDM: dt_reg

      Returns:
      The dt_reg contained in this VdmEntity.
    • getVl_rec

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

      Original property name from the Odata EDM: vl_rec

      Returns:
      Total Revenue
    • getQtd_prof

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

      Original property name from the Odata EDM: qtd_prof

      Returns:
      Amount
    • getVl_or

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

      Original property name from the Odata EDM: vl_or

      Returns:
      ISSQN Value
    • 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<Nfs_unipr>
    • equals

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

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

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

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