|
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_R_InterestArea
org.compiere.model.MInterestArea
public class MInterestArea
Interest Area. Note: if model is changed, update org.compiere.wstore.Info.getInterests() manually
| 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.compiere.model.I_R_InterestArea |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_IsSelfService, COLUMNNAME_Name, COLUMNNAME_R_InterestArea_ID, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MInterestArea(Properties ctx,
int R_InterestArea_ID,
String trxName)
Constructor |
|
MInterestArea(Properties ctx,
ResultSet rs,
String trxName)
Loader Constructor |
|
| Method Summary | |
|---|---|
static MInterestArea |
get(Properties ctx,
int R_InterestArea_ID)
Get MInterestArea from Cache |
int |
getAD_User_ID()
Get AD_User_ID |
static MInterestArea[] |
getAll(Properties ctx)
Get all active interest areas |
Timestamp |
getOptOutDate()
Get Opt Out Date |
Timestamp |
getSubscribeDate()
Get Subscribe Date |
String |
getValue()
Get Value |
boolean |
isSubscribed()
Is Subscribed |
void |
setAD_User_ID(int AD_User_ID)
Set AD_User_ID |
void |
setSubscriptionInfo(int AD_User_ID)
Set Subscription info "constructor". |
String |
toString()
String representation |
| Methods inherited from class org.compiere.model.X_R_InterestArea |
|---|
get_AccessLevel, getDescription, getKeyNamePair, getName, getR_InterestArea_ID, initPO, isSelfService, setDescription, setIsSelfService, setName, setR_InterestArea_ID, 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 |
| Constructor Detail |
|---|
public MInterestArea(Properties ctx,
int R_InterestArea_ID,
String trxName)
ctx - contextR_InterestArea_ID - interest areatrxName - transaction
public MInterestArea(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MInterestArea[] getAll(Properties ctx)
ctx - context
public static MInterestArea get(Properties ctx,
int R_InterestArea_ID)
ctx - contextR_InterestArea_ID - id
public String getValue()
getValue in interface I_R_InterestAreagetValue in class X_R_InterestAreapublic String toString()
toString in class X_R_InterestAreapublic void setSubscriptionInfo(int AD_User_ID)
AD_User_ID - contactpublic void setAD_User_ID(int AD_User_ID)
AD_User_ID - userpublic int getAD_User_ID()
public Timestamp getSubscribeDate()
public Timestamp getOptOutDate()
public boolean isSubscribed()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||