Class X_AD_HouseKeeping

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_HouseKeeping
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_HouseKeeping, I_Persistent, Evaluatee
Direct Known Subclasses:
MHouseKeeping

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

    • X_AD_HouseKeeping

      public X_AD_HouseKeeping(Properties ctx, int AD_HouseKeeping_ID, String trxName)
      Standard Constructor
    • X_AD_HouseKeeping

      public X_AD_HouseKeeping(Properties ctx, int AD_HouseKeeping_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_HouseKeeping

      public X_AD_HouseKeeping(Properties ctx, String AD_HouseKeeping_UU, String trxName)
      Standard Constructor
    • X_AD_HouseKeeping

      public X_AD_HouseKeeping(Properties ctx, String AD_HouseKeeping_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_HouseKeeping

      public X_AD_HouseKeeping(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_HouseKeeping_ID

      public void setAD_HouseKeeping_ID(int AD_HouseKeeping_ID)
      Set House Keeping Configuration.
      Specified by:
      setAD_HouseKeeping_ID in interface I_AD_HouseKeeping
      Parameters:
      AD_HouseKeeping_ID - House Keeping Configuration
    • getAD_HouseKeeping_ID

      public int getAD_HouseKeeping_ID()
      Get House Keeping Configuration.
      Specified by:
      getAD_HouseKeeping_ID in interface I_AD_HouseKeeping
      Returns:
      House Keeping Configuration
    • setAD_HouseKeeping_UU

      public void setAD_HouseKeeping_UU(String AD_HouseKeeping_UU)
      Set AD_HouseKeeping_UU.
      Specified by:
      setAD_HouseKeeping_UU in interface I_AD_HouseKeeping
      Parameters:
      AD_HouseKeeping_UU - AD_HouseKeeping_UU
    • getAD_HouseKeeping_UU

      public String getAD_HouseKeeping_UU()
      Get AD_HouseKeeping_UU.
      Specified by:
      getAD_HouseKeeping_UU in interface I_AD_HouseKeeping
      Returns:
      AD_HouseKeeping_UU
    • getAD_Table

      public I_AD_Table getAD_Table() throws RuntimeException
      Specified by:
      getAD_Table in interface I_AD_HouseKeeping
      Throws:
      RuntimeException
    • setAD_Table_ID

      public void setAD_Table_ID(int AD_Table_ID)
      Set Table.
      Specified by:
      setAD_Table_ID in interface I_AD_HouseKeeping
      Parameters:
      AD_Table_ID - Database Table information
    • getAD_Table_ID

      public int getAD_Table_ID()
      Get Table.
      Specified by:
      getAD_Table_ID in interface I_AD_HouseKeeping
      Returns:
      Database Table information
    • setBackupFolder

      public void setBackupFolder(String BackupFolder)
      Set Backup Folder.
      Specified by:
      setBackupFolder in interface I_AD_HouseKeeping
      Parameters:
      BackupFolder - Backup Folder
    • getBackupFolder

      public String getBackupFolder()
      Get Backup Folder.
      Specified by:
      getBackupFolder in interface I_AD_HouseKeeping
      Returns:
      Backup Folder
    • setDescription

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

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

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

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

      public void setIsExportXMLBackup(boolean IsExportXMLBackup)
      Set Export XML Backup.
      Specified by:
      setIsExportXMLBackup in interface I_AD_HouseKeeping
      Parameters:
      IsExportXMLBackup - Export XML Backup
    • isExportXMLBackup

      public boolean isExportXMLBackup()
      Get Export XML Backup.
      Specified by:
      isExportXMLBackup in interface I_AD_HouseKeeping
      Returns:
      Export XML Backup
    • setIsSaveInHistoric

      public void setIsSaveInHistoric(boolean IsSaveInHistoric)
      Set Save In Historic.
      Specified by:
      setIsSaveInHistoric in interface I_AD_HouseKeeping
      Parameters:
      IsSaveInHistoric - Save In Historic
    • isSaveInHistoric

      public boolean isSaveInHistoric()
      Get Save In Historic.
      Specified by:
      isSaveInHistoric in interface I_AD_HouseKeeping
      Returns:
      Save In Historic
    • setLastDeleted

      public void setLastDeleted(int LastDeleted)
      Set Last Deleted.
      Specified by:
      setLastDeleted in interface I_AD_HouseKeeping
      Parameters:
      LastDeleted - Last Deleted
    • getLastDeleted

      public int getLastDeleted()
      Get Last Deleted.
      Specified by:
      getLastDeleted in interface I_AD_HouseKeeping
      Returns:
      Last Deleted
    • setLastRun

      public void setLastRun(Timestamp LastRun)
      Set Last Run.
      Specified by:
      setLastRun in interface I_AD_HouseKeeping
      Parameters:
      LastRun - Last Run
    • getLastRun

      public Timestamp getLastRun()
      Get Last Run.
      Specified by:
      getLastRun in interface I_AD_HouseKeeping
      Returns:
      Last Run
    • setName

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

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

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setProcessing

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

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

      public void setTableName(String TableName)
      Set DB Table Name.
      Specified by:
      setTableName in interface I_AD_HouseKeeping
      Parameters:
      TableName - Name of the table in the database
    • getTableName

      public String getTableName()
      Get DB Table Name.
      Specified by:
      getTableName in interface I_AD_HouseKeeping
      Returns:
      Name of the table in the database
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_AD_HouseKeeping
      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_AD_HouseKeeping
      Returns:
      Search key for the record in the format required - must be unique
    • setWhereClause

      public void setWhereClause(String WhereClause)
      Set Sql WHERE.
      Specified by:
      setWhereClause in interface I_AD_HouseKeeping
      Parameters:
      WhereClause - Fully qualified SQL WHERE clause
    • getWhereClause

      public String getWhereClause()
      Get Sql WHERE.
      Specified by:
      getWhereClause in interface I_AD_HouseKeeping
      Returns:
      Fully qualified SQL WHERE clause