|
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_Table
public class X_AD_Table
Generated Model for AD_Table
| Field Summary | |
|---|---|
static int |
ACCESSLEVEL_AD_Reference_ID
AccessLevel AD_Reference_ID=5 |
static String |
ACCESSLEVEL_All
All = 7 |
static String |
ACCESSLEVEL_ClientOnly
Client only = 2 |
static String |
ACCESSLEVEL_ClientPlusOrganization
Client+Organization = 3 |
static String |
ACCESSLEVEL_Organization
Organization = 1 |
static String |
ACCESSLEVEL_SystemOnly
System only = 4 |
static String |
ACCESSLEVEL_SystemPlusClient
System+Client = 6 |
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
static int |
PO_WINDOW_ID_AD_Reference_ID
PO_Window_ID AD_Reference_ID=284 |
static int |
REPLICATIONTYPE_AD_Reference_ID
ReplicationType AD_Reference_ID=126 |
static String |
REPLICATIONTYPE_Local
Local = L |
static String |
REPLICATIONTYPE_Merge
Merge = M |
static String |
REPLICATIONTYPE_Reference
Reference = R |
| 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 |
| Constructor Summary | |
|---|---|
X_AD_Table(Properties ctx,
int AD_Table_ID,
String trxName)
Standard Constructor |
|
X_AD_Table(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAccessLevel()
Get Data Access Level. |
int |
getAD_Table_ID()
Get Table. |
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
I_AD_Val_Rule |
getAD_Val_Rule()
|
int |
getAD_Window_ID()
Get Window. |
I_AD_Window |
getAD_Window()
|
String |
getCopyColumnsFromTable()
Get Copy Columns From Table. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
String |
getHelp()
Get Comment/Help. |
String |
getImportTable()
Get Import Table. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getLoadSeq()
Get Sequence. |
String |
getName()
Get Name. |
int |
getPO_Window_ID()
Get PO Window. |
String |
getReplicationType()
Get Replication Type. |
String |
getTableName()
Get DB Table Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isChangeLog()
Get Maintain Change Log. |
boolean |
isDeleteable()
Get Records deleteable. |
boolean |
isHighVolume()
Get High Volume. |
boolean |
isSecurityEnabled()
Get Security enabled. |
boolean |
isView()
Get View. |
void |
setAccessLevel(String AccessLevel)
Set Data Access Level. |
void |
setAD_Table_ID(int AD_Table_ID)
Set Table. |
void |
setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. |
void |
setAD_Window_ID(int AD_Window_ID)
Set Window. |
void |
setCopyColumnsFromTable(String CopyColumnsFromTable)
Set Copy Columns From Table. |
void |
setDescription(String Description)
Set Description. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setImportTable(String ImportTable)
Set Import Table. |
void |
setIsChangeLog(boolean IsChangeLog)
Set Maintain Change Log. |
void |
setIsDeleteable(boolean IsDeleteable)
Set Records deleteable. |
void |
setIsHighVolume(boolean IsHighVolume)
Set High Volume. |
void |
setIsSecurityEnabled(boolean IsSecurityEnabled)
Set Security enabled. |
void |
setIsView(boolean IsView)
Set View. |
void |
setLoadSeq(int LoadSeq)
Set Sequence. |
void |
setName(String Name)
Set Name. |
void |
setPO_Window_ID(int PO_Window_ID)
Set PO Window. |
void |
setReplicationType(String ReplicationType)
Set Replication Type. |
void |
setTableName(String TableName)
Set DB Table Name. |
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 ACCESSLEVEL_AD_Reference_ID
public static final String ACCESSLEVEL_Organization
public static final String ACCESSLEVEL_ClientPlusOrganization
public static final String ACCESSLEVEL_SystemOnly
public static final String ACCESSLEVEL_All
public static final String ACCESSLEVEL_SystemPlusClient
public static final String ACCESSLEVEL_ClientOnly
public static final int ENTITYTYPE_AD_Reference_ID
public static final int PO_WINDOW_ID_AD_Reference_ID
public static final int REPLICATIONTYPE_AD_Reference_ID
public static final String REPLICATIONTYPE_Local
public static final String REPLICATIONTYPE_Merge
public static final String REPLICATIONTYPE_Reference
| Constructor Detail |
|---|
public X_AD_Table(Properties ctx,
int AD_Table_ID,
String trxName)
public X_AD_Table(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 setAccessLevel(String AccessLevel)
setAccessLevel in interface I_AD_TableAccessLevel - Access Level requiredpublic String getAccessLevel()
getAccessLevel in interface I_AD_Tablepublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_AD_TableAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_AD_Table
public I_AD_Val_Rule getAD_Val_Rule()
throws Exception
getAD_Val_Rule in interface I_AD_TableExceptionpublic void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
setAD_Val_Rule_ID in interface I_AD_TableAD_Val_Rule_ID - Dynamic Validation Rulepublic int getAD_Val_Rule_ID()
getAD_Val_Rule_ID in interface I_AD_Table
public I_AD_Window getAD_Window()
throws Exception
getAD_Window in interface I_AD_TableExceptionpublic void setAD_Window_ID(int AD_Window_ID)
setAD_Window_ID in interface I_AD_TableAD_Window_ID - Data entry or display windowpublic int getAD_Window_ID()
getAD_Window_ID in interface I_AD_Tablepublic void setCopyColumnsFromTable(String CopyColumnsFromTable)
setCopyColumnsFromTable in interface I_AD_TableCopyColumnsFromTable - Copy Columns From Tablepublic String getCopyColumnsFromTable()
getCopyColumnsFromTable in interface I_AD_Tablepublic void setDescription(String Description)
setDescription in interface I_AD_TableDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Tablepublic void setEntityType(String EntityType)
setEntityType in interface I_AD_TableEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Tablepublic void setHelp(String Help)
setHelp in interface I_AD_TableHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_AD_Tablepublic void setImportTable(String ImportTable)
setImportTable in interface I_AD_TableImportTable - Import Table Columns from Databasepublic String getImportTable()
getImportTable in interface I_AD_Tablepublic void setIsChangeLog(boolean IsChangeLog)
setIsChangeLog in interface I_AD_TableIsChangeLog - Maintain a log of changespublic boolean isChangeLog()
isChangeLog in interface I_AD_Tablepublic void setIsDeleteable(boolean IsDeleteable)
setIsDeleteable in interface I_AD_TableIsDeleteable - Indicates if records can be deleted from the databasepublic boolean isDeleteable()
isDeleteable in interface I_AD_Tablepublic void setIsHighVolume(boolean IsHighVolume)
setIsHighVolume in interface I_AD_TableIsHighVolume - Use Search instead of Pick listpublic boolean isHighVolume()
isHighVolume in interface I_AD_Tablepublic void setIsSecurityEnabled(boolean IsSecurityEnabled)
setIsSecurityEnabled in interface I_AD_TableIsSecurityEnabled - If security is enabled, user access to data can be restricted via Rolespublic boolean isSecurityEnabled()
isSecurityEnabled in interface I_AD_Tablepublic void setIsView(boolean IsView)
setIsView in interface I_AD_TableIsView - This is a viewpublic boolean isView()
isView in interface I_AD_Tablepublic void setLoadSeq(int LoadSeq)
setLoadSeq in interface I_AD_TableLoadSeq - Sequencepublic int getLoadSeq()
getLoadSeq in interface I_AD_Tablepublic void setName(String Name)
setName in interface I_AD_TableName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Tablepublic void setPO_Window_ID(int PO_Window_ID)
setPO_Window_ID in interface I_AD_TablePO_Window_ID - Purchase Order Windowpublic int getPO_Window_ID()
getPO_Window_ID in interface I_AD_Tablepublic void setReplicationType(String ReplicationType)
setReplicationType in interface I_AD_TableReplicationType - Type of Data Replicationpublic String getReplicationType()
getReplicationType in interface I_AD_Tablepublic void setTableName(String TableName)
setTableName in interface I_AD_TableTableName - Name of the table in the databasepublic String getTableName()
getTableName in interface I_AD_Tablepublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||