|
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.eevolution.model.X_IMP_ProcessorParameter
public class X_IMP_ProcessorParameter
Generated Model for IMP_ProcessorParameter
| Field Summary |
|---|
| 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.eevolution.model.I_IMP_ProcessorParameter |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_IMP_Processor_ID, COLUMNNAME_IMP_ProcessorParameter_ID, COLUMNNAME_Name, COLUMNNAME_ParameterValue, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_IMP_ProcessorParameter(Properties ctx,
int IMP_ProcessorParameter_ID,
String trxName)
Standard Constructor |
|
X_IMP_ProcessorParameter(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
int |
getIMP_Processor_ID()
Get IMP_Processor_ID. |
I_IMP_Processor |
getIMP_Processor()
|
int |
getIMP_ProcessorParameter_ID()
Get IMP_ProcessorParameter_ID. |
String |
getName()
Get Name. |
String |
getParameterValue()
Get ParameterValue. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIMP_Processor_ID(int IMP_Processor_ID)
Set IMP_Processor_ID. |
void |
setIMP_ProcessorParameter_ID(int IMP_ProcessorParameter_ID)
Set IMP_ProcessorParameter_ID. |
void |
setName(String Name)
Set Name. |
void |
setParameterValue(String ParameterValue)
Set ParameterValue. |
void |
setValue(String Value)
Set Search Key. |
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 |
| Constructor Detail |
|---|
public X_IMP_ProcessorParameter(Properties ctx,
int IMP_ProcessorParameter_ID,
String trxName)
public X_IMP_ProcessorParameter(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 setDescription(String Description)
setDescription in interface I_IMP_ProcessorParameterDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_IMP_ProcessorParameterpublic void setHelp(String Help)
setHelp in interface I_IMP_ProcessorParameterHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_IMP_ProcessorParameter
public I_IMP_Processor getIMP_Processor()
throws Exception
getIMP_Processor in interface I_IMP_ProcessorParameterExceptionpublic void setIMP_Processor_ID(int IMP_Processor_ID)
setIMP_Processor_ID in interface I_IMP_ProcessorParameterIMP_Processor_ID - IMP_Processor_IDpublic int getIMP_Processor_ID()
getIMP_Processor_ID in interface I_IMP_ProcessorParameterpublic void setIMP_ProcessorParameter_ID(int IMP_ProcessorParameter_ID)
setIMP_ProcessorParameter_ID in interface I_IMP_ProcessorParameterIMP_ProcessorParameter_ID - IMP_ProcessorParameter_IDpublic int getIMP_ProcessorParameter_ID()
getIMP_ProcessorParameter_ID in interface I_IMP_ProcessorParameterpublic void setName(String Name)
setName in interface I_IMP_ProcessorParameterName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_IMP_ProcessorParameterpublic void setParameterValue(String ParameterValue)
setParameterValue in interface I_IMP_ProcessorParameterParameterValue - ParameterValuepublic String getParameterValue()
getParameterValue in interface I_IMP_ProcessorParameterpublic void setValue(String Value)
setValue in interface I_IMP_ProcessorParameterValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_IMP_ProcessorParameter
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||