Adempiere 3.5.2a

org.compiere.model
Interface I_C_Channel

All Known Implementing Classes:
X_C_Channel

public interface I_C_Channel

Generated Interface for C_Channel

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_PrintColor_ID
          Column name AD_PrintColor_ID
static String COLUMNNAME_C_Channel_ID
          Column name C_Channel_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=275
static String Table_Name
          TableName=C_Channel
 
Method Summary
 int getAD_PrintColor_ID()
          Get Print Color.
 I_AD_PrintColor getAD_PrintColor()
           
 int getC_Channel_ID()
          Get Channel.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 void setAD_PrintColor_ID(int AD_PrintColor_ID)
          Set Print Color.
 void setC_Channel_ID(int C_Channel_ID)
          Set Channel.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Channel

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=275


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_PrintColor_ID

static final String COLUMNNAME_AD_PrintColor_ID
Column name AD_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_C_Channel_ID

static final String COLUMNNAME_C_Channel_ID
Column name C_Channel_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_PrintColor_ID

void setAD_PrintColor_ID(int AD_PrintColor_ID)
Set Print Color. Color used for printing and display


getAD_PrintColor_ID

int getAD_PrintColor_ID()
Get Print Color. Color used for printing and display


getAD_PrintColor

I_AD_PrintColor getAD_PrintColor()
                                 throws Exception
Throws:
Exception

setC_Channel_ID

void setC_Channel_ID(int C_Channel_ID)
Set Channel. Sales Channel


getC_Channel_ID

int getC_Channel_ID()
Get Channel. Sales Channel


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

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