Adempiere 3.5.2a

org.compiere.model
Class X_AD_Table_ScriptValidator

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Table_ScriptValidator
All Implemented Interfaces:
Serializable, Comparator, 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 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int EVENTMODELVALIDATOR_AD_Reference_ID
          EventModelValidator AD_Reference_ID=53237
static String EVENTMODELVALIDATOR_DocumentAfterClose
          Document After Close = DACL
static String EVENTMODELVALIDATOR_DocumentAfterComplete
          Document After Complete = DACO
static String EVENTMODELVALIDATOR_DocumentAfterPost
          Document After Post = DAPO
static String EVENTMODELVALIDATOR_DocumentAfterPrepare
          Document After Prepare = DAPR
static String EVENTMODELVALIDATOR_DocumentAfterReactivate
          Document After Reactivate = DAAC
static String EVENTMODELVALIDATOR_DocumentAfterReverseAccrual
          Document After Reverse Accrual = DARA
static String EVENTMODELVALIDATOR_DocumentAfterReverseCorrect
          Document After Reverse Correct = DARC
static String EVENTMODELVALIDATOR_DocumentAfterVoid
          Document After Void = DAVO
static String EVENTMODELVALIDATOR_DocumentBeforeClose
          Document Before Close = DBCL
static String EVENTMODELVALIDATOR_DocumentBeforeComplete
          Document Before Complete = DBCO
static String EVENTMODELVALIDATOR_DocumentBeforePost
          Document Before Post = DBPO
static String EVENTMODELVALIDATOR_DocumentBeforePrepare
          Document Before Prepare = DBPR
static String EVENTMODELVALIDATOR_DocumentBeforeReactivate
          Document Before Reactivate = DBAC
static String EVENTMODELVALIDATOR_DocumentBeforeReverseAccrual
          Document Before Reverse Accrual = DBRA
static String EVENTMODELVALIDATOR_DocumentBeforeReverseCorrect
          Document Before Reverse Correct = DBRC
static String EVENTMODELVALIDATOR_DocumentBeforeVoid
          Document Before Void = DBVO
static String EVENTMODELVALIDATOR_TableAfterChange
          Table After Change = TAC
static String EVENTMODELVALIDATOR_TableAfterChangeReplication
          Table After Change Replication = TACR
static String EVENTMODELVALIDATOR_TableAfterDelete
          Table After Delete = TAD
static String EVENTMODELVALIDATOR_TableAfterNew
          Table After New = TAN
static String EVENTMODELVALIDATOR_TableAfterNewReplication
          Table After New Replication = TANR
static String EVENTMODELVALIDATOR_TableBeforeChange
          Table Before Change = TBC
static String EVENTMODELVALIDATOR_TableBeforeDelete
          Table Before Delete = TBD
static String EVENTMODELVALIDATOR_TableBeforeDeleteReplication
          Table Before Delete Replication = TBDR
static String EVENTMODELVALIDATOR_TableBeforeNew
          Table Before New = TBN
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_AD_Table_ScriptValidator
accessLevel, COLUMNNAME_AD_Rule_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_AD_Table_ScriptValidator_ID, COLUMNNAME_EventModelValidator, COLUMNNAME_SeqNo, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_Table_ScriptValidator(Properties ctx, int AD_Table_ScriptValidator_ID, String trxName)
          Standard Constructor
X_AD_Table_ScriptValidator(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_Rule_ID()
          Get Rule.
 I_AD_Rule getAD_Rule()
           
 int getAD_Table_ID()
          Get Table.
 int getAD_Table_ScriptValidator_ID()
          Get Table Script Validator.
 I_AD_Table getAD_Table()
           
 String getEventModelValidator()
          Get Event Model Validator.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getSeqNo()
          Get Sequence.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 void setAD_Rule_ID(int AD_Rule_ID)
          Set Rule.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setAD_Table_ScriptValidator_ID(int AD_Table_ScriptValidator_ID)
          Set Table Script Validator.
 void setEventModelValidator(String EventModelValidator)
          Set Event Model Validator.
 void setSeqNo(int SeqNo)
          Set Sequence.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

EVENTMODELVALIDATOR_AD_Reference_ID

public static final int EVENTMODELVALIDATOR_AD_Reference_ID
EventModelValidator AD_Reference_ID=53237

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableBeforeNew

public static final String EVENTMODELVALIDATOR_TableBeforeNew
Table Before New = TBN

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableBeforeChange

public static final String EVENTMODELVALIDATOR_TableBeforeChange
Table Before Change = TBC

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableBeforeDelete

public static final String EVENTMODELVALIDATOR_TableBeforeDelete
Table Before Delete = TBD

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableAfterNew

public static final String EVENTMODELVALIDATOR_TableAfterNew
Table After New = TAN

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableAfterChange

public static final String EVENTMODELVALIDATOR_TableAfterChange
Table After Change = TAC

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableAfterDelete

public static final String EVENTMODELVALIDATOR_TableAfterDelete
Table After Delete = TAD

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentBeforePrepare

public static final String EVENTMODELVALIDATOR_DocumentBeforePrepare
Document Before Prepare = DBPR

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentBeforeVoid

public static final String EVENTMODELVALIDATOR_DocumentBeforeVoid
Document Before Void = DBVO

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentBeforeClose

public static final String EVENTMODELVALIDATOR_DocumentBeforeClose
Document Before Close = DBCL

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentBeforeReactivate

public static final String EVENTMODELVALIDATOR_DocumentBeforeReactivate
Document Before Reactivate = DBAC

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentBeforeReverseCorrect

public static final String EVENTMODELVALIDATOR_DocumentBeforeReverseCorrect
Document Before Reverse Correct = DBRC

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentBeforeReverseAccrual

public static final String EVENTMODELVALIDATOR_DocumentBeforeReverseAccrual
Document Before Reverse Accrual = DBRA

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentBeforeComplete

public static final String EVENTMODELVALIDATOR_DocumentBeforeComplete
Document Before Complete = DBCO

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentBeforePost

public static final String EVENTMODELVALIDATOR_DocumentBeforePost
Document Before Post = DBPO

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentAfterPrepare

public static final String EVENTMODELVALIDATOR_DocumentAfterPrepare
Document After Prepare = DAPR

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentAfterVoid

public static final String EVENTMODELVALIDATOR_DocumentAfterVoid
Document After Void = DAVO

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentAfterClose

public static final String EVENTMODELVALIDATOR_DocumentAfterClose
Document After Close = DACL

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentAfterReactivate

public static final String EVENTMODELVALIDATOR_DocumentAfterReactivate
Document After Reactivate = DAAC

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentAfterReverseCorrect

public static final String EVENTMODELVALIDATOR_DocumentAfterReverseCorrect
Document After Reverse Correct = DARC

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentAfterReverseAccrual

public static final String EVENTMODELVALIDATOR_DocumentAfterReverseAccrual
Document After Reverse Accrual = DARA

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentAfterComplete

public static final String EVENTMODELVALIDATOR_DocumentAfterComplete
Document After Complete = DACO

See Also:
Constant Field Values

EVENTMODELVALIDATOR_DocumentAfterPost

public static final String EVENTMODELVALIDATOR_DocumentAfterPost
Document After Post = DAPO

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableAfterNewReplication

public static final String EVENTMODELVALIDATOR_TableAfterNewReplication
Table After New Replication = TANR

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableAfterChangeReplication

public static final String EVENTMODELVALIDATOR_TableAfterChangeReplication
Table After Change Replication = TACR

See Also:
Constant Field Values

EVENTMODELVALIDATOR_TableBeforeDeleteReplication

public static final String EVENTMODELVALIDATOR_TableBeforeDeleteReplication
Table Before Delete Replication = TBDR

See Also:
Constant Field Values
Constructor Detail

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,
                                  ResultSet rs,
                                  String trxName)
Load Constructor

Method Detail

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

getAD_Rule

public I_AD_Rule getAD_Rule()
                     throws Exception
Specified by:
getAD_Rule in interface I_AD_Table_ScriptValidator
Throws:
Exception

setAD_Rule_ID

public void setAD_Rule_ID(int AD_Rule_ID)
Set Rule.

Specified by:
setAD_Rule_ID in interface I_AD_Table_ScriptValidator
Parameters:
AD_Rule_ID - Rule

getAD_Rule_ID

public int getAD_Rule_ID()
Get Rule.

Specified by:
getAD_Rule_ID in interface I_AD_Table_ScriptValidator
Returns:
Rule

getAD_Table

public I_AD_Table getAD_Table()
                       throws Exception
Specified by:
getAD_Table in interface I_AD_Table_ScriptValidator
Throws:
Exception

setAD_Table_ID

public void setAD_Table_ID(int AD_Table_ID)
Set Table.

Specified by:
setAD_Table_ID in interface I_AD_Table_ScriptValidator
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_Table_ScriptValidator
Returns:
Database Table information

setAD_Table_ScriptValidator_ID

public void setAD_Table_ScriptValidator_ID(int AD_Table_ScriptValidator_ID)
Set Table Script Validator.

Specified by:
setAD_Table_ScriptValidator_ID in interface I_AD_Table_ScriptValidator
Parameters:
AD_Table_ScriptValidator_ID - Table Script Validator

getAD_Table_ScriptValidator_ID

public int getAD_Table_ScriptValidator_ID()
Get Table Script Validator.

Specified by:
getAD_Table_ScriptValidator_ID in interface I_AD_Table_ScriptValidator
Returns:
Table Script Validator

setEventModelValidator

public void setEventModelValidator(String EventModelValidator)
Set Event Model Validator.

Specified by:
setEventModelValidator in interface I_AD_Table_ScriptValidator
Parameters:
EventModelValidator - Event Model Validator

getEventModelValidator

public String getEventModelValidator()
Get Event Model Validator.

Specified by:
getEventModelValidator in interface I_AD_Table_ScriptValidator
Returns:
Event Model Validator

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setSeqNo

public void setSeqNo(int SeqNo)
Set Sequence.

Specified by:
setSeqNo in interface I_AD_Table_ScriptValidator
Parameters:
SeqNo - Method of ordering records; lowest number comes first

getSeqNo

public int getSeqNo()
Get Sequence.

Specified by:
getSeqNo in interface I_AD_Table_ScriptValidator
Returns:
Method of ordering records; lowest number comes first

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.