Class X_MP_OT_Task

java.lang.Object
org.compiere.model.PO
org.maintenance.model.X_MP_OT_Task
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, Evaluatee, I_MP_OT_Task
Direct Known Subclasses:
MMPOTTask

public class X_MP_OT_Task extends PO implements I_MP_OT_Task, I_Persistent
Generated Model for MP_OT_Task
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_MP_OT_Task

      public X_MP_OT_Task(Properties ctx, int MP_OT_Task_ID, String trxName)
      Standard Constructor
    • X_MP_OT_Task

      public X_MP_OT_Task(Properties ctx, int MP_OT_Task_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_MP_OT_Task

      public X_MP_OT_Task(Properties ctx, String MP_OT_Task_UU, String trxName)
      Standard Constructor
    • X_MP_OT_Task

      public X_MP_OT_Task(Properties ctx, String MP_OT_Task_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_MP_OT_Task

      public X_MP_OT_Task(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      3 - Client - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getC_UOM

      public I_C_UOM getC_UOM() throws RuntimeException
      Specified by:
      getC_UOM in interface I_MP_OT_Task
      Throws:
      RuntimeException
    • setC_UOM_ID

      public void setC_UOM_ID(int C_UOM_ID)
      Set UOM.
      Specified by:
      setC_UOM_ID in interface I_MP_OT_Task
      Parameters:
      C_UOM_ID - Unit of Measure
    • getC_UOM_ID

      public int getC_UOM_ID()
      Get UOM.
      Specified by:
      getC_UOM_ID in interface I_MP_OT_Task
      Returns:
      Unit of Measure
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_MP_OT_Task
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_MP_OT_Task
      Returns:
      Optional short description of the record
    • setDuration

      public void setDuration(BigDecimal Duration)
      Set Duration.
      Specified by:
      setDuration in interface I_MP_OT_Task
      Parameters:
      Duration - Normal Duration in Duration Unit
    • getDuration

      public BigDecimal getDuration()
      Get Duration.
      Specified by:
      getDuration in interface I_MP_OT_Task
      Returns:
      Normal Duration in Duration Unit
    • getMP_Maintain

      public I_MP_Maintain getMP_Maintain() throws RuntimeException
      Specified by:
      getMP_Maintain in interface I_MP_OT_Task
      Throws:
      RuntimeException
    • setMP_Maintain_ID

      public void setMP_Maintain_ID(int MP_Maintain_ID)
      Set Maintenance.
      Specified by:
      setMP_Maintain_ID in interface I_MP_OT_Task
      Parameters:
      MP_Maintain_ID - Maintenance
    • getMP_Maintain_ID

      public int getMP_Maintain_ID()
      Get Maintenance.
      Specified by:
      getMP_Maintain_ID in interface I_MP_OT_Task
      Returns:
      Maintenance
    • getMP_OT

      public I_MP_OT getMP_OT() throws RuntimeException
      Specified by:
      getMP_OT in interface I_MP_OT_Task
      Throws:
      RuntimeException
    • setMP_OT_ID

      public void setMP_OT_ID(int MP_OT_ID)
      Set Work Order (OT).
      Specified by:
      setMP_OT_ID in interface I_MP_OT_Task
      Parameters:
      MP_OT_ID - Work Order (OT)
    • getMP_OT_ID

      public int getMP_OT_ID()
      Get Work Order (OT).
      Specified by:
      getMP_OT_ID in interface I_MP_OT_Task
      Returns:
      Work Order (OT)
    • setMP_OT_Task_ID

      public void setMP_OT_Task_ID(int MP_OT_Task_ID)
      Set Work Order Task.
      Specified by:
      setMP_OT_Task_ID in interface I_MP_OT_Task
      Parameters:
      MP_OT_Task_ID - Work Order Task
    • getMP_OT_Task_ID

      public int getMP_OT_Task_ID()
      Get Work Order Task.
      Specified by:
      getMP_OT_Task_ID in interface I_MP_OT_Task
      Returns:
      Work Order Task
    • setMP_OT_Task_UU

      public void setMP_OT_Task_UU(String MP_OT_Task_UU)
      Set MP_OT_Task_UU.
      Specified by:
      setMP_OT_Task_UU in interface I_MP_OT_Task
      Parameters:
      MP_OT_Task_UU - MP_OT_Task_UU
    • getMP_OT_Task_UU

      public String getMP_OT_Task_UU()
      Get MP_OT_Task_UU.
      Specified by:
      getMP_OT_Task_UU in interface I_MP_OT_Task
      Returns:
      MP_OT_Task_UU
    • setProcessed

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_MP_OT_Task
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_MP_OT_Task
      Returns:
      The document has been processed
    • setSeqNo

      public void setSeqNo(int SeqNo)
      Set Sequence.
      Specified by:
      setSeqNo in interface I_MP_OT_Task
      Parameters:
      SeqNo - Method of ordering records; lowest number comes first
    • getSeqNo

      public int getSeqNo()
      Get Sequence.
      Specified by:
      getSeqNo in interface I_MP_OT_Task
      Returns:
      Method of ordering records; lowest number comes first
    • setStatus

      public void setStatus(String Status)
      Set Status.
      Specified by:
      setStatus in interface I_MP_OT_Task
      Parameters:
      Status - Status of the currently running check
    • getStatus

      public String getStatus()
      Get Status.
      Specified by:
      getStatus in interface I_MP_OT_Task
      Returns:
      Status of the currently running check