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

public class Nf_type extends VdmEntity<Nf_type> implements VdmEntitySet
BR Nota Fiscal Type

Original entity name from the Odata EDM: nf_typeType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Nf_type> getType()
      Specified by:
      getType in class VdmObject<Nf_type>
    • setNftype

      public void setNftype(@Nullable String nftype)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: nftype

      Parameters:
      nftype - Nota Fiscal Type
    • setDoctyp

      public void setDoctyp(@Nullable String doctyp)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: doctyp

      Parameters:
      doctyp - Document Type
    • setDirect

      public void setDirect(@Nullable String direct)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: direct

      Parameters:
      direct - Direction of the Movement
    • setEntrad

      public void setEntrad(@Nullable String entrad)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: entrad

      Parameters:
      entrad - Nota Fiscal Entrada
    • setNfe

      public void setNfe(@Nullable String nfe)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: nfe

      Parameters:
      nfe - Eletronic Fiscal Document
    • setMunicipal

      public void setMunicipal(@Nullable String municipal)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: municipal

      Parameters:
      municipal - Municipal Fiscal Document
    • 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_type>
    • getKey

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

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

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

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

      @Nonnull public static Nf_type.Nf_typeBuilder builder()
    • getNftype

      @Nullable public String getNftype()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: nftype

      Returns:
      Nota Fiscal Type
    • getDoctyp

      @Nullable public String getDoctyp()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: doctyp

      Returns:
      Document Type
    • getDirect

      @Nullable public String getDirect()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: direct

      Returns:
      Direction of the Movement
    • getEntrad

      @Nullable public String getEntrad()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: entrad

      Returns:
      Nota Fiscal Entrada
    • getNfe

      @Nullable public String getNfe()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: nfe

      Returns:
      Eletronic Fiscal Document
    • getMunicipal

      @Nullable public String getMunicipal()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: municipal

      Returns:
      Municipal Fiscal Document
    • 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_type>
    • equals

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

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

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

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