|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_Column
public class X_AD_Column
Generated Model for AD_Column
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
AD_REFERENCE_ID_AD_Reference_ID
AD_Reference_ID AD_Reference_ID=1 |
static int |
AD_REFERENCE_VALUE_ID_AD_Reference_ID
AD_Reference_Value_ID AD_Reference_ID=4 |
static int |
CONSTRAINTTYPE_AD_Reference_ID
ConstraintType AD_Reference_ID=411 |
static String |
CONSTRAINTTYPE_Cascade
Cascade = C |
static String |
CONSTRAINTTYPE_CascadeTrigger
Cascade Trigger = c |
static String |
CONSTRAINTTYPE_DoNOTCreate
Do NOT Create = X |
static String |
CONSTRAINTTYPE_Null
Null = N |
static String |
CONSTRAINTTYPE_NullTrigger
Null Trigger = n |
static String |
CONSTRAINTTYPE_Restrict
Restrict = R |
static String |
CONSTRAINTTYPE_RestrictTrigger
Restrict Trigger = r |
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
static int |
ISENCRYPTED_AD_Reference_ID
IsEncrypted AD_Reference_ID=354 |
static String |
ISENCRYPTED_Encrypted
Encrypted = Y |
static String |
ISENCRYPTED_NotEncrypted
Not Encrypted = N |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=101 |
static String |
Table_Name
TableName=AD_Column |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_Column(Ctx ctx,
int AD_Column_ID,
String trxName)
Standard Constructor |
|
X_AD_Column(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Column_ID()
Get Column. |
int |
getAD_Element_ID()
Get System Element. |
int |
getAD_Process_ID()
Get Process. |
int |
getAD_Reference_ID()
Get Reference. |
int |
getAD_Reference_Value_ID()
Get Reference Key. |
int |
getAD_Table_ID()
Get Table. |
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
String |
getCallout()
Get Callout Code. |
String |
getColumnName()
Get DB Column Name. |
String |
getColumnSQL()
Get Column SQL. |
String |
getConstraintName()
Get Constraint Name. |
String |
getConstraintType()
Get Constraint Type. |
String |
getDefaultValue()
Get Default Logic. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
int |
getFieldLength()
Get Length. |
String |
getHelp()
Get Comment. |
String |
getIsEncrypted()
Get Encrypted. |
String |
getIsSyncDatabase()
Get Synchronize Database. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getMandatoryLogic()
Get Mandatory Logic. |
String |
getName()
Get Name. |
String |
getReadOnlyLogic()
Get Read Only Logic. |
int |
getSelectionSeqNo()
Get Selection Sequence. |
int |
getSeqNo()
Get Sequence. |
int |
getSummarySeqNo()
Get Summary Sequence. |
int |
getTableUID()
Get TableUID. |
String |
getValueMax()
Get Max. |
String |
getValueMin()
Get Min. |
BigDecimal |
getVersion()
Get Version. |
String |
getVFormat()
Get Value Format. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isAlwaysUpdateable()
Get Always Updatable. |
boolean |
isCallout()
Get Callout. |
boolean |
isConstraintTypeValid(String test)
Is test a valid value. |
boolean |
isIdentifier()
Get Identifier. |
boolean |
isIsEncryptedValid(String test)
Is test a valid value. |
boolean |
isKey()
Get Key column. |
boolean |
isMandatory()
Get Mandatory. |
boolean |
isMandatoryUI()
Get Mandatory UI. |
boolean |
isParent()
Get Parent link column. |
boolean |
isRecursiveFK()
Get Recursive FK. |
boolean |
isSelectionColumn()
Get Selection Column. |
boolean |
isSummaryColumn()
Get Summary Column. |
boolean |
isTranslated()
Get Translated. |
boolean |
isUpdateable()
Get Updateable. |
void |
setAD_Column_ID(int AD_Column_ID)
Set Column. |
void |
setAD_Element_ID(int AD_Element_ID)
Set System Element. |
void |
setAD_Process_ID(int AD_Process_ID)
Set Process. |
void |
setAD_Reference_ID(int AD_Reference_ID)
Set Reference. |
void |
setAD_Reference_Value_ID(int AD_Reference_Value_ID)
Set Reference Key. |
void |
setAD_Table_ID(int AD_Table_ID)
Set Table. |
void |
setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. |
void |
setCallout(String Callout)
Set Callout Code. |
void |
setColumnName(String ColumnName)
Set DB Column Name. |
void |
setColumnSQL(String ColumnSQL)
Set Column SQL. |
void |
setConstraintName(String ConstraintName)
Set Constraint Name. |
void |
setConstraintType(String ConstraintType)
Set Constraint Type. |
void |
setDefaultValue(String DefaultValue)
Set Default Logic. |
void |
setDescription(String Description)
Set Description. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setFieldLength(int FieldLength)
Set Length. |
void |
setHelp(String Help)
Set Comment. |
void |
setIsAlwaysUpdateable(boolean IsAlwaysUpdateable)
Set Always Updatable. |
void |
setIsCallout(boolean IsCallout)
Set Callout. |
void |
setIsEncrypted(String IsEncrypted)
Set Encrypted. |
void |
setIsIdentifier(boolean IsIdentifier)
Set Identifier. |
void |
setIsKey(boolean IsKey)
Set Key column. |
void |
setIsMandatory(boolean IsMandatory)
Set Mandatory. |
void |
setIsMandatoryUI(boolean IsMandatoryUI)
Set Mandatory UI. |
void |
setIsParent(boolean IsParent)
Set Parent link column. |
void |
setIsRecursiveFK(boolean IsRecursiveFK)
Set Recursive FK. |
void |
setIsSelectionColumn(boolean IsSelectionColumn)
Set Selection Column. |
void |
setIsSummaryColumn(boolean IsSummaryColumn)
Set Summary Column. |
void |
setIsSyncDatabase(String IsSyncDatabase)
Set Synchronize Database. |
void |
setIsTranslated(boolean IsTranslated)
Set Translated. |
void |
setIsUpdateable(boolean IsUpdateable)
Set Updateable. |
void |
setMandatoryLogic(String MandatoryLogic)
Set Mandatory Logic. |
void |
setName(String Name)
Set Name. |
void |
setReadOnlyLogic(String ReadOnlyLogic)
Set Read Only Logic. |
void |
setSelectionSeqNo(int SelectionSeqNo)
Set Selection Sequence. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setSummarySeqNo(int SummarySeqNo)
Set Summary Sequence. |
void |
setTableUID(int TableUID)
Set TableUID. |
void |
setValueMax(String ValueMax)
Set Max. |
void |
setValueMin(String ValueMin)
Set Min. |
void |
setVersion(BigDecimal Version)
Set Version. |
void |
setVFormat(String VFormat)
Set Value Format. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int AD_REFERENCE_ID_AD_Reference_ID
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID
public static final int CONSTRAINTTYPE_AD_Reference_ID
public static final String CONSTRAINTTYPE_Cascade
public static final String CONSTRAINTTYPE_Null
public static final String CONSTRAINTTYPE_Restrict
public static final String CONSTRAINTTYPE_DoNOTCreate
public static final String CONSTRAINTTYPE_CascadeTrigger
public static final String CONSTRAINTTYPE_NullTrigger
public static final String CONSTRAINTTYPE_RestrictTrigger
public static final int ENTITYTYPE_AD_Reference_ID
public static final int ISENCRYPTED_AD_Reference_ID
public static final String ISENCRYPTED_NotEncrypted
public static final String ISENCRYPTED_Encrypted
| Constructor Detail |
|---|
public X_AD_Column(Ctx ctx,
int AD_Column_ID,
String trxName)
ctx - contextAD_Column_ID - idtrxName - transaction
public X_AD_Column(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_Column_ID(int AD_Column_ID)
AD_Column_ID - Column in the tablepublic int getAD_Column_ID()
public void setAD_Element_ID(int AD_Element_ID)
AD_Element_ID - System Element enables the central maintenance of column description and help.public int getAD_Element_ID()
public void setAD_Process_ID(int AD_Process_ID)
AD_Process_ID - Process or Reportpublic int getAD_Process_ID()
public void setAD_Reference_ID(int AD_Reference_ID)
AD_Reference_ID - System Reference and Validationpublic int getAD_Reference_ID()
public void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
AD_Reference_Value_ID - Required to specify, if data type is Table or Listpublic int getAD_Reference_Value_ID()
public void setAD_Table_ID(int AD_Table_ID)
AD_Table_ID - Database Table informationpublic int getAD_Table_ID()
public void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
AD_Val_Rule_ID - Dynamic Validation Rulepublic int getAD_Val_Rule_ID()
public void setCallout(String Callout)
Callout - External Callout Code - Fully qualified class names and method - separated by semicolonspublic String getCallout()
public void setColumnName(String ColumnName)
ColumnName - Name of the column in the databasepublic String getColumnName()
public KeyNamePair getKeyNamePair()
public void setColumnSQL(String ColumnSQL)
ColumnSQL - Virtual Column (r/o)public String getColumnSQL()
public void setConstraintName(String ConstraintName)
ConstraintName - Constraint Namepublic String getConstraintName()
public boolean isConstraintTypeValid(String test)
test - testvalue
public void setConstraintType(String ConstraintType)
ConstraintType - Constraint Typepublic String getConstraintType()
public void setDefaultValue(String DefaultValue)
DefaultValue - Default value hierarchy, separated by;public String getDefaultValue()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setEntityType(String EntityType)
EntityType - Dictionary Entity Type;
Determines ownership and synchronizationpublic String getEntityType()
public void setFieldLength(int FieldLength)
FieldLength - Length of the column in the databasepublic int getFieldLength()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setIsAlwaysUpdateable(boolean IsAlwaysUpdateable)
IsAlwaysUpdateable - The column is always updatable, even if the record is not active or processedpublic boolean isAlwaysUpdateable()
public void setIsCallout(boolean IsCallout)
IsCallout - This column has implemented a Calloutpublic boolean isCallout()
public boolean isIsEncryptedValid(String test)
test - testvalue
public void setIsEncrypted(String IsEncrypted)
IsEncrypted - Display or Storage is encryptedpublic String getIsEncrypted()
public void setIsIdentifier(boolean IsIdentifier)
IsIdentifier - This column is part of the record identifierpublic boolean isIdentifier()
public void setIsKey(boolean IsKey)
IsKey - This column is the key in this tablepublic boolean isKey()
public void setIsMandatory(boolean IsMandatory)
IsMandatory - Data is required in this columnpublic boolean isMandatory()
public void setIsMandatoryUI(boolean IsMandatoryUI)
IsMandatoryUI - Data entry is required for data entry in the fieldpublic boolean isMandatoryUI()
public void setIsParent(boolean IsParent)
IsParent - This column is a link to the parent table (e.g. header from lines) - incl. Association key columnspublic boolean isParent()
public void setIsRecursiveFK(boolean IsRecursiveFK)
IsRecursiveFK - Recursive Foreign keypublic boolean isRecursiveFK()
public void setIsSelectionColumn(boolean IsSelectionColumn)
IsSelectionColumn - Is this column used for finding rows in windows?public boolean isSelectionColumn()
public void setIsSummaryColumn(boolean IsSummaryColumn)
IsSummaryColumn - Summary Info Columnpublic boolean isSummaryColumn()
public void setIsSyncDatabase(String IsSyncDatabase)
IsSyncDatabase - Change database table definition when changing dictionary definitionpublic String getIsSyncDatabase()
public void setIsTranslated(boolean IsTranslated)
IsTranslated - This column is translatedpublic boolean isTranslated()
public void setIsUpdateable(boolean IsUpdateable)
IsUpdateable - Determines, if the field can be updatedpublic boolean isUpdateable()
public void setMandatoryLogic(String MandatoryLogic)
MandatoryLogic - Logic determining when a field is required to be enteredpublic String getMandatoryLogic()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public void setReadOnlyLogic(String ReadOnlyLogic)
ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write)public String getReadOnlyLogic()
public void setSelectionSeqNo(int SelectionSeqNo)
SelectionSeqNo - Sequence in Selectionpublic int getSelectionSeqNo()
public void setSeqNo(int SeqNo)
SeqNo - Method of ordering elements;
lowest number comes firstpublic int getSeqNo()
public void setSummarySeqNo(int SummarySeqNo)
SummarySeqNo - Sequence in Summarypublic int getSummarySeqNo()
public void setTableUID(int TableUID)
TableUID - TableUIDpublic int getTableUID()
public void setVFormat(String VFormat)
VFormat - Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09"public String getVFormat()
public void setValueMax(String ValueMax)
ValueMax - Maximum Value for a fieldpublic String getValueMax()
public void setValueMin(String ValueMin)
ValueMin - Minimum Value for a fieldpublic String getValueMin()
public void setVersion(BigDecimal Version)
Version - Version of the table definitionpublic BigDecimal getVersion()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||