Package org.compiere.model
Interface I_AD_Process_Para
-
- All Known Implementing Classes:
MProcessPara,X_AD_Process_Para
public interface I_AD_Process_ParaGenerated Interface for AD_Process_Para- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Element_IDColumn name AD_Element_IDstatic StringCOLUMNNAME_AD_FieldGroup_IDColumn name AD_FieldGroup_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Process_IDColumn name AD_Process_IDstatic StringCOLUMNNAME_AD_Process_Para_IDColumn name AD_Process_Para_IDstatic StringCOLUMNNAME_AD_Process_Para_UUColumn name AD_Process_Para_UUstatic StringCOLUMNNAME_AD_Reference_IDColumn name AD_Reference_IDstatic StringCOLUMNNAME_AD_Reference_Value_IDColumn name AD_Reference_Value_IDstatic StringCOLUMNNAME_AD_Val_Rule_IDColumn name AD_Val_Rule_IDstatic StringCOLUMNNAME_ColumnNameColumn name ColumnNamestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DefaultValueColumn name DefaultValuestatic StringCOLUMNNAME_DefaultValue2Column name DefaultValue2static StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DisplayLogicColumn name DisplayLogicstatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_FieldLengthColumn name FieldLengthstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsAutocompleteColumn name IsAutocompletestatic StringCOLUMNNAME_IsCentrallyMaintainedColumn name IsCentrallyMaintainedstatic StringCOLUMNNAME_IsEncryptedColumn name IsEncryptedstatic StringCOLUMNNAME_IsMandatoryColumn name IsMandatorystatic StringCOLUMNNAME_IsRangeColumn name IsRangestatic StringCOLUMNNAME_MandatoryLogicColumn name MandatoryLogicstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PlaceholderColumn name Placeholderstatic StringCOLUMNNAME_Placeholder2Column name Placeholder2static StringCOLUMNNAME_QueryColumn name Querystatic StringCOLUMNNAME_ReadOnlyLogicColumn name ReadOnlyLogicstatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueMaxColumn name ValueMaxstatic StringCOLUMNNAME_ValueMinColumn name ValueMinstatic StringCOLUMNNAME_VFormatColumn name VFormatstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=285static StringTable_NameTableName=AD_Process_Para
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.I_AD_ElementgetAD_Element()intgetAD_Element_ID()Get System Element.I_AD_FieldGroupgetAD_FieldGroup()intgetAD_FieldGroup_ID()Get Field Group.intgetAD_Org_ID()Get Organization.I_AD_ProcessgetAD_Process()intgetAD_Process_ID()Get Process.intgetAD_Process_Para_ID()Get Process ParameterStringgetAD_Process_Para_UU()Get AD_Process_Para_UUI_AD_ReferencegetAD_Reference()intgetAD_Reference_ID()Get Reference.I_AD_ReferencegetAD_Reference_Value()intgetAD_Reference_Value_ID()Get Reference Key.I_AD_Val_RulegetAD_Val_Rule()intgetAD_Val_Rule_ID()Get Dynamic Validation.StringgetColumnName()Get DB Column Name.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDefaultValue()Get Default Logic.StringgetDefaultValue2()Get Default Logic 2.StringgetDescription()Get Description.StringgetDisplayLogic()Get Display Logic.StringgetEntityType()Get Entity Type.intgetFieldLength()Get Length.StringgetHelp()Get Comment/Help.StringgetMandatoryLogic()Get Mandatory LogicStringgetName()Get Name.StringgetPlaceholder()Get PlaceholderStringgetPlaceholder2()Get Placeholder2StringgetQuery()Get Query.StringgetReadOnlyLogic()Get Read Only Logic.intgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValueMax()Get Max.StringgetValueMin()Get Min.StringgetVFormat()Get Value Format.booleanisActive()Get Active.booleanisAutocomplete()Get Autocomplete.booleanisCentrallyMaintained()Get Centrally maintained.booleanisEncrypted()Get Encrypted.booleanisMandatory()Get Mandatory.booleanisRange()Get Range.voidsetAD_Element_ID(int AD_Element_ID)Set System Element.voidsetAD_FieldGroup_ID(int AD_FieldGroup_ID)Set Field Group.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Process_ID(int AD_Process_ID)Set Process.voidsetAD_Process_Para_ID(int AD_Process_Para_ID)Set Process ParametervoidsetAD_Process_Para_UU(String AD_Process_Para_UU)Set AD_Process_Para_UUvoidsetAD_Reference_ID(int AD_Reference_ID)Set Reference.voidsetAD_Reference_Value_ID(int AD_Reference_Value_ID)Set Reference Key.voidsetAD_Val_Rule_ID(int AD_Val_Rule_ID)Set Dynamic Validation.voidsetColumnName(String ColumnName)Set DB Column Name.voidsetDefaultValue(String DefaultValue)Set Default Logic.voidsetDefaultValue2(String DefaultValue2)Set Default Logic 2.voidsetDescription(String Description)Set Description.voidsetDisplayLogic(String DisplayLogic)Set Display Logic.voidsetEntityType(String EntityType)Set Entity Type.voidsetFieldLength(int FieldLength)Set Length.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetIsAutocomplete(boolean IsAutocomplete)Set Autocomplete.voidsetIsCentrallyMaintained(boolean IsCentrallyMaintained)Set Centrally maintained.voidsetIsEncrypted(boolean IsEncrypted)Set Encrypted.voidsetIsMandatory(boolean IsMandatory)Set Mandatory.voidsetIsRange(boolean IsRange)Set Range.voidsetMandatoryLogic(String MandatoryLogic)Set Mandatory LogicvoidsetName(String Name)Set Name.voidsetPlaceholder(String Placeholder)Set PlaceholdervoidsetPlaceholder2(String Placeholder2)Set Placeholder2voidsetQuery(String Query)Set Query.voidsetReadOnlyLogic(String ReadOnlyLogic)Set Read Only Logic.voidsetSeqNo(int SeqNo)Set Sequence.voidsetValueMax(String ValueMax)Set Max.voidsetValueMin(String ValueMin)Set Min.voidsetVFormat(String VFormat)Set Value Format.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Process_Para- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=285- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Element_ID
static final String COLUMNNAME_AD_Element_ID
Column name AD_Element_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_FieldGroup_ID
static final String COLUMNNAME_AD_FieldGroup_ID
Column name AD_FieldGroup_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Process_ID
static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Process_Para_ID
static final String COLUMNNAME_AD_Process_Para_ID
Column name AD_Process_Para_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Process_Para_UU
static final String COLUMNNAME_AD_Process_Para_UU
Column name AD_Process_Para_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Reference_ID
static final String COLUMNNAME_AD_Reference_ID
Column name AD_Reference_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Reference_Value_ID
static final String COLUMNNAME_AD_Reference_Value_ID
Column name AD_Reference_Value_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Val_Rule_ID
static final String COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ColumnName
static final String COLUMNNAME_ColumnName
Column name ColumnName- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DefaultValue
static final String COLUMNNAME_DefaultValue
Column name DefaultValue- See Also:
- Constant Field Values
-
COLUMNNAME_DefaultValue2
static final String COLUMNNAME_DefaultValue2
Column name DefaultValue2- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DisplayLogic
static final String COLUMNNAME_DisplayLogic
Column name DisplayLogic- See Also:
- Constant Field Values
-
COLUMNNAME_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_FieldLength
static final String COLUMNNAME_FieldLength
Column name FieldLength- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsAutocomplete
static final String COLUMNNAME_IsAutocomplete
Column name IsAutocomplete- See Also:
- Constant Field Values
-
COLUMNNAME_IsCentrallyMaintained
static final String COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintained- See Also:
- Constant Field Values
-
COLUMNNAME_IsEncrypted
static final String COLUMNNAME_IsEncrypted
Column name IsEncrypted- See Also:
- Constant Field Values
-
COLUMNNAME_IsMandatory
static final String COLUMNNAME_IsMandatory
Column name IsMandatory- See Also:
- Constant Field Values
-
COLUMNNAME_IsRange
static final String COLUMNNAME_IsRange
Column name IsRange- See Also:
- Constant Field Values
-
COLUMNNAME_MandatoryLogic
static final String COLUMNNAME_MandatoryLogic
Column name MandatoryLogic- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Placeholder
static final String COLUMNNAME_Placeholder
Column name Placeholder- See Also:
- Constant Field Values
-
COLUMNNAME_Placeholder2
static final String COLUMNNAME_Placeholder2
Column name Placeholder2- See Also:
- Constant Field Values
-
COLUMNNAME_Query
static final String COLUMNNAME_Query
Column name Query- See Also:
- Constant Field Values
-
COLUMNNAME_ReadOnlyLogic
static final String COLUMNNAME_ReadOnlyLogic
Column name ReadOnlyLogic- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_ValueMax
static final String COLUMNNAME_ValueMax
Column name ValueMax- See Also:
- Constant Field Values
-
COLUMNNAME_ValueMin
static final String COLUMNNAME_ValueMin
Column name ValueMin- See Also:
- Constant Field Values
-
COLUMNNAME_VFormat
static final String COLUMNNAME_VFormat
Column name VFormat- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Element_ID
void setAD_Element_ID(int AD_Element_ID)
Set System Element. System Element enables the central maintenance of column description and help.
-
getAD_Element_ID
int getAD_Element_ID()
Get System Element. System Element enables the central maintenance of column description and help.
-
getAD_Element
I_AD_Element getAD_Element() throws RuntimeException
- Throws:
RuntimeException
-
setAD_FieldGroup_ID
void setAD_FieldGroup_ID(int AD_FieldGroup_ID)
Set Field Group. Logical grouping of fields
-
getAD_FieldGroup_ID
int getAD_FieldGroup_ID()
Get Field Group. Logical grouping of fields
-
getAD_FieldGroup
I_AD_FieldGroup getAD_FieldGroup() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Process_ID
void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report
-
getAD_Process_ID
int getAD_Process_ID()
Get Process. Process or Report
-
getAD_Process
I_AD_Process getAD_Process() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Process_Para_ID
void setAD_Process_Para_ID(int AD_Process_Para_ID)
Set Process Parameter
-
getAD_Process_Para_ID
int getAD_Process_Para_ID()
Get Process Parameter
-
setAD_Process_Para_UU
void setAD_Process_Para_UU(String AD_Process_Para_UU)
Set AD_Process_Para_UU
-
getAD_Process_Para_UU
String getAD_Process_Para_UU()
Get AD_Process_Para_UU
-
setAD_Reference_ID
void setAD_Reference_ID(int AD_Reference_ID)
Set Reference. System Reference and Validation
-
getAD_Reference_ID
int getAD_Reference_ID()
Get Reference. System Reference and Validation
-
getAD_Reference
I_AD_Reference getAD_Reference() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Reference_Value_ID
void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
Set Reference Key. Required to specify, if data type is Table or List
-
getAD_Reference_Value_ID
int getAD_Reference_Value_ID()
Get Reference Key. Required to specify, if data type is Table or List
-
getAD_Reference_Value
I_AD_Reference getAD_Reference_Value() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Val_Rule_ID
void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. Dynamic Validation Rule
-
getAD_Val_Rule_ID
int getAD_Val_Rule_ID()
Get Dynamic Validation. Dynamic Validation Rule
-
getAD_Val_Rule
I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException
- Throws:
RuntimeException
-
setColumnName
void setColumnName(String ColumnName)
Set DB Column Name. Name of the column in the database
-
getColumnName
String getColumnName()
Get DB Column Name. Name of the column in the database
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDefaultValue
void setDefaultValue(String DefaultValue)
Set Default Logic. Default value hierarchy, separated by ;
-
getDefaultValue
String getDefaultValue()
Get Default Logic. Default value hierarchy, separated by ;
-
setDefaultValue2
void setDefaultValue2(String DefaultValue2)
Set Default Logic 2. Default value hierarchy, separated by ;
-
getDefaultValue2
String getDefaultValue2()
Get Default Logic 2. Default value hierarchy, separated by ;
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDisplayLogic
void setDisplayLogic(String DisplayLogic)
Set Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
getDisplayLogic
String getDisplayLogic()
Get Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
setEntityType
void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
getEntityType
String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
setFieldLength
void setFieldLength(int FieldLength)
Set Length. Length of the column in the database
-
getFieldLength
int getFieldLength()
Get Length. Length of the column in the database
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsAutocomplete
void setIsAutocomplete(boolean IsAutocomplete)
Set Autocomplete. Automatic completion for textfields
-
isAutocomplete
boolean isAutocomplete()
Get Autocomplete. Automatic completion for textfields
-
setIsCentrallyMaintained
void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. Information maintained in System Element table
-
isCentrallyMaintained
boolean isCentrallyMaintained()
Get Centrally maintained. Information maintained in System Element table
-
setIsEncrypted
void setIsEncrypted(boolean IsEncrypted)
Set Encrypted. Display or Storage is encrypted
-
isEncrypted
boolean isEncrypted()
Get Encrypted. Display or Storage is encrypted
-
setIsMandatory
void setIsMandatory(boolean IsMandatory)
Set Mandatory. Data entry is required in this column
-
isMandatory
boolean isMandatory()
Get Mandatory. Data entry is required in this column
-
setIsRange
void setIsRange(boolean IsRange)
Set Range. The parameter is a range of values
-
isRange
boolean isRange()
Get Range. The parameter is a range of values
-
setMandatoryLogic
void setMandatoryLogic(String MandatoryLogic)
Set Mandatory Logic
-
getMandatoryLogic
String getMandatoryLogic()
Get Mandatory Logic
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPlaceholder
void setPlaceholder(String Placeholder)
Set Placeholder
-
getPlaceholder
String getPlaceholder()
Get Placeholder
-
setPlaceholder2
void setPlaceholder2(String Placeholder2)
Set Placeholder2
-
getPlaceholder2
String getPlaceholder2()
Get Placeholder2
-
setQuery
void setQuery(String Query)
Set Query. SQL
-
getQuery
String getQuery()
Get Query. SQL
-
setReadOnlyLogic
void setReadOnlyLogic(String ReadOnlyLogic)
Set Read Only Logic. Logic to determine if field is read only (applies only when field is read-write)
-
getReadOnlyLogic
String getReadOnlyLogic()
Get Read Only Logic. Logic to determine if field is read only (applies only when field is read-write)
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValueMax
void setValueMax(String ValueMax)
Set Max. Value. Maximum Value for a field
-
getValueMax
String getValueMax()
Get Max. Value. Maximum Value for a field
-
setValueMin
void setValueMin(String ValueMin)
Set Min. Value. Minimum Value for a field
-
getValueMin
String getValueMin()
Get Min. Value. Minimum Value for a field
-
setVFormat
void setVFormat(String VFormat)
Set Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09"
-
getVFormat
String getVFormat()
Get Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09"
-
-