Adempiere 3.5.2a

org.compiere.model
Class X_AD_Column

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Column
All Implemented Interfaces:
Serializable, Comparator, I_AD_Column, I_Persistent, Evaluatee
Direct Known Subclasses:
MColumn

public class X_AD_Column
extends PO
implements I_AD_Column, I_Persistent

Generated Model for AD_Column

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

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
 
Fields inherited from interface org.compiere.model.I_AD_Column
accessLevel, COLUMNNAME_AD_Column_ID, COLUMNNAME_AD_Element_ID, COLUMNNAME_AD_Process_ID, COLUMNNAME_AD_Reference_ID, COLUMNNAME_AD_Reference_Value_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_AD_Val_Rule_ID, COLUMNNAME_Callout, COLUMNNAME_ColumnName, COLUMNNAME_ColumnSQL, COLUMNNAME_DefaultValue, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_FieldLength, COLUMNNAME_Help, COLUMNNAME_InfoFactoryClass, COLUMNNAME_IsAllowLogging, COLUMNNAME_IsAlwaysUpdateable, COLUMNNAME_IsAutocomplete, COLUMNNAME_IsEncrypted, COLUMNNAME_IsIdentifier, COLUMNNAME_IsKey, COLUMNNAME_IsMandatory, COLUMNNAME_IsParent, COLUMNNAME_IsSelectionColumn, COLUMNNAME_IsSyncDatabase, COLUMNNAME_IsTranslated, COLUMNNAME_IsUpdateable, COLUMNNAME_MandatoryLogic, COLUMNNAME_Name, COLUMNNAME_ReadOnlyLogic, COLUMNNAME_SeqNo, COLUMNNAME_ValueMax, COLUMNNAME_ValueMin, COLUMNNAME_Version, COLUMNNAME_VFormat, Model, Table_ID, Table_Name
 
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 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

AD_REFERENCE_ID_AD_Reference_ID

public static final int AD_REFERENCE_ID_AD_Reference_ID
AD_Reference_ID AD_Reference_ID=1

See Also:
Constant Field Values

AD_REFERENCE_VALUE_ID_AD_Reference_ID

public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID
AD_Reference_Value_ID AD_Reference_ID=4

See Also:
Constant Field Values

ENTITYTYPE_AD_Reference_ID

public static final int ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389

See Also:
Constant Field Values

ISENCRYPTED_AD_Reference_ID

public static final int ISENCRYPTED_AD_Reference_ID
IsEncrypted AD_Reference_ID=354

See Also:
Constant Field Values

ISENCRYPTED_Encrypted

public static final String ISENCRYPTED_Encrypted
Encrypted = Y

See Also:
Constant Field Values

ISENCRYPTED_NotEncrypted

public static final String ISENCRYPTED_NotEncrypted
Not Encrypted = N

See Also:
Constant Field Values
Constructor Detail

X_AD_Column

public X_AD_Column(Properties ctx,
                   int AD_Column_ID,
                   String trxName)
Standard Constructor


X_AD_Column

public X_AD_Column(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

setAD_Column_ID

public void setAD_Column_ID(int AD_Column_ID)
Set Column.

Specified by:
setAD_Column_ID in interface I_AD_Column
Parameters:
AD_Column_ID - Column in the table

getAD_Column_ID

public int getAD_Column_ID()
Get Column.

Specified by:
getAD_Column_ID in interface I_AD_Column
Returns:
Column in the table

getAD_Element

public I_AD_Element getAD_Element()
                           throws Exception
Specified by:
getAD_Element in interface I_AD_Column
Throws:
Exception

setAD_Element_ID

public void setAD_Element_ID(int AD_Element_ID)
Set System Element.

Specified by:
setAD_Element_ID in interface I_AD_Column
Parameters:
AD_Element_ID - System Element enables the central maintenance of column description and help.

getAD_Element_ID

public int getAD_Element_ID()
Get System Element.

Specified by:
getAD_Element_ID in interface I_AD_Column
Returns:
System Element enables the central maintenance of column description and help.

getAD_Process

public I_AD_Process getAD_Process()
                           throws Exception
Specified by:
getAD_Process in interface I_AD_Column
Throws:
Exception

setAD_Process_ID

public void setAD_Process_ID(int AD_Process_ID)
Set Process.

Specified by:
setAD_Process_ID in interface I_AD_Column
Parameters:
AD_Process_ID - Process or Report

getAD_Process_ID

public int getAD_Process_ID()
Get Process.

Specified by:
getAD_Process_ID in interface I_AD_Column
Returns:
Process or Report

setAD_Reference_ID

public void setAD_Reference_ID(int AD_Reference_ID)
Set Reference.

Specified by:
setAD_Reference_ID in interface I_AD_Column
Parameters:
AD_Reference_ID - System Reference and Validation

getAD_Reference_ID

public int getAD_Reference_ID()
Get Reference.

Specified by:
getAD_Reference_ID in interface I_AD_Column
Returns:
System Reference and Validation

setAD_Reference_Value_ID

public void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
Set Reference Key.

Specified by:
setAD_Reference_Value_ID in interface I_AD_Column
Parameters:
AD_Reference_Value_ID - Required to specify, if data type is Table or List

getAD_Reference_Value_ID

public int getAD_Reference_Value_ID()
Get Reference Key.

Specified by:
getAD_Reference_Value_ID in interface I_AD_Column
Returns:
Required to specify, if data type is Table or List

getAD_Table

public I_AD_Table getAD_Table()
                       throws Exception
Specified by:
getAD_Table in interface I_AD_Column
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_Column
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_Column
Returns:
Database Table information

getAD_Val_Rule

public I_AD_Val_Rule getAD_Val_Rule()
                             throws Exception
Specified by:
getAD_Val_Rule in interface I_AD_Column
Throws:
Exception

setAD_Val_Rule_ID

public void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation.

Specified by:
setAD_Val_Rule_ID in interface I_AD_Column
Parameters:
AD_Val_Rule_ID - Dynamic Validation Rule

getAD_Val_Rule_ID

public int getAD_Val_Rule_ID()
Get Dynamic Validation.

Specified by:
getAD_Val_Rule_ID in interface I_AD_Column
Returns:
Dynamic Validation Rule

setCallout

public void setCallout(String Callout)
Set Callout.

Specified by:
setCallout in interface I_AD_Column
Parameters:
Callout - Fully qualified class names and method - separated by semicolons

getCallout

public String getCallout()
Get Callout.

Specified by:
getCallout in interface I_AD_Column
Returns:
Fully qualified class names and method - separated by semicolons

setColumnName

public void setColumnName(String ColumnName)
Set DB Column Name.

Specified by:
setColumnName in interface I_AD_Column
Parameters:
ColumnName - Name of the column in the database

getColumnName

public String getColumnName()
Get DB Column Name.

Specified by:
getColumnName in interface I_AD_Column
Returns:
Name of the column in the database

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setColumnSQL

public void setColumnSQL(String ColumnSQL)
Set Column SQL.

Specified by:
setColumnSQL in interface I_AD_Column
Parameters:
ColumnSQL - Virtual Column (r/o)

getColumnSQL

public String getColumnSQL()
Get Column SQL.

Specified by:
getColumnSQL in interface I_AD_Column
Returns:
Virtual Column (r/o)

setDefaultValue

public void setDefaultValue(String DefaultValue)
Set Default Logic.

Specified by:
setDefaultValue in interface I_AD_Column
Parameters:
DefaultValue - Default value hierarchy, separated by ;

getDefaultValue

public String getDefaultValue()
Get Default Logic.

Specified by:
getDefaultValue in interface I_AD_Column
Returns:
Default value hierarchy, separated by ;

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_AD_Column
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_AD_Column
Returns:
Optional short description of the record

setEntityType

public void setEntityType(String EntityType)
Set Entity Type.

Specified by:
setEntityType in interface I_AD_Column
Parameters:
EntityType - Dictionary Entity Type; Determines ownership and synchronization

getEntityType

public String getEntityType()
Get Entity Type.

Specified by:
getEntityType in interface I_AD_Column
Returns:
Dictionary Entity Type; Determines ownership and synchronization

setFieldLength

public void setFieldLength(int FieldLength)
Set Length.

Specified by:
setFieldLength in interface I_AD_Column
Parameters:
FieldLength - Length of the column in the database

getFieldLength

public int getFieldLength()
Get Length.

Specified by:
getFieldLength in interface I_AD_Column
Returns:
Length of the column in the database

setHelp

public void setHelp(String Help)
Set Comment/Help.

Specified by:
setHelp in interface I_AD_Column
Parameters:
Help - Comment or Hint

getHelp

public String getHelp()
Get Comment/Help.

Specified by:
getHelp in interface I_AD_Column
Returns:
Comment or Hint

setInfoFactoryClass

public void setInfoFactoryClass(String InfoFactoryClass)
Set Info Factory Class.

Specified by:
setInfoFactoryClass in interface I_AD_Column
Parameters:
InfoFactoryClass - Fully qualified class name that implements the InfoFactory interface

getInfoFactoryClass

public String getInfoFactoryClass()
Get Info Factory Class.

Specified by:
getInfoFactoryClass in interface I_AD_Column
Returns:
Fully qualified class name that implements the InfoFactory interface

setIsAllowLogging

public void setIsAllowLogging(boolean IsAllowLogging)
Set IsAllowLogging.

Specified by:
setIsAllowLogging in interface I_AD_Column
Parameters:
IsAllowLogging - Determine if a column must be recorded into the change log

isAllowLogging

public boolean isAllowLogging()
Get IsAllowLogging.

Specified by:
isAllowLogging in interface I_AD_Column
Returns:
Determine if a column must be recorded into the change log

setIsAlwaysUpdateable

public void setIsAlwaysUpdateable(boolean IsAlwaysUpdateable)
Set Always Updateable.

Specified by:
setIsAlwaysUpdateable in interface I_AD_Column
Parameters:
IsAlwaysUpdateable - The column is always updateable, even if the record is not active or processed

isAlwaysUpdateable

public boolean isAlwaysUpdateable()
Get Always Updateable.

Specified by:
isAlwaysUpdateable in interface I_AD_Column
Returns:
The column is always updateable, even if the record is not active or processed

setIsAutocomplete

public void setIsAutocomplete(boolean IsAutocomplete)
Set Autocomplete.

Specified by:
setIsAutocomplete in interface I_AD_Column
Parameters:
IsAutocomplete - Automatic completion for textfields

isAutocomplete

public boolean isAutocomplete()
Get Autocomplete.

Specified by:
isAutocomplete in interface I_AD_Column
Returns:
Automatic completion for textfields

setIsEncrypted

public void setIsEncrypted(String IsEncrypted)
Set Encrypted.

Specified by:
setIsEncrypted in interface I_AD_Column
Parameters:
IsEncrypted - Display or Storage is encrypted

getIsEncrypted

public String getIsEncrypted()
Get Encrypted.

Specified by:
getIsEncrypted in interface I_AD_Column
Returns:
Display or Storage is encrypted

setIsIdentifier

public void setIsIdentifier(boolean IsIdentifier)
Set Identifier.

Specified by:
setIsIdentifier in interface I_AD_Column
Parameters:
IsIdentifier - This column is part of the record identifier

isIdentifier

public boolean isIdentifier()
Get Identifier.

Specified by:
isIdentifier in interface I_AD_Column
Returns:
This column is part of the record identifier

setIsKey

public void setIsKey(boolean IsKey)
Set Key column.

Specified by:
setIsKey in interface I_AD_Column
Parameters:
IsKey - This column is the key in this table

isKey

public boolean isKey()
Get Key column.

Specified by:
isKey in interface I_AD_Column
Returns:
This column is the key in this table

setIsMandatory

public void setIsMandatory(boolean IsMandatory)
Set Mandatory.

Specified by:
setIsMandatory in interface I_AD_Column
Parameters:
IsMandatory - Data entry is required in this column

isMandatory

public boolean isMandatory()
Get Mandatory.

Specified by:
isMandatory in interface I_AD_Column
Returns:
Data entry is required in this column

setIsParent

public void setIsParent(boolean IsParent)
Set Parent link column.

Specified by:
setIsParent in interface I_AD_Column
Parameters:
IsParent - This column is a link to the parent table (e.g. header from lines) - incl. Association key columns

isParent

public boolean isParent()
Get Parent link column.

Specified by:
isParent in interface I_AD_Column
Returns:
This column is a link to the parent table (e.g. header from lines) - incl. Association key columns

setIsSelectionColumn

public void setIsSelectionColumn(boolean IsSelectionColumn)
Set Selection Column.

Specified by:
setIsSelectionColumn in interface I_AD_Column
Parameters:
IsSelectionColumn - Is this column used for finding rows in windows

isSelectionColumn

public boolean isSelectionColumn()
Get Selection Column.

Specified by:
isSelectionColumn in interface I_AD_Column
Returns:
Is this column used for finding rows in windows

setIsSyncDatabase

public void setIsSyncDatabase(String IsSyncDatabase)
Set Synchronize Database.

Specified by:
setIsSyncDatabase in interface I_AD_Column
Parameters:
IsSyncDatabase - Change database table definition when changing dictionary definition

getIsSyncDatabase

public String getIsSyncDatabase()
Get Synchronize Database.

Specified by:
getIsSyncDatabase in interface I_AD_Column
Returns:
Change database table definition when changing dictionary definition

setIsTranslated

public void setIsTranslated(boolean IsTranslated)
Set Translated.

Specified by:
setIsTranslated in interface I_AD_Column
Parameters:
IsTranslated - This column is translated

isTranslated

public boolean isTranslated()
Get Translated.

Specified by:
isTranslated in interface I_AD_Column
Returns:
This column is translated

setIsUpdateable

public void setIsUpdateable(boolean IsUpdateable)
Set Updateable.

Specified by:
setIsUpdateable in interface I_AD_Column
Parameters:
IsUpdateable - Determines, if the field can be updated

isUpdateable

public boolean isUpdateable()
Get Updateable.

Specified by:
isUpdateable in interface I_AD_Column
Returns:
Determines, if the field can be updated

setMandatoryLogic

public void setMandatoryLogic(String MandatoryLogic)
Set Mandatory Logic.

Specified by:
setMandatoryLogic in interface I_AD_Column
Parameters:
MandatoryLogic - Mandatory Logic

getMandatoryLogic

public String getMandatoryLogic()
Get Mandatory Logic.

Specified by:
getMandatoryLogic in interface I_AD_Column
Returns:
Mandatory Logic

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_AD_Column
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_AD_Column
Returns:
Alphanumeric identifier of the entity

setReadOnlyLogic

public void setReadOnlyLogic(String ReadOnlyLogic)
Set Read Only Logic.

Specified by:
setReadOnlyLogic in interface I_AD_Column
Parameters:
ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write)

getReadOnlyLogic

public String getReadOnlyLogic()
Get Read Only Logic.

Specified by:
getReadOnlyLogic in interface I_AD_Column
Returns:
Logic to determine if field is read only (applies only when field is read-write)

setSeqNo

public void setSeqNo(int SeqNo)
Set Sequence.

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

getSeqNo

public int getSeqNo()
Get Sequence.

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

setValueMax

public void setValueMax(String ValueMax)
Set Max. Value.

Specified by:
setValueMax in interface I_AD_Column
Parameters:
ValueMax - Maximum Value for a field

getValueMax

public String getValueMax()
Get Max. Value.

Specified by:
getValueMax in interface I_AD_Column
Returns:
Maximum Value for a field

setValueMin

public void setValueMin(String ValueMin)
Set Min. Value.

Specified by:
setValueMin in interface I_AD_Column
Parameters:
ValueMin - Minimum Value for a field

getValueMin

public String getValueMin()
Get Min. Value.

Specified by:
getValueMin in interface I_AD_Column
Returns:
Minimum Value for a field

setVersion

public void setVersion(BigDecimal Version)
Set Version.

Specified by:
setVersion in interface I_AD_Column
Parameters:
Version - Version of the table definition

getVersion

public BigDecimal getVersion()
Get Version.

Specified by:
getVersion in interface I_AD_Column
Returns:
Version of the table definition

setVFormat

public void setVFormat(String VFormat)
Set Value Format.

Specified by:
setVFormat in interface I_AD_Column
Parameters:
VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"

getVFormat

public String getVFormat()
Get Value Format.

Specified by:
getVFormat in interface I_AD_Column
Returns:
Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"

Adempiere 3.5.2a

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