|
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.compiere.model.X_AD_Preference
org.compiere.model.MPreference
public class MPreference
Preference Model
| Field Summary | |
|---|---|
static String |
NULL
Null Indicator |
| 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_Preference |
|---|
accessLevel, COLUMNNAME_AD_Preference_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_AD_Window_ID, COLUMNNAME_Attribute, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MPreference(Properties ctx,
int AD_Preference_ID,
String trxName)
Standatrd Constructor |
|
MPreference(Properties ctx,
ResultSet rs,
String trxName)
Load Contsructor |
|
MPreference(Properties ctx,
String Attribute,
String Value,
String trxName)
Full Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_Preference |
|---|
get_AccessLevel, getAD_Preference_ID, getAD_User_ID, getAD_User, getAD_Window_ID, getAD_Window, getAttribute, getKeyNamePair, getValue, initPO, setAD_Preference_ID, setAD_User_ID, setAD_Window_ID, setAttribute, setValue |
| 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 |
|---|
public static String NULL
| Constructor Detail |
|---|
public MPreference(Properties ctx,
int AD_Preference_ID,
String trxName)
ctx - ctxAD_Preference_ID - idtrxName - transaction
public MPreference(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MPreference(Properties ctx,
String Attribute,
String Value,
String trxName)
ctx - contextAttribute - attributeValue - valuetrxName - trx| Method Detail |
|---|
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord -
public String toString()
toString in class X_AD_Preference
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||