Adempiere 3.5.2a

org.compiere.model
Interface I_CM_ChatTypeUpdate

All Known Implementing Classes:
X_CM_ChatTypeUpdate

public interface I_CM_ChatTypeUpdate

Generated Interface for CM_ChatTypeUpdate

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_ChatType_ID
          Column name CM_ChatType_ID
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=875
static String Table_Name
          TableName=CM_ChatTypeUpdate
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getCM_ChatType_ID()
          Get Chat Type.
 I_CM_ChatType getCM_ChatType()
           
 boolean isSelfService()
          Get Self-Service.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setCM_ChatType_ID(int CM_ChatType_ID)
          Set Chat Type.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_ChatTypeUpdate

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=875


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_ChatType_ID

static final String COLUMNNAME_CM_ChatType_ID
Column name CM_ChatType_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_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

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.