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

public class Nf_ter_fa extends VdmEntity<Nf_ter_fa> implements VdmEntitySet
BR Invoiced Terminal from NF

Original entity name from the Odata EDM: nf_ter_faType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setInd_serv(@Nullable String ind_serv)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_serv

      Parameters:
      ind_serv - The ind_serv to set.
    • setPer_fiscal

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

      Original property name from the Odata EDM: per_fiscal

      Parameters:
      per_fiscal - The per_fiscal to set.
    • setDt_ini_serv

      public void setDt_ini_serv(@Nullable String dt_ini_serv)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_serv

      Parameters:
      dt_ini_serv - The dt_ini_serv to set.
    • setDt_fin_serv

      public void setDt_fin_serv(@Nullable String dt_fin_serv)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_serv

      Parameters:
      dt_fin_serv - The dt_fin_serv to set.
    • setCod_area

      public void setCod_area(@Nullable String cod_area)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_area

      Parameters:
      cod_area - The cod_area to set.
    • setTerminal

      public void setTerminal(@Nullable String terminal)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: terminal

      Parameters:
      terminal - The terminal 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_ter_fa>
    • getKey

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

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

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

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

      @Nonnull public static Nf_ter_fa.Nf_ter_faBuilder 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:
      The filial contained in this VdmEntity.
    • 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.
    • getInd_serv

      @Nullable public String getInd_serv()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_serv

      Returns:
      The ind_serv contained in this VdmEntity.
    • getPer_fiscal

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

      Original property name from the Odata EDM: per_fiscal

      Returns:
      The per_fiscal contained in this VdmEntity.
    • getDt_ini_serv

      @Nullable public String getDt_ini_serv()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_serv

      Returns:
      The dt_ini_serv contained in this VdmEntity.
    • getDt_fin_serv

      @Nullable public String getDt_fin_serv()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_serv

      Returns:
      The dt_fin_serv contained in this VdmEntity.
    • getCod_area

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

      Original property name from the Odata EDM: cod_area

      Returns:
      The cod_area contained in this VdmEntity.
    • getTerminal

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

      Original property name from the Odata EDM: terminal

      Returns:
      The terminal 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_ter_fa>
    • equals

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

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

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

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