Adempiere 3.5.2a

org.compiere.model
Interface I_CM_ChatUpdate

All Known Implementing Classes:
X_CM_ChatUpdate

public interface I_CM_ChatUpdate

Generated Interface for CM_ChatUpdate

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_CM_Chat_ID
          Column name CM_Chat_ID
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=878
static String Table_Name
          TableName=CM_ChatUpdate
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getCM_Chat_ID()
          Get Chat.
 I_CM_Chat getCM_Chat()
           
 boolean isSelfService()
          Get Self-Service.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setCM_Chat_ID(int CM_Chat_ID)
          Set Chat.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_ChatUpdate

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=878


Model

static final KeyNamePair Model

accessLevel

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


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_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_IsSelfService

static final String COLUMNNAME_IsSelfService
Column name IsSelfService

See Also:
Constant Field Values
Method Detail

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     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


getCM_Chat

I_CM_Chat getCM_Chat()
                     throws Exception
Throws:
Exception

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


Adempiere 3.5.2a

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