Adempiere 3.5.2a

org.compiere.model
Interface I_CM_Chat

All Known Implementing Classes:
MChat, X_CM_Chat

public interface I_CM_Chat

Generated Interface for CM_Chat

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_CM_Chat_ID
          Column name CM_Chat_ID
static String COLUMNNAME_CM_ChatType_ID
          Column name CM_ChatType_ID
static String COLUMNNAME_ConfidentialType
          Column name ConfidentialType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_ModerationType
          Column name ModerationType
static String COLUMNNAME_Record_ID
          Column name Record_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=876
static String Table_Name
          TableName=CM_Chat
 
Method Summary
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getCM_Chat_ID()
          Get Chat.
 int getCM_ChatType_ID()
          Get Chat Type.
 I_CM_ChatType getCM_ChatType()
           
 String getConfidentialType()
          Get Confidentiality.
 String getDescription()
          Get Description.
 String getModerationType()
          Get Moderation Type.
 int getRecord_ID()
          Get Record ID.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setCM_Chat_ID(int CM_Chat_ID)
          Set Chat.
 void setCM_ChatType_ID(int CM_ChatType_ID)
          Set Chat Type.
 void setConfidentialType(String ConfidentialType)
          Set Confidentiality.
 void setDescription(String Description)
          Set Description.
 void setModerationType(String ModerationType)
          Set Moderation Type.
 void setRecord_ID(int Record_ID)
          Set Record ID.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_Chat

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=876


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_CM_Chat_ID

static final String COLUMNNAME_CM_Chat_ID
Column name CM_Chat_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_ConfidentialType

static final String COLUMNNAME_ConfidentialType
Column name ConfidentialType

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_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

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_Chat_ID

void setCM_Chat_ID(int CM_Chat_ID)
Set Chat. Chat or discussion thread


getCM_Chat_ID

int getCM_Chat_ID()
Get Chat. Chat or discussion thread


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


getCM_ChatType

I_CM_ChatType getCM_ChatType()
                             throws Exception
Throws:
Exception

setConfidentialType

void setConfidentialType(String ConfidentialType)
Set Confidentiality. Type of Confidentiality


getConfidentialType

String getConfidentialType()
Get Confidentiality. Type of Confidentiality


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


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


Adempiere 3.5.2a

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