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

public class Nfi_arma extends VdmEntity<Nfi_arma> implements VdmEntitySet
BR NF Item Gun Operation

Original entity name from the Odata EDM: nfi_armaType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: num_item

      Parameters:
      num_item - The num_item to set.
    • setNum_arm

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

      Original property name from the Odata EDM: num_arm

      Parameters:
      num_arm - The num_arm to set.
    • setEmpresa

      public void setEmpresa(@Nullable String empresa)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - The empresa to set.
    • setFilial

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

      Original property name from the Odata EDM: filial

      Parameters:
      filial - The filial to set.
    • setInd_arm

      public void setInd_arm(@Nullable String ind_arm)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_arm

      Parameters:
      ind_arm - The ind_arm to set.
    • setDescr_compl

      public void setDescr_compl(@Nullable String descr_compl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_compl

      Parameters:
      descr_compl - The descr_compl 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<Nfi_arma>
    • getKey

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

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

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

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

      @Nonnull public static Nfi_arma.Nfi_armaBuilder builder()
    • 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.
    • getNum_item

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

      Original property name from the Odata EDM: num_item

      Returns:
      The num_item contained in this VdmEntity.
    • getNum_arm

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

      Original property name from the Odata EDM: num_arm

      Returns:
      The num_arm contained in this VdmEntity.
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • getInd_arm

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

      Original property name from the Odata EDM: ind_arm

      Returns:
      The ind_arm contained in this VdmEntity.
    • getDescr_compl

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

      Original property name from the Odata EDM: descr_compl

      Returns:
      The descr_compl 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<Nfi_arma>
    • equals

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

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

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

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