Class X_AD_Registration

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Registration
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Registration, I_Persistent, Evaluatee
Direct Known Subclasses:
M_Registration

public class X_AD_Registration extends PO implements I_AD_Registration, I_Persistent
Generated Model for AD_Registration
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_AD_Registration

      public X_AD_Registration(Properties ctx, int AD_Registration_ID, String trxName)
      Standard Constructor
    • X_AD_Registration

      public X_AD_Registration(Properties ctx, int AD_Registration_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Registration

      public X_AD_Registration(Properties ctx, String AD_Registration_UU, String trxName)
      Standard Constructor
    • X_AD_Registration

      public X_AD_Registration(Properties ctx, String AD_Registration_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Registration

      public X_AD_Registration(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:
      4 - System
    • 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
    • setAD_Registration_ID

      public void setAD_Registration_ID(int AD_Registration_ID)
      Set System Registration.
      Specified by:
      setAD_Registration_ID in interface I_AD_Registration
      Parameters:
      AD_Registration_ID - System Registration
    • getAD_Registration_ID

      public int getAD_Registration_ID()
      Get System Registration.
      Specified by:
      getAD_Registration_ID in interface I_AD_Registration
      Returns:
      System Registration
    • setAD_Registration_UU

      public void setAD_Registration_UU(String AD_Registration_UU)
      Set AD_Registration_UU.
      Specified by:
      setAD_Registration_UU in interface I_AD_Registration
      Parameters:
      AD_Registration_UU - AD_Registration_UU
    • getAD_Registration_UU

      public String getAD_Registration_UU()
      Get AD_Registration_UU.
      Specified by:
      getAD_Registration_UU in interface I_AD_Registration
      Returns:
      AD_Registration_UU
    • getAD_System

      public I_AD_System getAD_System() throws RuntimeException
      Specified by:
      getAD_System in interface I_AD_Registration
      Throws:
      RuntimeException
    • setAD_System_ID

      public void setAD_System_ID(int AD_System_ID)
      Set System.
      Specified by:
      setAD_System_ID in interface I_AD_Registration
      Parameters:
      AD_System_ID - System Definition
    • getAD_System_ID

      public int getAD_System_ID()
      Get System.
      Specified by:
      getAD_System_ID in interface I_AD_Registration
      Returns:
      System Definition
    • getC_Currency

      public I_C_Currency getC_Currency() throws RuntimeException
      Specified by:
      getC_Currency in interface I_AD_Registration
      Throws:
      RuntimeException
    • setC_Currency_ID

      public void setC_Currency_ID(int C_Currency_ID)
      Set Currency.
      Specified by:
      setC_Currency_ID in interface I_AD_Registration
      Parameters:
      C_Currency_ID - The Currency for this record
    • getC_Currency_ID

      public int getC_Currency_ID()
      Get Currency.
      Specified by:
      getC_Currency_ID in interface I_AD_Registration
      Returns:
      The Currency for this record
    • getC_Location

      public I_C_Location getC_Location() throws RuntimeException
      Specified by:
      getC_Location in interface I_AD_Registration
      Throws:
      RuntimeException
    • setC_Location_ID

      public void setC_Location_ID(int C_Location_ID)
      Set Address.
      Specified by:
      setC_Location_ID in interface I_AD_Registration
      Parameters:
      C_Location_ID - Location or Address
    • getC_Location_ID

      public int getC_Location_ID()
      Get Address.
      Specified by:
      getC_Location_ID in interface I_AD_Registration
      Returns:
      Location or Address
    • setDescription

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

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

      public void setIndustryInfo(String IndustryInfo)
      Set Industry Info.
      Specified by:
      setIndustryInfo in interface I_AD_Registration
      Parameters:
      IndustryInfo - Information of the industry (e.g. professional service, distribution of furnitures, ..)
    • getIndustryInfo

      public String getIndustryInfo()
      Get Industry Info.
      Specified by:
      getIndustryInfo in interface I_AD_Registration
      Returns:
      Information of the industry (e.g. professional service, distribution of furnitures, ..)
    • setIsAllowPublish

      public void setIsAllowPublish(boolean IsAllowPublish)
      Set Allowed to be Published.
      Specified by:
      setIsAllowPublish in interface I_AD_Registration
      Parameters:
      IsAllowPublish - You allow to publish the information, not just statistical summary info
    • isAllowPublish

      public boolean isAllowPublish()
      Get Allowed to be Published.
      Specified by:
      isAllowPublish in interface I_AD_Registration
      Returns:
      You allow to publish the information, not just statistical summary info
    • setIsAllowStatistics

      public void setIsAllowStatistics(boolean IsAllowStatistics)
      Set Maintain Statistics.
      Specified by:
      setIsAllowStatistics in interface I_AD_Registration
      Parameters:
      IsAllowStatistics - Maintain general statistics
    • isAllowStatistics

      public boolean isAllowStatistics()
      Get Maintain Statistics.
      Specified by:
      isAllowStatistics in interface I_AD_Registration
      Returns:
      Maintain general statistics
    • setIsInProduction

      public void setIsInProduction(boolean IsInProduction)
      Set In Production.
      Specified by:
      setIsInProduction in interface I_AD_Registration
      Parameters:
      IsInProduction - The system is in production
    • isInProduction

      public boolean isInProduction()
      Get In Production.
      Specified by:
      isInProduction in interface I_AD_Registration
      Returns:
      The system is in production
    • setIsRegistered

      public void setIsRegistered(boolean IsRegistered)
      Set Registered.
      Specified by:
      setIsRegistered in interface I_AD_Registration
      Parameters:
      IsRegistered - The application is registered.
    • isRegistered

      public boolean isRegistered()
      Get Registered.
      Specified by:
      isRegistered in interface I_AD_Registration
      Returns:
      The application is registered.
    • setNumberEmployees

      public void setNumberEmployees(int NumberEmployees)
      Set Employees.
      Specified by:
      setNumberEmployees in interface I_AD_Registration
      Parameters:
      NumberEmployees - Number of employees
    • getNumberEmployees

      public int getNumberEmployees()
      Get Employees.
      Specified by:
      getNumberEmployees in interface I_AD_Registration
      Returns:
      Number of employees
    • setPlatformInfo

      public void setPlatformInfo(String PlatformInfo)
      Set Platform Info.
      Specified by:
      setPlatformInfo in interface I_AD_Registration
      Parameters:
      PlatformInfo - Information about Server and Tenant Platform
    • getPlatformInfo

      public String getPlatformInfo()
      Get Platform Info.
      Specified by:
      getPlatformInfo in interface I_AD_Registration
      Returns:
      Information about Server and Tenant Platform
    • setProcessing

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

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

      public void setRecord_ID(int Record_ID)
      Set Record ID.
      Specified by:
      setRecord_ID in interface I_AD_Registration
      Parameters:
      Record_ID - Direct internal record ID
    • getRecord_ID

      public int getRecord_ID()
      Get Record ID.
      Specified by:
      getRecord_ID in interface I_AD_Registration
      Returns:
      Direct internal record ID
    • setRemote_Addr

      public void setRemote_Addr(String Remote_Addr)
      Set Remote Addr.
      Specified by:
      setRemote_Addr in interface I_AD_Registration
      Parameters:
      Remote_Addr - Remote Address
    • getRemote_Addr

      public String getRemote_Addr()
      Get Remote Addr.
      Specified by:
      getRemote_Addr in interface I_AD_Registration
      Returns:
      Remote Address
    • setRemote_Host

      public void setRemote_Host(String Remote_Host)
      Set Remote Host.
      Specified by:
      setRemote_Host in interface I_AD_Registration
      Parameters:
      Remote_Host - Remote host Info
    • getRemote_Host

      public String getRemote_Host()
      Get Remote Host.
      Specified by:
      getRemote_Host in interface I_AD_Registration
      Returns:
      Remote host Info
    • setSalesVolume

      public void setSalesVolume(int SalesVolume)
      Set Sales Volume in 1.000.
      Specified by:
      setSalesVolume in interface I_AD_Registration
      Parameters:
      SalesVolume - Total Volume of Sales in Thousands of Currency
    • getSalesVolume

      public int getSalesVolume()
      Get Sales Volume in 1.000.
      Specified by:
      getSalesVolume in interface I_AD_Registration
      Returns:
      Total Volume of Sales in Thousands of Currency
    • setStartProductionDate

      public void setStartProductionDate(Timestamp StartProductionDate)
      Set Start Implementation/Production.
      Specified by:
      setStartProductionDate in interface I_AD_Registration
      Parameters:
      StartProductionDate - The day you started the implementation (if implementing) - or production (went life) with iDempiere
    • getStartProductionDate

      public Timestamp getStartProductionDate()
      Get Start Implementation/Production.
      Specified by:
      getStartProductionDate in interface I_AD_Registration
      Returns:
      The day you started the implementation (if implementing) - or production (went life) with iDempiere