Adempiere 3.5.2a

org.compiere.model
Interface I_R_ContactInterest

All Known Implementing Classes:
MContactInterest, X_R_ContactInterest

public interface I_R_ContactInterest

Generated Interface for R_ContactInterest

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_OptOutDate
          Column name OptOutDate
static String COLUMNNAME_R_InterestArea_ID
          Column name R_InterestArea_ID
static String COLUMNNAME_SubscribeDate
          Column name SubscribeDate
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=528
static String Table_Name
          TableName=R_ContactInterest
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 Timestamp getOptOutDate()
          Get Opt-out Date.
 int getR_InterestArea_ID()
          Get Interest Area.
 I_R_InterestArea getR_InterestArea()
           
 Timestamp getSubscribeDate()
          Get Subscribe Date.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setOptOutDate(Timestamp OptOutDate)
          Set Opt-out Date.
 void setR_InterestArea_ID(int R_InterestArea_ID)
          Set Interest Area.
 void setSubscribeDate(Timestamp SubscribeDate)
          Set Subscribe Date.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_ContactInterest

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=528


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_OptOutDate

static final String COLUMNNAME_OptOutDate
Column name OptOutDate

See Also:
Constant Field Values

COLUMNNAME_R_InterestArea_ID

static final String COLUMNNAME_R_InterestArea_ID
Column name R_InterestArea_ID

See Also:
Constant Field Values

COLUMNNAME_SubscribeDate

static final String COLUMNNAME_SubscribeDate
Column name SubscribeDate

See Also:
Constant Field Values
Method Detail

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setOptOutDate

void setOptOutDate(Timestamp OptOutDate)
Set Opt-out Date. Date the contact opted out


getOptOutDate

Timestamp getOptOutDate()
Get Opt-out Date. Date the contact opted out


setR_InterestArea_ID

void setR_InterestArea_ID(int R_InterestArea_ID)
Set Interest Area. Interest Area or Topic


getR_InterestArea_ID

int getR_InterestArea_ID()
Get Interest Area. Interest Area or Topic


getR_InterestArea

I_R_InterestArea getR_InterestArea()
                                   throws Exception
Throws:
Exception

setSubscribeDate

void setSubscribeDate(Timestamp SubscribeDate)
Set Subscribe Date. Date the contact actively subscribed


getSubscribeDate

Timestamp getSubscribeDate()
Get Subscribe Date. Date the contact actively subscribed


Adempiere 3.5.2a

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