Adempiere 3.5.2a

org.compiere.model
Interface I_C_RfQ_Topic

All Known Implementing Classes:
MRfQTopic, X_C_RfQ_Topic

public interface I_C_RfQ_Topic

Generated Interface for C_RfQ_Topic

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_PrintFormat_ID
          Column name AD_PrintFormat_ID
static String COLUMNNAME_C_RfQ_Topic_ID
          Column name C_RfQ_Topic_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=671
static String Table_Name
          TableName=C_RfQ_Topic
 
Method Summary
 int getAD_PrintFormat_ID()
          Get Print Format.
 I_AD_PrintFormat getAD_PrintFormat()
           
 int getC_RfQ_Topic_ID()
          Get RfQ Topic.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 boolean isSelfService()
          Get Self-Service.
 void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
          Set Print Format.
 void setC_RfQ_Topic_ID(int C_RfQ_Topic_ID)
          Set RfQ Topic.
 void setDescription(String Description)
          Set Description.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_RfQ_Topic

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=671


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_PrintFormat_ID

static final String COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID

See Also:
Constant Field Values

COLUMNNAME_C_RfQ_Topic_ID

static final String COLUMNNAME_C_RfQ_Topic_ID
Column name C_RfQ_Topic_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsSelfService

static final String COLUMNNAME_IsSelfService
Column name IsSelfService

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_PrintFormat_ID

void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. Data Print Format


getAD_PrintFormat_ID

int getAD_PrintFormat_ID()
Get Print Format. Data Print Format


getAD_PrintFormat

I_AD_PrintFormat getAD_PrintFormat()
                                   throws Exception
Throws:
Exception

setC_RfQ_Topic_ID

void setC_RfQ_Topic_ID(int C_RfQ_Topic_ID)
Set RfQ Topic. Topic for Request for Quotations


getC_RfQ_Topic_ID

int getC_RfQ_Topic_ID()
Get RfQ Topic. Topic for Request for Quotations


setDescription

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


getDescription

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


setIsSelfService

void setIsSelfService(boolean IsSelfService)
Set Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


isSelfService

boolean isSelfService()
Get Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


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.