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

public class Fato_cont extends VdmEntity<Fato_cont> implements VdmEntitySet
BR Accounting Facts

Original entity name from the Odata EDM: fato_contType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Fato_cont> getType()
      Specified by:
      getType in class VdmObject<Fato_cont>
    • 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 - The empresa to set.
    • setCod_hist_fat

      public void setCod_hist_fat(@Nullable String cod_hist_fat)
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_hist_fat

      Parameters:
      cod_hist_fat - The cod_hist_fat to set.
    • setVig_de

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

      Original property name from the Odata EDM: vig_de

      Parameters:
      vig_de - Valid From
    • setDesc_fat

      public void setDesc_fat(@Nullable String desc_fat)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: desc_fat

      Parameters:
      desc_fat - The desc_fat 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<Fato_cont>
    • getKey

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

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

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

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

      @Nonnull public static Fato_cont.Fato_contBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getCod_hist_fat

      @Nullable public String getCod_hist_fat()
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_hist_fat

      Returns:
      The cod_hist_fat contained in this VdmEntity.
    • getVig_de

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

      Original property name from the Odata EDM: vig_de

      Returns:
      Valid From
    • getDesc_fat

      @Nullable public String getDesc_fat()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: desc_fat

      Returns:
      The desc_fat 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<Fato_cont>
    • equals

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

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

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

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