Adempiere 3.5.2a

org.compiere.model
Interface I_W_ClickCount

All Known Implementing Classes:
MClickCount, X_W_ClickCount

public interface I_W_ClickCount

Generated Interface for W_ClickCount

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_Counter
          Column name Counter
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_TargetURL
          Column name TargetURL
static String COLUMNNAME_W_ClickCount_ID
          Column name W_ClickCount_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=553
static String Table_Name
          TableName=W_ClickCount
 
Method Summary
 int getC_BPartner_ID()
          Get Business Partner .
 int getCounter()
          Get Counter.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 String getTargetURL()
          Get Target URL.
 int getW_ClickCount_ID()
          Get Click Count.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setCounter(int Counter)
          Set Counter.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 void setTargetURL(String TargetURL)
          Set Target URL.
 void setW_ClickCount_ID(int W_ClickCount_ID)
          Set Click Count.
 

Field Detail

Table_Name

static final String Table_Name
TableName=W_ClickCount

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=553


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_Counter

static final String COLUMNNAME_Counter
Column name Counter

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

COLUMNNAME_TargetURL

static final String COLUMNNAME_TargetURL
Column name TargetURL

See Also:
Constant Field Values

COLUMNNAME_W_ClickCount_ID

static final String COLUMNNAME_W_ClickCount_ID
Column name W_ClickCount_ID

See Also:
Constant Field Values
Method Detail

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


setCounter

void setCounter(int Counter)
Set Counter. Count Value


getCounter

int getCounter()
Get Counter. Count Value


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


setTargetURL

void setTargetURL(String TargetURL)
Set Target URL. URL for the Target


getTargetURL

String getTargetURL()
Get Target URL. URL for the Target


setW_ClickCount_ID

void setW_ClickCount_ID(int W_ClickCount_ID)
Set Click Count. Web Click Management


getW_ClickCount_ID

int getW_ClickCount_ID()
Get Click Count. Web Click Management


Adempiere 3.5.2a

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