Class X_AD_Table_ScriptValidator

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Table_ScriptValidator
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Table_ScriptValidator, I_Persistent, Evaluatee
Direct Known Subclasses:
MTableScriptValidator

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

    • EVENTMODELVALIDATOR_AD_Reference_ID

      public static final int EVENTMODELVALIDATOR_AD_Reference_ID
      EventModelValidator AD_Reference_ID=53237
      See Also:
    • EVENTMODELVALIDATOR_DocumentAfterReactivate

      public static final String EVENTMODELVALIDATOR_DocumentAfterReactivate
      Document After Reactivate = DAAC
      See Also:
    • EVENTMODELVALIDATOR_DocumentAfterClose

      public static final String EVENTMODELVALIDATOR_DocumentAfterClose
      Document After Close = DACL
      See Also:
    • EVENTMODELVALIDATOR_DocumentAfterComplete

      public static final String EVENTMODELVALIDATOR_DocumentAfterComplete
      Document After Complete = DACO
      See Also:
    • EVENTMODELVALIDATOR_DocumentAfterPost

      public static final String EVENTMODELVALIDATOR_DocumentAfterPost
      Document After Post = DAPO
      See Also:
    • EVENTMODELVALIDATOR_DocumentAfterPrepare

      public static final String EVENTMODELVALIDATOR_DocumentAfterPrepare
      Document After Prepare = DAPR
      See Also:
    • EVENTMODELVALIDATOR_DocumentAfterReverseAccrual

      public static final String EVENTMODELVALIDATOR_DocumentAfterReverseAccrual
      Document After Reverse Accrual = DARA
      See Also:
    • EVENTMODELVALIDATOR_DocumentAfterReverseCorrect

      public static final String EVENTMODELVALIDATOR_DocumentAfterReverseCorrect
      Document After Reverse Correct = DARC
      See Also:
    • EVENTMODELVALIDATOR_DocumentAfterVoid

      public static final String EVENTMODELVALIDATOR_DocumentAfterVoid
      Document After Void = DAVO
      See Also:
    • EVENTMODELVALIDATOR_DocumentBeforeReactivate

      public static final String EVENTMODELVALIDATOR_DocumentBeforeReactivate
      Document Before Reactivate = DBAC
      See Also:
    • EVENTMODELVALIDATOR_DocumentBeforeClose

      public static final String EVENTMODELVALIDATOR_DocumentBeforeClose
      Document Before Close = DBCL
      See Also:
    • EVENTMODELVALIDATOR_DocumentBeforeComplete

      public static final String EVENTMODELVALIDATOR_DocumentBeforeComplete
      Document Before Complete = DBCO
      See Also:
    • EVENTMODELVALIDATOR_DocumentBeforePost

      public static final String EVENTMODELVALIDATOR_DocumentBeforePost
      Document Before Post = DBPO
      See Also:
    • EVENTMODELVALIDATOR_DocumentBeforePrepare

      public static final String EVENTMODELVALIDATOR_DocumentBeforePrepare
      Document Before Prepare = DBPR
      See Also:
    • EVENTMODELVALIDATOR_DocumentBeforeReverseAccrual

      public static final String EVENTMODELVALIDATOR_DocumentBeforeReverseAccrual
      Document Before Reverse Accrual = DBRA
      See Also:
    • EVENTMODELVALIDATOR_DocumentBeforeReverseCorrect

      public static final String EVENTMODELVALIDATOR_DocumentBeforeReverseCorrect
      Document Before Reverse Correct = DBRC
      See Also:
    • EVENTMODELVALIDATOR_DocumentBeforeVoid

      public static final String EVENTMODELVALIDATOR_DocumentBeforeVoid
      Document Before Void = DBVO
      See Also:
    • EVENTMODELVALIDATOR_TableAfterChange

      public static final String EVENTMODELVALIDATOR_TableAfterChange
      Table After Change = TAC
      See Also:
    • EVENTMODELVALIDATOR_TableAfterChangeReplication

      public static final String EVENTMODELVALIDATOR_TableAfterChangeReplication
      Table After Change Replication = TACR
      See Also:
    • EVENTMODELVALIDATOR_TableAfterDelete

      public static final String EVENTMODELVALIDATOR_TableAfterDelete
      Table After Delete = TAD
      See Also:
    • EVENTMODELVALIDATOR_TableAfterNew

      public static final String EVENTMODELVALIDATOR_TableAfterNew
      Table After New = TAN
      See Also:
    • EVENTMODELVALIDATOR_TableAfterNewReplication

      public static final String EVENTMODELVALIDATOR_TableAfterNewReplication
      Table After New Replication = TANR
      See Also:
    • EVENTMODELVALIDATOR_TableBeforeChange

      public static final String EVENTMODELVALIDATOR_TableBeforeChange
      Table Before Change = TBC
      See Also:
    • EVENTMODELVALIDATOR_TableBeforeDelete

      public static final String EVENTMODELVALIDATOR_TableBeforeDelete
      Table Before Delete = TBD
      See Also:
    • EVENTMODELVALIDATOR_TableBeforeDeleteReplication

      public static final String EVENTMODELVALIDATOR_TableBeforeDeleteReplication
      Table Before Delete Replication = TBDR
      See Also:
    • EVENTMODELVALIDATOR_TableBeforeNew

      public static final String EVENTMODELVALIDATOR_TableBeforeNew
      Table Before New = TBN
      See Also:
  • Constructor Details

    • X_AD_Table_ScriptValidator

      public X_AD_Table_ScriptValidator(Properties ctx, int AD_Table_ScriptValidator_ID, String trxName)
      Standard Constructor
    • X_AD_Table_ScriptValidator

      public X_AD_Table_ScriptValidator(Properties ctx, int AD_Table_ScriptValidator_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Table_ScriptValidator

      public X_AD_Table_ScriptValidator(Properties ctx, String AD_Table_ScriptValidator_UU, String trxName)
      Standard Constructor
    • X_AD_Table_ScriptValidator

      public X_AD_Table_ScriptValidator(Properties ctx, String AD_Table_ScriptValidator_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Table_ScriptValidator

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