Class X_IMP_Processor

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_IMP_Processor
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_IMP_Processor, I_Persistent, Evaluatee
Direct Known Subclasses:
MIMPProcessor

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

  • Constructor Details

    • X_IMP_Processor

      public X_IMP_Processor(Properties ctx, int IMP_Processor_ID, String trxName)
      Standard Constructor
    • X_IMP_Processor

      public X_IMP_Processor(Properties ctx, int IMP_Processor_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_IMP_Processor

      public X_IMP_Processor(Properties ctx, String IMP_Processor_UU, String trxName)
      Standard Constructor
    • X_IMP_Processor

      public X_IMP_Processor(Properties ctx, String IMP_Processor_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_IMP_Processor

      public X_IMP_Processor(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:
      6 - System - Client
    • 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
    • setAccount

      public void setAccount(String Account)
      Set Account.
      Specified by:
      setAccount in interface I_IMP_Processor
      Parameters:
      Account - Account
    • getAccount

      public String getAccount()
      Get Account.
      Specified by:
      getAccount in interface I_IMP_Processor
      Returns:
      Account
    • setDateLastRun

      public void setDateLastRun(Timestamp DateLastRun)
      Set Date Last Run.
      Specified by:
      setDateLastRun in interface I_IMP_Processor
      Parameters:
      DateLastRun - Date the process was last run.
    • getDateLastRun

      public Timestamp getDateLastRun()
      Get Date Last Run.
      Specified by:
      getDateLastRun in interface I_IMP_Processor
      Returns:
      Date the process was last run.
    • setDateNextRun

      public void setDateNextRun(Timestamp DateNextRun)
      Set Date Next Run.
      Specified by:
      setDateNextRun in interface I_IMP_Processor
      Parameters:
      DateNextRun - Date the process will run next
    • getDateNextRun

      public Timestamp getDateNextRun()
      Get Date Next Run.
      Specified by:
      getDateNextRun in interface I_IMP_Processor
      Returns:
      Date the process will run next
    • setDescription

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

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

      public void setFrequency(int Frequency)
      Set Frequency.
      Specified by:
      setFrequency in interface I_IMP_Processor
      Parameters:
      Frequency - Frequency of events
    • getFrequency

      public int getFrequency()
      Get Frequency.
      Specified by:
      getFrequency in interface I_IMP_Processor
      Returns:
      Frequency of events
    • setFrequencyType

      public void setFrequencyType(String FrequencyType)
      Set Frequency Type.
      Specified by:
      setFrequencyType in interface I_IMP_Processor
      Parameters:
      FrequencyType - Frequency of event
    • getFrequencyType

      public String getFrequencyType()
      Get Frequency Type.
      Specified by:
      getFrequencyType in interface I_IMP_Processor
      Returns:
      Frequency of event
    • setHelp

      public void setHelp(String Help)
      Set Comment/Help.
      Specified by:
      setHelp in interface I_IMP_Processor
      Parameters:
      Help - Comment or Hint
    • getHelp

      public String getHelp()
      Get Comment/Help.
      Specified by:
      getHelp in interface I_IMP_Processor
      Returns:
      Comment or Hint
    • setHost

      public void setHost(String Host)
      Set Host.
      Specified by:
      setHost in interface I_IMP_Processor
      Parameters:
      Host - Host
    • getHost

      public String getHost()
      Get Host.
      Specified by:
      getHost in interface I_IMP_Processor
      Returns:
      Host
    • setIMP_Processor_ID

      public void setIMP_Processor_ID(int IMP_Processor_ID)
      Set Import Processor.
      Specified by:
      setIMP_Processor_ID in interface I_IMP_Processor
      Parameters:
      IMP_Processor_ID - Import Processor
    • getIMP_Processor_ID

      public int getIMP_Processor_ID()
      Get Import Processor.
      Specified by:
      getIMP_Processor_ID in interface I_IMP_Processor
      Returns:
      Import Processor
    • getIMP_Processor_Type

      public I_IMP_Processor_Type getIMP_Processor_Type() throws RuntimeException
      Specified by:
      getIMP_Processor_Type in interface I_IMP_Processor
      Throws:
      RuntimeException
    • setIMP_Processor_Type_ID

      public void setIMP_Processor_Type_ID(int IMP_Processor_Type_ID)
      Set Import Processor Type.
      Specified by:
      setIMP_Processor_Type_ID in interface I_IMP_Processor
      Parameters:
      IMP_Processor_Type_ID - Import Processor Type
    • getIMP_Processor_Type_ID

      public int getIMP_Processor_Type_ID()
      Get Import Processor Type.
      Specified by:
      getIMP_Processor_Type_ID in interface I_IMP_Processor
      Returns:
      Import Processor Type
    • setIMP_Processor_UU

      public void setIMP_Processor_UU(String IMP_Processor_UU)
      Set IMP_Processor_UU.
      Specified by:
      setIMP_Processor_UU in interface I_IMP_Processor
      Parameters:
      IMP_Processor_UU - IMP_Processor_UU
    • getIMP_Processor_UU

      public String getIMP_Processor_UU()
      Get IMP_Processor_UU.
      Specified by:
      getIMP_Processor_UU in interface I_IMP_Processor
      Returns:
      IMP_Processor_UU
    • setKeepLogDays

      public void setKeepLogDays(int KeepLogDays)
      Set Days to keep Log.
      Specified by:
      setKeepLogDays in interface I_IMP_Processor
      Parameters:
      KeepLogDays - Number of days to keep the log entries
    • getKeepLogDays

      public int getKeepLogDays()
      Get Days to keep Log.
      Specified by:
      getKeepLogDays in interface I_IMP_Processor
      Returns:
      Number of days to keep the log entries
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_IMP_Processor
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_IMP_Processor
      Returns:
      Alphanumeric identifier of the entity
    • setPasswordInfo

      public void setPasswordInfo(String PasswordInfo)
      Set Password Info.
      Specified by:
      setPasswordInfo in interface I_IMP_Processor
      Parameters:
      PasswordInfo - Password Info
    • getPasswordInfo

      public String getPasswordInfo()
      Get Password Info.
      Specified by:
      getPasswordInfo in interface I_IMP_Processor
      Returns:
      Password Info
    • setPort

      public void setPort(int Port)
      Set Port.
      Specified by:
      setPort in interface I_IMP_Processor
      Parameters:
      Port - Port
    • getPort

      public int getPort()
      Get Port.
      Specified by:
      getPort in interface I_IMP_Processor
      Returns:
      Port
    • setProcessing

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

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

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_IMP_Processor
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_IMP_Processor
      Returns:
      Search key for the record in the format required - must be unique