Compiere 3.1

org.compiere.controller
Class UIFieldVO

java.lang.Object
  extended by org.compiere.framework.VO
      extended by org.compiere.controller.UIFieldVO
All Implemented Interfaces:
Serializable, Map<String,String>
Direct Known Subclasses:
UIField

public class UIFieldVO
extends VO
implements Serializable

Generated VO for AD_Field_v

Version:
Release 2.6.4 - $Id$
Author:
Jorg Janke (generated)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
static long createdMS
          Created Timestamp
 
Fields inherited from class org.compiere.framework.VO
p_vos, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Constructor Summary
UIFieldVO()
          Standard Constructor
UIFieldVO(VO vo)
          Clone Constructor
 
Method Summary
 int getAD_Column_ID()
          Get: Column
 int getAD_Field_ID()
          Get: Field
 int getAD_Process_ID()
          Get: Process
 int getAD_Reference_ID()
          Get: Reference
 int getAD_Reference_Value_ID()
          Get: Reference Key
 int getAD_Tab_ID()
          Get: Tab
 int getAD_Table_ID()
          Get: Table
 int getAD_User_ID()
          Get: User/Contact
 int getAD_UserDef_Field_ID()
          Get: User defined Field
 int getAD_UserDef_Tab_ID()
          Get: User defined Tab
 int getAD_UserDef_Win_ID()
          Get: User defined Window
 int getAD_Val_Rule_ID()
          Get: Dynamic Validation
 int getAD_Window_ID()
          Get: Window
 String getCallout()
          Get: Callout Code
 String getColumnName()
          Get: DB Column Name
 String getColumnSQL()
          Get: Column SQL
 String getCustomizationName()
          Get: Customization Name
 String getDefaultValue()
          Get: Default Logic
 String getDescription()
          Get: Description
 int getDisplayLength()
          Get: Display Length
 String getDisplayLogic()
          Get: Display Logic
 String getFieldGroup()
          Get: Field Group
 int getFieldLength()
          Get: Length
 String getHelp()
          Get: Comment
 String getMandatoryLogic()
          Get: Mandatory Logic
 int getMRSeqNo()
          Get: Multi-Row Sequence
 String getName()
          Get: Name
 String getObscureType()
          Get: Obscure
 String getReadOnlyLogic()
          Get: Read Only Logic
 int getSelectionSeqNo()
          Get: Selection Sequence
 int getSeqNo()
          Get: Sequence
 BigDecimal getSortNo()
          Get: Record Sort No
 int getSummarySeqNo()
          Get: Summary Sequence
 String getTableName()
          Get: DB Table Name
 int getUserDef_Role_ID()
          Get: User Def Role
 String getValidationCode()
          Get: Validation Code
 String getValueMax()
          Get: Max.
 String getValueMin()
          Get: Min.
 String getVFormat()
          Get: Value Format
 boolean isAlwaysUpdateable()
          Get: Always Updatable
 boolean isCallout()
          Get: Callout
 boolean isDefaultFocus()
          Get: Default Focus
 boolean isDisplayed()
          Get: Displayed
 boolean isEncryptedColumn()
          Get: Encrypted Column
 boolean isEncryptedField()
          Get: Encrypted Field
 boolean isFieldOnly()
          Get: Field Only
 boolean isHeading()
          Get: Heading only
 boolean isIdentifier()
          Get: Identifier
 boolean isKey()
          Get: Key column
 boolean isMandatory()
          Get: Mandatory
 boolean isMandatoryUI()
          Get: Mandatory UI
 boolean isParent()
          Get: Parent link column
 boolean isReadOnly()
          Get: Read Only
 boolean isSameLine()
          Get: Same Line
 boolean isSelectionColumn()
          Get: Selection Column
 boolean isSummaryColumn()
          Get: Summary Column
 boolean isTranslated()
          Get: Translated
 boolean isUpdateable()
          Get: Updateable
protected  void setAD_Column_ID(int p_AD_Column_ID)
          Set: Column
protected  void setAD_Column_ID(String p_AD_Column_ID)
          Set String: Column
protected  void setAD_Field_ID(int p_AD_Field_ID)
          Set: Field
protected  void setAD_Field_ID(String p_AD_Field_ID)
          Set String: Field
protected  void setAD_Process_ID(int p_AD_Process_ID)
          Set: Process
protected  void setAD_Process_ID(String p_AD_Process_ID)
          Set String: Process
protected  void setAD_Reference_ID(int p_AD_Reference_ID)
          Set: Reference
protected  void setAD_Reference_ID(String p_AD_Reference_ID)
          Set String: Reference
protected  void setAD_Reference_Value_ID(int p_AD_Reference_Value_ID)
          Set: Reference Key
protected  void setAD_Reference_Value_ID(String p_AD_Reference_Value_ID)
          Set String: Reference Key
protected  void setAD_Tab_ID(int p_AD_Tab_ID)
          Set: Tab
protected  void setAD_Tab_ID(String p_AD_Tab_ID)
          Set String: Tab
protected  void setAD_Table_ID(int p_AD_Table_ID)
          Set: Table
protected  void setAD_Table_ID(String p_AD_Table_ID)
          Set String: Table
protected  void setAD_User_ID(int p_AD_User_ID)
          Set: User/Contact
protected  void setAD_User_ID(String p_AD_User_ID)
          Set String: User/Contact
protected  void setAD_UserDef_Field_ID(int p_AD_UserDef_Field_ID)
          Set: User defined Field
protected  void setAD_UserDef_Field_ID(String p_AD_UserDef_Field_ID)
          Set String: User defined Field
protected  void setAD_UserDef_Tab_ID(int p_AD_UserDef_Tab_ID)
          Set: User defined Tab
protected  void setAD_UserDef_Tab_ID(String p_AD_UserDef_Tab_ID)
          Set String: User defined Tab
protected  void setAD_UserDef_Win_ID(int p_AD_UserDef_Win_ID)
          Set: User defined Window
protected  void setAD_UserDef_Win_ID(String p_AD_UserDef_Win_ID)
          Set String: User defined Window
protected  void setAD_Val_Rule_ID(int p_AD_Val_Rule_ID)
          Set: Dynamic Validation
protected  void setAD_Val_Rule_ID(String p_AD_Val_Rule_ID)
          Set String: Dynamic Validation
protected  void setAD_Window_ID(int p_AD_Window_ID)
          Set: Window
protected  void setAD_Window_ID(String p_AD_Window_ID)
          Set String: Window
protected  void setCallout(String p_Callout)
          Set: Callout Code
protected  void setColumnName(String p_ColumnName)
          Set: DB Column Name
protected  void setColumnSQL(String p_ColumnSQL)
          Set: Column SQL
protected  void setCustomizationName(String p_CustomizationName)
          Set: Customization Name
protected  void setDefaultValue(String p_DefaultValue)
          Set: Default Logic
protected  void setDescription(String p_Description)
          Set: Description
protected  void setDisplayLength(int p_DisplayLength)
          Set: Display Length
protected  void setDisplayLength(String p_DisplayLength)
          Set String: Display Length
protected  void setDisplayLogic(String p_DisplayLogic)
          Set: Display Logic
protected  void setFieldGroup(String p_FieldGroup)
          Set: Field Group
protected  void setFieldLength(int p_FieldLength)
          Set: Length
protected  void setFieldLength(String p_FieldLength)
          Set String: Length
protected  void setHelp(String p_Help)
          Set: Comment
protected  void setIsAlwaysUpdateable(boolean p_IsAlwaysUpdateable)
          Set: Always Updatable
protected  void setIsAlwaysUpdateable(String p_IsAlwaysUpdateable)
          Set String: Always Updatable
protected  void setIsCallout(boolean p_IsCallout)
          Set: Callout
protected  void setIsCallout(String p_IsCallout)
          Set String: Callout
protected  void setIsDefaultFocus(boolean p_IsDefaultFocus)
          Set: Default Focus
protected  void setIsDefaultFocus(String p_IsDefaultFocus)
          Set String: Default Focus
protected  void setIsDisplayed(boolean p_IsDisplayed)
          Set: Displayed
protected  void setIsDisplayed(String p_IsDisplayed)
          Set String: Displayed
protected  void setIsEncryptedColumn(boolean p_IsEncryptedColumn)
          Set: Encrypted Column
protected  void setIsEncryptedColumn(String p_IsEncryptedColumn)
          Set String: Encrypted Column
protected  void setIsEncryptedField(boolean p_IsEncryptedField)
          Set: Encrypted Field
protected  void setIsEncryptedField(String p_IsEncryptedField)
          Set String: Encrypted Field
protected  void setIsFieldOnly(boolean p_IsFieldOnly)
          Set: Field Only
protected  void setIsFieldOnly(String p_IsFieldOnly)
          Set String: Field Only
protected  void setIsHeading(boolean p_IsHeading)
          Set: Heading only
protected  void setIsHeading(String p_IsHeading)
          Set String: Heading only
protected  void setIsIdentifier(boolean p_IsIdentifier)
          Set: Identifier
protected  void setIsIdentifier(String p_IsIdentifier)
          Set String: Identifier
protected  void setIsKey(boolean p_IsKey)
          Set: Key column
protected  void setIsKey(String p_IsKey)
          Set String: Key column
protected  void setIsMandatory(boolean p_IsMandatory)
          Set: Mandatory
protected  void setIsMandatory(String p_IsMandatory)
          Set String: Mandatory
protected  void setIsMandatoryUI(boolean p_IsMandatoryUI)
          Set: Mandatory UI
protected  void setIsMandatoryUI(String p_IsMandatoryUI)
          Set String: Mandatory UI
protected  void setIsParent(boolean p_IsParent)
          Set: Parent link column
protected  void setIsParent(String p_IsParent)
          Set String: Parent link column
protected  void setIsReadOnly(boolean p_IsReadOnly)
          Set: Read Only
protected  void setIsReadOnly(String p_IsReadOnly)
          Set String: Read Only
protected  void setIsSameLine(boolean p_IsSameLine)
          Set: Same Line
protected  void setIsSameLine(String p_IsSameLine)
          Set String: Same Line
protected  void setIsSelectionColumn(boolean p_IsSelectionColumn)
          Set: Selection Column
protected  void setIsSelectionColumn(String p_IsSelectionColumn)
          Set String: Selection Column
protected  void setIsSummaryColumn(boolean p_IsSummaryColumn)
          Set: Summary Column
protected  void setIsSummaryColumn(String p_IsSummaryColumn)
          Set String: Summary Column
protected  void setIsTranslated(boolean p_IsTranslated)
          Set: Translated
protected  void setIsTranslated(String p_IsTranslated)
          Set String: Translated
protected  void setIsUpdateable(boolean p_IsUpdateable)
          Set: Updateable
protected  void setIsUpdateable(String p_IsUpdateable)
          Set String: Updateable
protected  void setMandatoryLogic(String p_MandatoryLogic)
          Set: Mandatory Logic
protected  void setMRSeqNo(int p_MRSeqNo)
          Set: Multi-Row Sequence
protected  void setMRSeqNo(String p_MRSeqNo)
          Set String: Multi-Row Sequence
protected  void setName(String p_Name)
          Set: Name
protected  void setObscureType(String p_ObscureType)
          Set: Obscure
protected  void setReadOnlyLogic(String p_ReadOnlyLogic)
          Set: Read Only Logic
protected  void setSelectionSeqNo(int p_SelectionSeqNo)
          Set: Selection Sequence
protected  void setSelectionSeqNo(String p_SelectionSeqNo)
          Set String: Selection Sequence
protected  void setSeqNo(int p_SeqNo)
          Set: Sequence
protected  void setSeqNo(String p_SeqNo)
          Set String: Sequence
protected  void setSortNo(BigDecimal p_SortNo)
          Set: Record Sort No
protected  void setSortNo(String p_SortNo)
          Set String: Record Sort No
protected  void setSummarySeqNo(int p_SummarySeqNo)
          Set: Summary Sequence
protected  void setSummarySeqNo(String p_SummarySeqNo)
          Set String: Summary Sequence
protected  void setTableName(String p_TableName)
          Set: DB Table Name
protected  void setUserDef_Role_ID(int p_UserDef_Role_ID)
          Set: User Def Role
protected  void setUserDef_Role_ID(String p_UserDef_Role_ID)
          Set String: User Def Role
protected  void setValidationCode(String p_ValidationCode)
          Set: Validation Code
protected  void setValueMax(String p_ValueMax)
          Set: Max.
protected  void setValueMin(String p_ValueMin)
          Set: Min.
protected  void setVFormat(String p_VFormat)
          Set: Value Format
 String toString()
          Info
 
Methods inherited from class org.compiere.framework.VO
clear, clone, containsKey, containsValue, dump, entrySet, get_xmlDocument, get_xmlString, get_xmlString, get, getData, getEmbedded, getHashMap, isEmpty, keySet, put, put, putAll, remove, setEmbedded, setHdrInfo, size, toStringX, values
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

createdMS

public static final long createdMS
Created Timestamp

See Also:
Constant Field Values
Constructor Detail

UIFieldVO

public UIFieldVO()
Standard Constructor


UIFieldVO

public UIFieldVO(VO vo)
Clone Constructor

Method Detail

toString

public String toString()
Info

Overrides:
toString in class VO
Returns:
info

getAD_Window_ID

public int getAD_Window_ID()
Get: Window


setAD_Window_ID

protected void setAD_Window_ID(int p_AD_Window_ID)
Set: Window


setAD_Window_ID

protected void setAD_Window_ID(String p_AD_Window_ID)
Set String: Window


getAD_Tab_ID

public int getAD_Tab_ID()
Get: Tab


setAD_Tab_ID

protected void setAD_Tab_ID(int p_AD_Tab_ID)
Set: Tab


setAD_Tab_ID

protected void setAD_Tab_ID(String p_AD_Tab_ID)
Set String: Tab


getAD_Field_ID

public int getAD_Field_ID()
Get: Field


setAD_Field_ID

protected void setAD_Field_ID(int p_AD_Field_ID)
Set: Field


setAD_Field_ID

protected void setAD_Field_ID(String p_AD_Field_ID)
Set String: Field


getAD_Table_ID

public int getAD_Table_ID()
Get: Table


setAD_Table_ID

protected void setAD_Table_ID(int p_AD_Table_ID)
Set: Table


setAD_Table_ID

protected void setAD_Table_ID(String p_AD_Table_ID)
Set String: Table


getAD_Column_ID

public int getAD_Column_ID()
Get: Column


setAD_Column_ID

protected void setAD_Column_ID(int p_AD_Column_ID)
Set: Column


setAD_Column_ID

protected void setAD_Column_ID(String p_AD_Column_ID)
Set String: Column


getUserDef_Role_ID

public int getUserDef_Role_ID()
Get: User Def Role


setUserDef_Role_ID

protected void setUserDef_Role_ID(int p_UserDef_Role_ID)
Set: User Def Role


setUserDef_Role_ID

protected void setUserDef_Role_ID(String p_UserDef_Role_ID)
Set String: User Def Role


getAD_User_ID

public int getAD_User_ID()
Get: User/Contact


setAD_User_ID

protected void setAD_User_ID(int p_AD_User_ID)
Set: User/Contact


setAD_User_ID

protected void setAD_User_ID(String p_AD_User_ID)
Set String: User/Contact


getAD_UserDef_Win_ID

public int getAD_UserDef_Win_ID()
Get: User defined Window


setAD_UserDef_Win_ID

protected void setAD_UserDef_Win_ID(int p_AD_UserDef_Win_ID)
Set: User defined Window


setAD_UserDef_Win_ID

protected void setAD_UserDef_Win_ID(String p_AD_UserDef_Win_ID)
Set String: User defined Window


getCustomizationName

public String getCustomizationName()
Get: Customization Name


setCustomizationName

protected void setCustomizationName(String p_CustomizationName)
Set: Customization Name


getAD_UserDef_Tab_ID

public int getAD_UserDef_Tab_ID()
Get: User defined Tab


setAD_UserDef_Tab_ID

protected void setAD_UserDef_Tab_ID(int p_AD_UserDef_Tab_ID)
Set: User defined Tab


setAD_UserDef_Tab_ID

protected void setAD_UserDef_Tab_ID(String p_AD_UserDef_Tab_ID)
Set String: User defined Tab


getAD_UserDef_Field_ID

public int getAD_UserDef_Field_ID()
Get: User defined Field


setAD_UserDef_Field_ID

protected void setAD_UserDef_Field_ID(int p_AD_UserDef_Field_ID)
Set: User defined Field


setAD_UserDef_Field_ID

protected void setAD_UserDef_Field_ID(String p_AD_UserDef_Field_ID)
Set String: User defined Field


getName

public String getName()
Get: Name


setName

protected void setName(String p_Name)
Set: Name


getDescription

public String getDescription()
Get: Description


setDescription

protected void setDescription(String p_Description)
Set: Description


getHelp

public String getHelp()
Get: Comment


setHelp

protected void setHelp(String p_Help)
Set: Comment


isDisplayed

public boolean isDisplayed()
Get: Displayed


setIsDisplayed

protected void setIsDisplayed(boolean p_IsDisplayed)
Set: Displayed


setIsDisplayed

protected void setIsDisplayed(String p_IsDisplayed)
Set String: Displayed


getDisplayLogic

public String getDisplayLogic()
Get: Display Logic


setDisplayLogic

protected void setDisplayLogic(String p_DisplayLogic)
Set: Display Logic


getDisplayLength

public int getDisplayLength()
Get: Display Length


setDisplayLength

protected void setDisplayLength(int p_DisplayLength)
Set: Display Length


setDisplayLength

protected void setDisplayLength(String p_DisplayLength)
Set String: Display Length


getSeqNo

public int getSeqNo()
Get: Sequence


setSeqNo

protected void setSeqNo(int p_SeqNo)
Set: Sequence


setSeqNo

protected void setSeqNo(String p_SeqNo)
Set String: Sequence


getSortNo

public BigDecimal getSortNo()
Get: Record Sort No


setSortNo

protected void setSortNo(BigDecimal p_SortNo)
Set: Record Sort No


setSortNo

protected void setSortNo(String p_SortNo)
Set String: Record Sort No


isSameLine

public boolean isSameLine()
Get: Same Line


setIsSameLine

protected void setIsSameLine(boolean p_IsSameLine)
Set: Same Line


setIsSameLine

protected void setIsSameLine(String p_IsSameLine)
Set String: Same Line


isHeading

public boolean isHeading()
Get: Heading only


setIsHeading

protected void setIsHeading(boolean p_IsHeading)
Set: Heading only


setIsHeading

protected void setIsHeading(String p_IsHeading)
Set String: Heading only


isFieldOnly

public boolean isFieldOnly()
Get: Field Only


setIsFieldOnly

protected void setIsFieldOnly(boolean p_IsFieldOnly)
Set: Field Only


setIsFieldOnly

protected void setIsFieldOnly(String p_IsFieldOnly)
Set String: Field Only


isReadOnly

public boolean isReadOnly()
Get: Read Only


setIsReadOnly

protected void setIsReadOnly(boolean p_IsReadOnly)
Set: Read Only


setIsReadOnly

protected void setIsReadOnly(String p_IsReadOnly)
Set String: Read Only


isEncryptedField

public boolean isEncryptedField()
Get: Encrypted Field


setIsEncryptedField

protected void setIsEncryptedField(boolean p_IsEncryptedField)
Set: Encrypted Field


setIsEncryptedField

protected void setIsEncryptedField(String p_IsEncryptedField)
Set String: Encrypted Field


getObscureType

public String getObscureType()
Get: Obscure


setObscureType

protected void setObscureType(String p_ObscureType)
Set: Obscure


isDefaultFocus

public boolean isDefaultFocus()
Get: Default Focus


setIsDefaultFocus

protected void setIsDefaultFocus(boolean p_IsDefaultFocus)
Set: Default Focus


setIsDefaultFocus

protected void setIsDefaultFocus(String p_IsDefaultFocus)
Set String: Default Focus


getMRSeqNo

public int getMRSeqNo()
Get: Multi-Row Sequence


setMRSeqNo

protected void setMRSeqNo(int p_MRSeqNo)
Set: Multi-Row Sequence


setMRSeqNo

protected void setMRSeqNo(String p_MRSeqNo)
Set String: Multi-Row Sequence


getColumnName

public String getColumnName()
Get: DB Column Name


setColumnName

protected void setColumnName(String p_ColumnName)
Set: DB Column Name


getColumnSQL

public String getColumnSQL()
Get: Column SQL


setColumnSQL

protected void setColumnSQL(String p_ColumnSQL)
Set: Column SQL


getFieldLength

public int getFieldLength()
Get: Length


setFieldLength

protected void setFieldLength(int p_FieldLength)
Set: Length


setFieldLength

protected void setFieldLength(String p_FieldLength)
Set String: Length


getVFormat

public String getVFormat()
Get: Value Format


setVFormat

protected void setVFormat(String p_VFormat)
Set: Value Format


getDefaultValue

public String getDefaultValue()
Get: Default Logic


setDefaultValue

protected void setDefaultValue(String p_DefaultValue)
Set: Default Logic


isKey

public boolean isKey()
Get: Key column


setIsKey

protected void setIsKey(boolean p_IsKey)
Set: Key column


setIsKey

protected void setIsKey(String p_IsKey)
Set String: Key column


isParent

public boolean isParent()
Get: Parent link column


setIsParent

protected void setIsParent(boolean p_IsParent)
Set: Parent link column


setIsParent

protected void setIsParent(String p_IsParent)
Set String: Parent link column


isMandatory

public boolean isMandatory()
Get: Mandatory


setIsMandatory

protected void setIsMandatory(boolean p_IsMandatory)
Set: Mandatory


setIsMandatory

protected void setIsMandatory(String p_IsMandatory)
Set String: Mandatory


getMandatoryLogic

public String getMandatoryLogic()
Get: Mandatory Logic


setMandatoryLogic

protected void setMandatoryLogic(String p_MandatoryLogic)
Set: Mandatory Logic


isMandatoryUI

public boolean isMandatoryUI()
Get: Mandatory UI


setIsMandatoryUI

protected void setIsMandatoryUI(boolean p_IsMandatoryUI)
Set: Mandatory UI


setIsMandatoryUI

protected void setIsMandatoryUI(String p_IsMandatoryUI)
Set String: Mandatory UI


isIdentifier

public boolean isIdentifier()
Get: Identifier


setIsIdentifier

protected void setIsIdentifier(boolean p_IsIdentifier)
Set: Identifier


setIsIdentifier

protected void setIsIdentifier(String p_IsIdentifier)
Set String: Identifier


isTranslated

public boolean isTranslated()
Get: Translated


setIsTranslated

protected void setIsTranslated(boolean p_IsTranslated)
Set: Translated


setIsTranslated

protected void setIsTranslated(String p_IsTranslated)
Set String: Translated


getAD_Reference_Value_ID

public int getAD_Reference_Value_ID()
Get: Reference Key


setAD_Reference_Value_ID

protected void setAD_Reference_Value_ID(int p_AD_Reference_Value_ID)
Set: Reference Key


setAD_Reference_Value_ID

protected void setAD_Reference_Value_ID(String p_AD_Reference_Value_ID)
Set String: Reference Key


getCallout

public String getCallout()
Get: Callout Code


setCallout

protected void setCallout(String p_Callout)
Set: Callout Code


isCallout

public boolean isCallout()
Get: Callout


setIsCallout

protected void setIsCallout(boolean p_IsCallout)
Set: Callout


setIsCallout

protected void setIsCallout(String p_IsCallout)
Set String: Callout


getAD_Reference_ID

public int getAD_Reference_ID()
Get: Reference


setAD_Reference_ID

protected void setAD_Reference_ID(int p_AD_Reference_ID)
Set: Reference


setAD_Reference_ID

protected void setAD_Reference_ID(String p_AD_Reference_ID)
Set String: Reference


getAD_Val_Rule_ID

public int getAD_Val_Rule_ID()
Get: Dynamic Validation


setAD_Val_Rule_ID

protected void setAD_Val_Rule_ID(int p_AD_Val_Rule_ID)
Set: Dynamic Validation


setAD_Val_Rule_ID

protected void setAD_Val_Rule_ID(String p_AD_Val_Rule_ID)
Set String: Dynamic Validation


getAD_Process_ID

public int getAD_Process_ID()
Get: Process


setAD_Process_ID

protected void setAD_Process_ID(int p_AD_Process_ID)
Set: Process


setAD_Process_ID

protected void setAD_Process_ID(String p_AD_Process_ID)
Set String: Process


isAlwaysUpdateable

public boolean isAlwaysUpdateable()
Get: Always Updatable


setIsAlwaysUpdateable

protected void setIsAlwaysUpdateable(boolean p_IsAlwaysUpdateable)
Set: Always Updatable


setIsAlwaysUpdateable

protected void setIsAlwaysUpdateable(String p_IsAlwaysUpdateable)
Set String: Always Updatable


getReadOnlyLogic

public String getReadOnlyLogic()
Get: Read Only Logic


setReadOnlyLogic

protected void setReadOnlyLogic(String p_ReadOnlyLogic)
Set: Read Only Logic


isUpdateable

public boolean isUpdateable()
Get: Updateable


setIsUpdateable

protected void setIsUpdateable(boolean p_IsUpdateable)
Set: Updateable


setIsUpdateable

protected void setIsUpdateable(String p_IsUpdateable)
Set String: Updateable


isEncryptedColumn

public boolean isEncryptedColumn()
Get: Encrypted Column


setIsEncryptedColumn

protected void setIsEncryptedColumn(boolean p_IsEncryptedColumn)
Set: Encrypted Column


setIsEncryptedColumn

protected void setIsEncryptedColumn(String p_IsEncryptedColumn)
Set String: Encrypted Column


isSelectionColumn

public boolean isSelectionColumn()
Get: Selection Column


setIsSelectionColumn

protected void setIsSelectionColumn(boolean p_IsSelectionColumn)
Set: Selection Column


setIsSelectionColumn

protected void setIsSelectionColumn(String p_IsSelectionColumn)
Set String: Selection Column


getSelectionSeqNo

public int getSelectionSeqNo()
Get: Selection Sequence


setSelectionSeqNo

protected void setSelectionSeqNo(int p_SelectionSeqNo)
Set: Selection Sequence


setSelectionSeqNo

protected void setSelectionSeqNo(String p_SelectionSeqNo)
Set String: Selection Sequence


isSummaryColumn

public boolean isSummaryColumn()
Get: Summary Column


setIsSummaryColumn

protected void setIsSummaryColumn(boolean p_IsSummaryColumn)
Set: Summary Column


setIsSummaryColumn

protected void setIsSummaryColumn(String p_IsSummaryColumn)
Set String: Summary Column


getSummarySeqNo

public int getSummarySeqNo()
Get: Summary Sequence


setSummarySeqNo

protected void setSummarySeqNo(int p_SummarySeqNo)
Set: Summary Sequence


setSummarySeqNo

protected void setSummarySeqNo(String p_SummarySeqNo)
Set String: Summary Sequence


getTableName

public String getTableName()
Get: DB Table Name


setTableName

protected void setTableName(String p_TableName)
Set: DB Table Name


getValueMin

public String getValueMin()
Get: Min. Value


setValueMin

protected void setValueMin(String p_ValueMin)
Set: Min. Value


getValueMax

public String getValueMax()
Get: Max. Value


setValueMax

protected void setValueMax(String p_ValueMax)
Set: Max. Value


getFieldGroup

public String getFieldGroup()
Get: Field Group


setFieldGroup

protected void setFieldGroup(String p_FieldGroup)
Set: Field Group


getValidationCode

public String getValidationCode()
Get: Validation Code


setValidationCode

protected void setValidationCode(String p_ValidationCode)
Set: Validation Code


Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.