Adempiere 3.5.2a

org.compiere.model
Interface I_CM_AccessNewsChannel

All Known Implementing Classes:
X_CM_AccessNewsChannel

public interface I_CM_AccessNewsChannel

Generated Interface for CM_AccessNewsChannel

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_CM_AccessProfile_ID
          Column name CM_AccessProfile_ID
static String COLUMNNAME_CM_NewsChannel_ID
          Column name CM_NewsChannel_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=891
static String Table_Name
          TableName=CM_AccessNewsChannel
 
Method Summary
 int getCM_AccessProfile_ID()
          Get Web Access Profile.
 I_CM_AccessProfile getCM_AccessProfile()
           
 int getCM_NewsChannel_ID()
          Get News Channel.
 I_CM_NewsChannel getCM_NewsChannel()
           
 void setCM_AccessProfile_ID(int CM_AccessProfile_ID)
          Set Web Access Profile.
 void setCM_NewsChannel_ID(int CM_NewsChannel_ID)
          Set News Channel.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_AccessNewsChannel

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=891


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_CM_AccessProfile_ID

static final String COLUMNNAME_CM_AccessProfile_ID
Column name CM_AccessProfile_ID

See Also:
Constant Field Values

COLUMNNAME_CM_NewsChannel_ID

static final String COLUMNNAME_CM_NewsChannel_ID
Column name CM_NewsChannel_ID

See Also:
Constant Field Values
Method Detail

setCM_AccessProfile_ID

void setCM_AccessProfile_ID(int CM_AccessProfile_ID)
Set Web Access Profile. Web Access Profile


getCM_AccessProfile_ID

int getCM_AccessProfile_ID()
Get Web Access Profile. Web Access Profile


getCM_AccessProfile

I_CM_AccessProfile getCM_AccessProfile()
                                       throws Exception
Throws:
Exception

setCM_NewsChannel_ID

void setCM_NewsChannel_ID(int CM_NewsChannel_ID)
Set News Channel. News channel for rss feed


getCM_NewsChannel_ID

int getCM_NewsChannel_ID()
Get News Channel. News channel for rss feed


getCM_NewsChannel

I_CM_NewsChannel getCM_NewsChannel()
                                   throws Exception
Throws:
Exception

Adempiere 3.5.2a

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