Class X_MP_OT

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

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

  • Constructor Details

  • 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
    • getAD_User

      public I_AD_User getAD_User() throws RuntimeException
      Specified by:
      getAD_User in interface I_MP_OT
      Throws:
      RuntimeException
    • setAD_User_ID

      public void setAD_User_ID(int AD_User_ID)
      Set User/Contact.
      Specified by:
      setAD_User_ID in interface I_MP_OT
      Parameters:
      AD_User_ID - User within the system - Internal or Business Partner Contact
    • getAD_User_ID

      public int getAD_User_ID()
      Get User/Contact.
      Specified by:
      getAD_User_ID in interface I_MP_OT
      Returns:
      User within the system - Internal or Business Partner Contact
    • getA_Asset

      public I_A_Asset getA_Asset() throws RuntimeException
      Specified by:
      getA_Asset in interface I_MP_OT
      Throws:
      RuntimeException
    • setA_Asset_ID

      public void setA_Asset_ID(int A_Asset_ID)
      Set Asset.
      Specified by:
      setA_Asset_ID in interface I_MP_OT
      Parameters:
      A_Asset_ID - Asset used internally or by customers
    • getA_Asset_ID

      public int getA_Asset_ID()
      Get Asset.
      Specified by:
      getA_Asset_ID in interface I_MP_OT
      Returns:
      Asset used internally or by customers
    • setCOF_Equipments_ID

      public void setCOF_Equipments_ID(int COF_Equipments_ID)
      Set Equipamentos.
      Specified by:
      setCOF_Equipments_ID in interface I_MP_OT
      Parameters:
      COF_Equipments_ID - Primary Key : Equipments
    • getCOF_Equipments_ID

      public int getCOF_Equipments_ID()
      Get Equipamentos.
      Specified by:
      getCOF_Equipments_ID in interface I_MP_OT
      Returns:
      Primary Key : Equipments
    • getC_DocType

      public I_C_DocType getC_DocType() throws RuntimeException
      Specified by:
      getC_DocType in interface I_MP_OT
      Throws:
      RuntimeException
    • setC_DocType_ID

      public void setC_DocType_ID(int C_DocType_ID)
      Set Document Type.
      Specified by:
      setC_DocType_ID in interface I_MP_OT
      Parameters:
      C_DocType_ID - Document type or rules
    • getC_DocType_ID

      public int getC_DocType_ID()
      Get Document Type.
      Specified by:
      getC_DocType_ID in interface I_MP_OT
      Returns:
      Document type or rules
    • setDateTrx

      public void setDateTrx(Timestamp DateTrx)
      Set Transaction Date.
      Specified by:
      setDateTrx in interface I_MP_OT
      Parameters:
      DateTrx - Transaction Date
    • getDateTrx

      public Timestamp getDateTrx()
      Get Transaction Date.
      Specified by:
      getDateTrx in interface I_MP_OT
      Returns:
      Transaction Date
    • setDescription

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

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

      public void setDocAction(String DocAction)
      Set Document Action.
      Specified by:
      setDocAction in interface I_MP_OT
      Parameters:
      DocAction - The targeted status of the document
    • getDocAction

      public String getDocAction()
      Get Document Action.
      Specified by:
      getDocAction in interface I_MP_OT
      Returns:
      The targeted status of the document
    • setDocStatus

      public void setDocStatus(String DocStatus)
      Set Document Status.
      Specified by:
      setDocStatus in interface I_MP_OT
      Parameters:
      DocStatus - The current status of the document
    • getDocStatus

      public String getDocStatus()
      Get Document Status.
      Specified by:
      getDocStatus in interface I_MP_OT
      Returns:
      The current status of the document
    • setDocumentNo

      public void setDocumentNo(String DocumentNo)
      Set Document No.
      Specified by:
      setDocumentNo in interface I_MP_OT
      Parameters:
      DocumentNo - Document sequence number of the document
    • getDocumentNo

      public String getDocumentNo()
      Get Document No.
      Specified by:
      getDocumentNo in interface I_MP_OT
      Returns:
      Document sequence number of the document
    • setMP_JobStandar_ID

      public void setMP_JobStandar_ID(int MP_JobStandar_ID)
      Set Standard Job.
      Specified by:
      setMP_JobStandar_ID in interface I_MP_OT
      Parameters:
      MP_JobStandar_ID - Standard Job
    • getMP_JobStandar_ID

      public int getMP_JobStandar_ID()
      Get Standard Job.
      Specified by:
      getMP_JobStandar_ID in interface I_MP_OT
      Returns:
      Standard Job
    • setMP_Maintain_ID

      public void setMP_Maintain_ID(int MP_Maintain_ID)
      Set Maintenance.
      Specified by:
      setMP_Maintain_ID in interface I_MP_OT
      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
      Returns:
      Maintenance
    • 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
      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
      Returns:
      Work Order (OT)
    • setMP_OT_Request_ID

      public void setMP_OT_Request_ID(int MP_OT_Request_ID)
      Set Work Order (OT) Request.
      Specified by:
      setMP_OT_Request_ID in interface I_MP_OT
      Parameters:
      MP_OT_Request_ID - Work Order (OT) Request
    • getMP_OT_Request_ID

      public int getMP_OT_Request_ID()
      Get Work Order (OT) Request.
      Specified by:
      getMP_OT_Request_ID in interface I_MP_OT
      Returns:
      Work Order (OT) Request
    • setMP_OT_UU

      public void setMP_OT_UU(String MP_OT_UU)
      Set MP_OT_UU.
      Specified by:
      setMP_OT_UU in interface I_MP_OT
      Parameters:
      MP_OT_UU - MP_OT_UU
    • getMP_OT_UU

      public String getMP_OT_UU()
      Get MP_OT_UU.
      Specified by:
      getMP_OT_UU in interface I_MP_OT
      Returns:
      MP_OT_UU
    • setProcessed

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

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

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_MP_OT
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_MP_OT
      Returns:
      Process Now
    • setcof_Processing

      public void setcof_Processing(String cof_Processing)
      Set Process Now.
      Specified by:
      setcof_Processing in interface I_MP_OT
      Parameters:
      cof_Processing - Process Now
    • getcof_Processing

      public String getcof_Processing()
      Get Process Now.
      Specified by:
      getcof_Processing in interface I_MP_OT
      Returns:
      Process Now