Adempiere 3.5.2a

org.compiere.model
Interface I_CM_ChatType

All Known Implementing Classes:
MChatType, X_CM_ChatType

public interface I_CM_ChatType

Generated Interface for CM_ChatType

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_CM_ChatType_ID
          Column name CM_ChatType_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_ModerationType
          Column name ModerationType
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=874
static String Table_Name
          TableName=CM_ChatType
 
Method Summary
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getCM_ChatType_ID()
          Get Chat Type.
 String getDescription()
          Get Description.
 String getModerationType()
          Get Moderation Type.
 String getName()
          Get Name.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setCM_ChatType_ID(int CM_ChatType_ID)
          Set Chat Type.
 void setDescription(String Description)
          Set Description.
 void setModerationType(String ModerationType)
          Set Moderation Type.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_ChatType

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=874


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_CM_ChatType_ID

static final String COLUMNNAME_CM_ChatType_ID
Column name CM_ChatType_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_ModerationType

static final String COLUMNNAME_ModerationType
Column name ModerationType

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

setCM_ChatType_ID

void setCM_ChatType_ID(int CM_ChatType_ID)
Set Chat Type. Type of discussion / chat


getCM_ChatType_ID

int getCM_ChatType_ID()
Get Chat Type. Type of discussion / chat


setDescription

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


getDescription

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


setModerationType

void setModerationType(String ModerationType)
Set Moderation Type. Type of moderation


getModerationType

String getModerationType()
Get Moderation Type. Type of moderation


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.