Adempiere 3.5.2a

org.compiere.model
Interface I_W_CounterCount

All Known Implementing Classes:
MCounterCount, X_W_CounterCount

public interface I_W_CounterCount

Generated Interface for W_CounterCount

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_PageURL
          Column name PageURL
static String COLUMNNAME_W_CounterCount_ID
          Column name W_CounterCount_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=552
static String Table_Name
          TableName=W_CounterCount
 
Method Summary
 int getC_BPartner_ID()
          Get Business Partner .
 int getCounter()
          Get Counter.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 String getPageURL()
          Get Page URL
 int getW_CounterCount_ID()
          Get Counter 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 setPageURL(String PageURL)
          Set Page URL
 void setW_CounterCount_ID(int W_CounterCount_ID)
          Set Counter Count.
 

Field Detail

Table_Name

static final String Table_Name
TableName=W_CounterCount

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=552


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_PageURL

static final String COLUMNNAME_PageURL
Column name PageURL

See Also:
Constant Field Values

COLUMNNAME_W_CounterCount_ID

static final String COLUMNNAME_W_CounterCount_ID
Column name W_CounterCount_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


setPageURL

void setPageURL(String PageURL)
Set Page URL


getPageURL

String getPageURL()
Get Page URL


setW_CounterCount_ID

void setW_CounterCount_ID(int W_CounterCount_ID)
Set Counter Count. Web Counter Count Management


getW_CounterCount_ID

int getW_CounterCount_ID()
Get Counter Count. Web Counter Count Management


Adempiere 3.5.2a

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