|
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_Column
public class X_AD_Column
Generated Model for AD_Column
| Field Summary | |
|---|---|
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 |
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 |
| 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_Column(Properties ctx,
int AD_Column_ID,
String trxName)
Standard Constructor |
|
X_AD_Column(Properties 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. |
I_AD_Element |
getAD_Element()
|
int |
getAD_Process_ID()
Get Process. |
I_AD_Process |
getAD_Process()
|
int |
getAD_Reference_ID()
Get Reference. |
int |
getAD_Reference_Value_ID()
Get Reference Key. |
int |
getAD_Table_ID()
Get Table. |
I_AD_Table |
getAD_Table()
|
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
I_AD_Val_Rule |
getAD_Val_Rule()
|
String |
getCallout()
Get Callout. |
String |
getColumnName()
Get DB Column Name. |
String |
getColumnSQL()
Get Column SQL. |
String |
getDefaultValue()
Get Default Logic. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
int |
getFieldLength()
Get Length. |
String |
getHelp()
Get Comment/Help. |
String |
getInfoFactoryClass()
Get Info Factory Class. |
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 |
getSeqNo()
Get Sequence. |
String |
getValueMax()
Get Max. |
String |
getValueMin()
Get Min. |
BigDecimal |
getVersion()
Get Version. |
String |
getVFormat()
Get Value Format. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isAllowLogging()
Get IsAllowLogging. |
boolean |
isAlwaysUpdateable()
Get Always Updateable. |
boolean |
isAutocomplete()
Get Autocomplete. |
boolean |
isIdentifier()
Get Identifier. |
boolean |
isKey()
Get Key column. |
boolean |
isMandatory()
Get Mandatory. |
boolean |
isParent()
Get Parent link column. |
boolean |
isSelectionColumn()
Get Selection 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. |
void |
setColumnName(String ColumnName)
Set DB Column Name. |
void |
setColumnSQL(String ColumnSQL)
Set Column SQL. |
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/Help. |
void |
setInfoFactoryClass(String InfoFactoryClass)
Set Info Factory Class. |
void |
setIsAllowLogging(boolean IsAllowLogging)
Set IsAllowLogging. |
void |
setIsAlwaysUpdateable(boolean IsAlwaysUpdateable)
Set Always Updateable. |
void |
setIsAutocomplete(boolean IsAutocomplete)
Set Autocomplete. |
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 |
setIsParent(boolean IsParent)
Set Parent link column. |
void |
setIsSelectionColumn(boolean IsSelectionColumn)
Set Selection 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 |
setSeqNo(int SeqNo)
Set Sequence. |
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()
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 AD_REFERENCE_ID_AD_Reference_ID
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID
public static final int ENTITYTYPE_AD_Reference_ID
public static final int ISENCRYPTED_AD_Reference_ID
public static final String ISENCRYPTED_Encrypted
public static final String ISENCRYPTED_NotEncrypted
| Constructor Detail |
|---|
public X_AD_Column(Properties ctx,
int AD_Column_ID,
String trxName)
public X_AD_Column(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_Column_ID(int AD_Column_ID)
setAD_Column_ID in interface I_AD_ColumnAD_Column_ID - Column in the tablepublic int getAD_Column_ID()
getAD_Column_ID in interface I_AD_Column
public I_AD_Element getAD_Element()
throws Exception
getAD_Element in interface I_AD_ColumnExceptionpublic void setAD_Element_ID(int AD_Element_ID)
setAD_Element_ID in interface I_AD_ColumnAD_Element_ID - System Element enables the central maintenance of column description and help.public int getAD_Element_ID()
getAD_Element_ID in interface I_AD_Column
public I_AD_Process getAD_Process()
throws Exception
getAD_Process in interface I_AD_ColumnExceptionpublic void setAD_Process_ID(int AD_Process_ID)
setAD_Process_ID in interface I_AD_ColumnAD_Process_ID - Process or Reportpublic int getAD_Process_ID()
getAD_Process_ID in interface I_AD_Columnpublic void setAD_Reference_ID(int AD_Reference_ID)
setAD_Reference_ID in interface I_AD_ColumnAD_Reference_ID - System Reference and Validationpublic int getAD_Reference_ID()
getAD_Reference_ID in interface I_AD_Columnpublic void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
setAD_Reference_Value_ID in interface I_AD_ColumnAD_Reference_Value_ID - Required to specify, if data type is Table or Listpublic int getAD_Reference_Value_ID()
getAD_Reference_Value_ID in interface I_AD_Column
public I_AD_Table getAD_Table()
throws Exception
getAD_Table in interface I_AD_ColumnExceptionpublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_AD_ColumnAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_AD_Column
public I_AD_Val_Rule getAD_Val_Rule()
throws Exception
getAD_Val_Rule in interface I_AD_ColumnExceptionpublic void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
setAD_Val_Rule_ID in interface I_AD_ColumnAD_Val_Rule_ID - Dynamic Validation Rulepublic int getAD_Val_Rule_ID()
getAD_Val_Rule_ID in interface I_AD_Columnpublic void setCallout(String Callout)
setCallout in interface I_AD_ColumnCallout - Fully qualified class names and method - separated by semicolonspublic String getCallout()
getCallout in interface I_AD_Columnpublic void setColumnName(String ColumnName)
setColumnName in interface I_AD_ColumnColumnName - Name of the column in the databasepublic String getColumnName()
getColumnName in interface I_AD_Columnpublic KeyNamePair getKeyNamePair()
public void setColumnSQL(String ColumnSQL)
setColumnSQL in interface I_AD_ColumnColumnSQL - Virtual Column (r/o)public String getColumnSQL()
getColumnSQL in interface I_AD_Columnpublic void setDefaultValue(String DefaultValue)
setDefaultValue in interface I_AD_ColumnDefaultValue - Default value hierarchy, separated by ;public String getDefaultValue()
getDefaultValue in interface I_AD_Columnpublic void setDescription(String Description)
setDescription in interface I_AD_ColumnDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Columnpublic void setEntityType(String EntityType)
setEntityType in interface I_AD_ColumnEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Columnpublic void setFieldLength(int FieldLength)
setFieldLength in interface I_AD_ColumnFieldLength - Length of the column in the databasepublic int getFieldLength()
getFieldLength in interface I_AD_Columnpublic void setHelp(String Help)
setHelp in interface I_AD_ColumnHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_AD_Columnpublic void setInfoFactoryClass(String InfoFactoryClass)
setInfoFactoryClass in interface I_AD_ColumnInfoFactoryClass - Fully qualified class name that implements the InfoFactory interfacepublic String getInfoFactoryClass()
getInfoFactoryClass in interface I_AD_Columnpublic void setIsAllowLogging(boolean IsAllowLogging)
setIsAllowLogging in interface I_AD_ColumnIsAllowLogging - Determine if a column must be recorded into the change logpublic boolean isAllowLogging()
isAllowLogging in interface I_AD_Columnpublic void setIsAlwaysUpdateable(boolean IsAlwaysUpdateable)
setIsAlwaysUpdateable in interface I_AD_ColumnIsAlwaysUpdateable - The column is always updateable, even if the record is not active or processedpublic boolean isAlwaysUpdateable()
isAlwaysUpdateable in interface I_AD_Columnpublic void setIsAutocomplete(boolean IsAutocomplete)
setIsAutocomplete in interface I_AD_ColumnIsAutocomplete - Automatic completion for textfieldspublic boolean isAutocomplete()
isAutocomplete in interface I_AD_Columnpublic void setIsEncrypted(String IsEncrypted)
setIsEncrypted in interface I_AD_ColumnIsEncrypted - Display or Storage is encryptedpublic String getIsEncrypted()
getIsEncrypted in interface I_AD_Columnpublic void setIsIdentifier(boolean IsIdentifier)
setIsIdentifier in interface I_AD_ColumnIsIdentifier - This column is part of the record identifierpublic boolean isIdentifier()
isIdentifier in interface I_AD_Columnpublic void setIsKey(boolean IsKey)
setIsKey in interface I_AD_ColumnIsKey - This column is the key in this tablepublic boolean isKey()
isKey in interface I_AD_Columnpublic void setIsMandatory(boolean IsMandatory)
setIsMandatory in interface I_AD_ColumnIsMandatory - Data entry is required in this columnpublic boolean isMandatory()
isMandatory in interface I_AD_Columnpublic void setIsParent(boolean IsParent)
setIsParent in interface I_AD_ColumnIsParent - This column is a link to the parent table (e.g. header from lines) - incl. Association key columnspublic boolean isParent()
isParent in interface I_AD_Columnpublic void setIsSelectionColumn(boolean IsSelectionColumn)
setIsSelectionColumn in interface I_AD_ColumnIsSelectionColumn - Is this column used for finding rows in windowspublic boolean isSelectionColumn()
isSelectionColumn in interface I_AD_Columnpublic void setIsSyncDatabase(String IsSyncDatabase)
setIsSyncDatabase in interface I_AD_ColumnIsSyncDatabase - Change database table definition when changing dictionary definitionpublic String getIsSyncDatabase()
getIsSyncDatabase in interface I_AD_Columnpublic void setIsTranslated(boolean IsTranslated)
setIsTranslated in interface I_AD_ColumnIsTranslated - This column is translatedpublic boolean isTranslated()
isTranslated in interface I_AD_Columnpublic void setIsUpdateable(boolean IsUpdateable)
setIsUpdateable in interface I_AD_ColumnIsUpdateable - Determines, if the field can be updatedpublic boolean isUpdateable()
isUpdateable in interface I_AD_Columnpublic void setMandatoryLogic(String MandatoryLogic)
setMandatoryLogic in interface I_AD_ColumnMandatoryLogic - Mandatory Logicpublic String getMandatoryLogic()
getMandatoryLogic in interface I_AD_Columnpublic void setName(String Name)
setName in interface I_AD_ColumnName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Columnpublic void setReadOnlyLogic(String ReadOnlyLogic)
setReadOnlyLogic in interface I_AD_ColumnReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write)public String getReadOnlyLogic()
getReadOnlyLogic in interface I_AD_Columnpublic void setSeqNo(int SeqNo)
setSeqNo in interface I_AD_ColumnSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_AD_Columnpublic void setValueMax(String ValueMax)
setValueMax in interface I_AD_ColumnValueMax - Maximum Value for a fieldpublic String getValueMax()
getValueMax in interface I_AD_Columnpublic void setValueMin(String ValueMin)
setValueMin in interface I_AD_ColumnValueMin - Minimum Value for a fieldpublic String getValueMin()
getValueMin in interface I_AD_Columnpublic void setVersion(BigDecimal Version)
setVersion in interface I_AD_ColumnVersion - Version of the table definitionpublic BigDecimal getVersion()
getVersion in interface I_AD_Columnpublic void setVFormat(String VFormat)
setVFormat in interface I_AD_ColumnVFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"public String getVFormat()
getVFormat in interface I_AD_Column
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||