|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_CM_Chat
public class X_CM_Chat
Generated Model for CM_Chat
| Field Summary | |
|---|---|
static int |
CONFIDENTIALTYPE_AD_Reference_ID
ConfidentialType AD_Reference_ID=340 |
static String |
CONFIDENTIALTYPE_Internal
Internal = I |
static String |
CONFIDENTIALTYPE_PartnerConfidential
Partner Confidential = C |
static String |
CONFIDENTIALTYPE_PrivateInformation
Private Information = P |
static String |
CONFIDENTIALTYPE_PublicInformation
Public Information = A |
static int |
MODERATIONTYPE_AD_Reference_ID
ModerationType AD_Reference_ID=395 |
static String |
MODERATIONTYPE_AfterPublishing
After Publishing = A |
static String |
MODERATIONTYPE_BeforePublishing
Before Publishing = B |
static String |
MODERATIONTYPE_NotModerated
Not moderated = N |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_CM_Chat |
|---|
accessLevel, COLUMNNAME_AD_Table_ID, COLUMNNAME_CM_Chat_ID, COLUMNNAME_CM_ChatType_ID, COLUMNNAME_ConfidentialType, COLUMNNAME_Description, COLUMNNAME_ModerationType, COLUMNNAME_Record_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_CM_Chat(Properties ctx,
int CM_Chat_ID,
String trxName)
Standard Constructor |
|
X_CM_Chat(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getModerationType()
Get Moderation Type. |
int |
getRecord_ID()
Get Record ID. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int CONFIDENTIALTYPE_AD_Reference_ID
public static final String CONFIDENTIALTYPE_PublicInformation
public static final String CONFIDENTIALTYPE_PartnerConfidential
public static final String CONFIDENTIALTYPE_Internal
public static final String CONFIDENTIALTYPE_PrivateInformation
public static final int MODERATIONTYPE_AD_Reference_ID
public static final String MODERATIONTYPE_NotModerated
public static final String MODERATIONTYPE_BeforePublishing
public static final String MODERATIONTYPE_AfterPublishing
| Constructor Detail |
|---|
public X_CM_Chat(Properties ctx,
int CM_Chat_ID,
String trxName)
public X_CM_Chat(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_AD_Table getAD_Table()
throws Exception
getAD_Table in interface I_CM_ChatExceptionpublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_CM_ChatAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_CM_Chatpublic void setCM_Chat_ID(int CM_Chat_ID)
setCM_Chat_ID in interface I_CM_ChatCM_Chat_ID - Chat or discussion threadpublic int getCM_Chat_ID()
getCM_Chat_ID in interface I_CM_Chat
public I_CM_ChatType getCM_ChatType()
throws Exception
getCM_ChatType in interface I_CM_ChatExceptionpublic void setCM_ChatType_ID(int CM_ChatType_ID)
setCM_ChatType_ID in interface I_CM_ChatCM_ChatType_ID - Type of discussion / chatpublic int getCM_ChatType_ID()
getCM_ChatType_ID in interface I_CM_Chatpublic void setConfidentialType(String ConfidentialType)
setConfidentialType in interface I_CM_ChatConfidentialType - Type of Confidentialitypublic String getConfidentialType()
getConfidentialType in interface I_CM_Chatpublic void setDescription(String Description)
setDescription in interface I_CM_ChatDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_CM_Chatpublic KeyNamePair getKeyNamePair()
public void setModerationType(String ModerationType)
setModerationType in interface I_CM_ChatModerationType - Type of moderationpublic String getModerationType()
getModerationType in interface I_CM_Chatpublic void setRecord_ID(int Record_ID)
setRecord_ID in interface I_CM_ChatRecord_ID - Direct internal record IDpublic int getRecord_ID()
getRecord_ID in interface I_CM_Chat
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||