Adempiere 3.5.2a

org.compiere.model
Interface I_B_TopicCategory

All Known Implementing Classes:
X_B_TopicCategory

public interface I_B_TopicCategory

Generated Interface for B_TopicCategory

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_B_TopicCategory_ID
          Column name B_TopicCategory_ID
static String COLUMNNAME_B_TopicType_ID
          Column name B_TopicType_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=691
static String Table_Name
          TableName=B_TopicCategory
 
Method Summary
 int getB_TopicCategory_ID()
          Get Topic Category.
 int getB_TopicType_ID()
          Get Topic Type.
 I_B_TopicType getB_TopicType()
           
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 void setB_TopicCategory_ID(int B_TopicCategory_ID)
          Set Topic Category.
 void setB_TopicType_ID(int B_TopicType_ID)
          Set Topic Type.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=B_TopicCategory

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=691


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_B_TopicCategory_ID

static final String COLUMNNAME_B_TopicCategory_ID
Column name B_TopicCategory_ID

See Also:
Constant Field Values

COLUMNNAME_B_TopicType_ID

static final String COLUMNNAME_B_TopicType_ID
Column name B_TopicType_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

setB_TopicCategory_ID

void setB_TopicCategory_ID(int B_TopicCategory_ID)
Set Topic Category. Auction Topic Category


getB_TopicCategory_ID

int getB_TopicCategory_ID()
Get Topic Category. Auction Topic Category


setB_TopicType_ID

void setB_TopicType_ID(int B_TopicType_ID)
Set Topic Type. Auction Topic Type


getB_TopicType_ID

int getB_TopicType_ID()
Get Topic Type. Auction Topic Type


getB_TopicType

I_B_TopicType getB_TopicType()
                             throws Exception
Throws:
Exception

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.