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

public class Tp_mov_k extends VdmEntity<Tp_mov_k> implements VdmEntitySet
BR Types of Movement for K230 K235 Reg

Original entity name from the Odata EDM: tp_mov_kType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setTp_mov(@Nullable String tp_mov)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: tp_mov

      Parameters:
      tp_mov - Movement Type (Inventory Management)
    • 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<Tp_mov_k>
    • getKey

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

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

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

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

      @Nonnull public static Tp_mov_k.Tp_mov_kBuilder 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
    • getTp_mov

      @Nullable public String getTp_mov()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: tp_mov

      Returns:
      Movement Type (Inventory Management)
    • 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<Tp_mov_k>
    • equals

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

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

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

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