Adempiere 3.5.2a

org.compiere.model
Class MProcessPara

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Process_Para
          extended by org.compiere.model.MProcessPara
All Implemented Interfaces:
Serializable, Comparator, I_AD_Process_Para, I_Persistent, Evaluatee

public class MProcessPara
extends X_AD_Process_Para

Process Parameter Model

Version:
$Id: MProcessPara.java,v 1.3 2006/07/30 00:58:37 jjanke Exp $
Author:
Jorg Janke
See Also:
Serialized Form

Field Summary
static int TAB_NO
          Virtual Tab No - 0
static int WINDOW_NO
          Virtual Window No - 999
 
Fields inherited from class org.compiere.model.X_AD_Process_Para
AD_REFERENCE_ID_AD_Reference_ID, AD_REFERENCE_VALUE_ID_AD_Reference_ID, ENTITYTYPE_AD_Reference_ID
 
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_Process_Para
accessLevel, COLUMNNAME_AD_Element_ID, COLUMNNAME_AD_Process_ID, COLUMNNAME_AD_Process_Para_ID, COLUMNNAME_AD_Reference_ID, COLUMNNAME_AD_Reference_Value_ID, COLUMNNAME_AD_Val_Rule_ID, COLUMNNAME_ColumnName, COLUMNNAME_DefaultValue, COLUMNNAME_DefaultValue2, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_FieldLength, COLUMNNAME_Help, COLUMNNAME_IsCentrallyMaintained, COLUMNNAME_IsMandatory, COLUMNNAME_IsRange, COLUMNNAME_Name, COLUMNNAME_SeqNo, COLUMNNAME_ValueMax, COLUMNNAME_ValueMin, COLUMNNAME_VFormat, Model, Table_ID, Table_Name
 
Constructor Summary
MProcessPara(Properties ctx, int AD_Process_Para_ID, String trxName)
          Constructor
MProcessPara(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
static MProcessPara get(Properties ctx, int AD_Process_Para_ID)
          Get MProcessPara from Cache
 Lookup getLookup()
          Get Lookup for Parameter
 boolean isLookup()
          Is this field a Lookup?.
 void loadLookup()
          Set Lookup for columns with lookup
 String toString()
          String Representation
 
Methods inherited from class org.compiere.model.X_AD_Process_Para
get_AccessLevel, getAD_Element_ID, getAD_Element, getAD_Process_ID, getAD_Process_Para_ID, getAD_Process, getAD_Reference_ID, getAD_Reference_Value_ID, getAD_Val_Rule_ID, getAD_Val_Rule, getColumnName, getDefaultValue, getDefaultValue2, getDescription, getEntityType, getFieldLength, getHelp, getKeyNamePair, getName, getSeqNo, getValueMax, getValueMin, getVFormat, initPO, isCentrallyMaintained, isMandatory, isRange, setAD_Element_ID, setAD_Process_ID, setAD_Process_Para_ID, setAD_Reference_ID, setAD_Reference_Value_ID, setAD_Val_Rule_ID, setColumnName, setDefaultValue, setDefaultValue2, setDescription, setEntityType, setFieldLength, setHelp, setIsCentrallyMaintained, setIsMandatory, setIsRange, setName, setSeqNo, setValueMax, setValueMin, setVFormat
 
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

WINDOW_NO

public static int WINDOW_NO
Virtual Window No - 999


TAB_NO

public static int TAB_NO
Virtual Tab No - 0

Constructor Detail

MProcessPara

public MProcessPara(Properties ctx,
                    int AD_Process_Para_ID,
                    String trxName)
Constructor

Parameters:
ctx - context
AD_Process_Para_ID - id
trxName - transaction

MProcessPara

public MProcessPara(Properties ctx,
                    ResultSet rs,
                    String trxName)
Load Constructor

Parameters:
ctx - context
rs - result set
trxName - transaction
Method Detail

get

public static MProcessPara get(Properties ctx,
                               int AD_Process_Para_ID)
Get MProcessPara from Cache

Parameters:
ctx - context
AD_Process_Para_ID - id
Returns:
MProcessPara

isLookup

public boolean isLookup()
Is this field a Lookup?.

Returns:
true if lookup field

loadLookup

public void loadLookup()
Set Lookup for columns with lookup


getLookup

public Lookup getLookup()
Get Lookup for Parameter

Returns:
lookup or null

toString

public String toString()
String Representation

Overrides:
toString in class X_AD_Process_Para
Returns:
info

Adempiere 3.5.2a

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