|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_Val_Rule
public class X_AD_Val_Rule
Generated Model for AD_Val_Rule
| Field Summary | |
|---|---|
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
static int |
TYPE_AD_Reference_ID
Type AD_Reference_ID=101 |
static String |
TYPE_JavaLanguage
Java Language = J |
static String |
TYPE_JavaScript
Java Script = E |
static String |
TYPE_SQL
SQL = S |
| 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_Val_Rule |
|---|
accessLevel, COLUMNNAME_AD_Val_Rule_ID, COLUMNNAME_Code, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_Name, COLUMNNAME_Type, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_Val_Rule(Properties ctx,
int AD_Val_Rule_ID,
String trxName)
Standard Constructor |
|
X_AD_Val_Rule(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
String |
getCode()
Get Validation code. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getType()
Get Type. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. |
void |
setCode(String Code)
Set Validation code. |
void |
setDescription(String Description)
Set Description. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setName(String Name)
Set Name. |
void |
setType(String Type)
Set Type. |
String |
toString()
String representation |
| 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 |
|---|
public static final int ENTITYTYPE_AD_Reference_ID
public static final int TYPE_AD_Reference_ID
public static final String TYPE_SQL
public static final String TYPE_JavaLanguage
public static final String TYPE_JavaScript
| Constructor Detail |
|---|
public X_AD_Val_Rule(Properties ctx,
int AD_Val_Rule_ID,
String trxName)
public X_AD_Val_Rule(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
setAD_Val_Rule_ID in interface I_AD_Val_RuleAD_Val_Rule_ID - Dynamic Validation Rulepublic int getAD_Val_Rule_ID()
getAD_Val_Rule_ID in interface I_AD_Val_Rulepublic void setCode(String Code)
setCode in interface I_AD_Val_RuleCode - Validation Codepublic String getCode()
getCode in interface I_AD_Val_Rulepublic void setDescription(String Description)
setDescription in interface I_AD_Val_RuleDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Val_Rulepublic void setEntityType(String EntityType)
setEntityType in interface I_AD_Val_RuleEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Val_Rulepublic void setName(String Name)
setName in interface I_AD_Val_RuleName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Val_Rulepublic KeyNamePair getKeyNamePair()
public void setType(String Type)
setType in interface I_AD_Val_RuleType - Type of Validation (SQL, Java Script, Java Language)public String getType()
getType in interface I_AD_Val_Rule
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||