Adempiere 3.5.2a

org.compiere.model
Interface I_B_TopicType

All Known Implementing Classes:
X_B_TopicType

public interface I_B_TopicType

Generated Interface for B_TopicType

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AuctionType
          Column name AuctionType
static String COLUMNNAME_B_TopicType_ID
          Column name B_TopicType_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_M_PriceList_ID
          Column name M_PriceList_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_ProductMember_ID
          Column name M_ProductMember_ID
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=690
static String Table_Name
          TableName=B_TopicType
 
Method Summary
 String getAuctionType()
          Get Auction Type
 int getB_TopicType_ID()
          Get Topic Type.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 int getM_PriceList_ID()
          Get Price List.
 I_M_PriceList getM_PriceList()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_ProductMember_ID()
          Get Membership.
 String getName()
          Get Name.
 void setAuctionType(String AuctionType)
          Set Auction Type
 void setB_TopicType_ID(int B_TopicType_ID)
          Set Topic Type.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setM_PriceList_ID(int M_PriceList_ID)
          Set Price List.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_ProductMember_ID(int M_ProductMember_ID)
          Set Membership.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=B_TopicType

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=690


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AuctionType

static final String COLUMNNAME_AuctionType
Column name AuctionType

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_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_M_PriceList_ID

static final String COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_M_ProductMember_ID

static final String COLUMNNAME_M_ProductMember_ID
Column name M_ProductMember_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAuctionType

void setAuctionType(String AuctionType)
Set Auction Type


getAuctionType

String getAuctionType()
Get Auction Type


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


setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setM_PriceList_ID

void setM_PriceList_ID(int M_PriceList_ID)
Set Price List. Unique identifier of a Price List


getM_PriceList_ID

int getM_PriceList_ID()
Get Price List. Unique identifier of a Price List


getM_PriceList

I_M_PriceList getM_PriceList()
                             throws Exception
Throws:
Exception

setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

setM_ProductMember_ID

void setM_ProductMember_ID(int M_ProductMember_ID)
Set Membership. Product used to deternine the price of the membership for the topic type


getM_ProductMember_ID

int getM_ProductMember_ID()
Get Membership. Product used to deternine the price of the membership for the topic type


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.