|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_CM_ChatEntry
public class X_CM_ChatEntry
Generated Model for CM_ChatEntry
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
CHATENTRYTYPE_AD_Reference_ID
ChatEntryType AD_Reference_ID=398 |
static String |
CHATENTRYTYPE_ForumThreaded
Forum (threaded) = F |
static String |
CHATENTRYTYPE_NoteFlat
Note (flat) = N |
static String |
CHATENTRYTYPE_Wiki
Wiki = W |
static int |
CM_CHATENTRYGRANDPARENT_ID_AD_Reference_ID
CM_ChatEntryGrandParent_ID AD_Reference_ID=399 |
static int |
CM_CHATENTRYPARENT_ID_AD_Reference_ID
CM_ChatEntryParent_ID AD_Reference_ID=399 |
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 |
protected static KeyNamePair |
Model
|
static int |
MODERATORSTATUS_AD_Reference_ID
ModeratorStatus AD_Reference_ID=396 |
static String |
MODERATORSTATUS_NotDisplayed
Not Displayed = N |
static String |
MODERATORSTATUS_Published
Published = P |
static String |
MODERATORSTATUS_Suspicious
Suspicious = S |
static String |
MODERATORSTATUS_ToBeReviewed
To be reviewed = R |
static int |
Table_ID
AD_Table_ID=877 |
static String |
Table_Name
TableName=CM_ChatEntry |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_CM_ChatEntry(Ctx ctx,
int CM_ChatEntry_ID,
String trxName)
Standard Constructor |
|
X_CM_ChatEntry(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_User_ID()
Get User/Contact. |
String |
getCharacterData()
Get Character Data. |
String |
getChatEntryType()
Get Chat Entry Type. |
int |
getCM_Chat_ID()
Get Chat. |
int |
getCM_ChatEntry_ID()
Get Chat Entry. |
int |
getCM_ChatEntryGrandParent_ID()
Get Chat Entry Grandparent. |
int |
getCM_ChatEntryParent_ID()
Get Chat Entry Parent. |
String |
getConfidentialType()
Get Confidentiality. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getModeratorStatus()
Get Moderation Status. |
String |
getSubject()
Get Subject. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isChatEntryTypeValid(String test)
Is test a valid value. |
boolean |
isConfidentialTypeValid(String test)
Is test a valid value. |
boolean |
isModeratorStatusValid(String test)
Is test a valid value. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setCharacterData(String CharacterData)
Set Character Data. |
void |
setChatEntryType(String ChatEntryType)
Set Chat Entry Type. |
void |
setCM_Chat_ID(int CM_Chat_ID)
Set Chat. |
void |
setCM_ChatEntry_ID(int CM_ChatEntry_ID)
Set Chat Entry. |
void |
setCM_ChatEntryGrandParent_ID(int CM_ChatEntryGrandParent_ID)
Set Chat Entry Grandparent. |
void |
setCM_ChatEntryParent_ID(int CM_ChatEntryParent_ID)
Set Chat Entry Parent. |
void |
setConfidentialType(String ConfidentialType)
Set Confidentiality. |
void |
setModeratorStatus(String ModeratorStatus)
Set Moderation Status. |
void |
setSubject(String Subject)
Set Subject. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int CM_CHATENTRYGRANDPARENT_ID_AD_Reference_ID
public static final int CM_CHATENTRYPARENT_ID_AD_Reference_ID
public static final int CHATENTRYTYPE_AD_Reference_ID
public static final String CHATENTRYTYPE_ForumThreaded
public static final String CHATENTRYTYPE_NoteFlat
public static final String CHATENTRYTYPE_Wiki
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 MODERATORSTATUS_AD_Reference_ID
public static final String MODERATORSTATUS_NotDisplayed
public static final String MODERATORSTATUS_Published
public static final String MODERATORSTATUS_ToBeReviewed
public static final String MODERATORSTATUS_Suspicious
| Constructor Detail |
|---|
public X_CM_ChatEntry(Ctx ctx,
int CM_ChatEntry_ID,
String trxName)
ctx - contextCM_ChatEntry_ID - idtrxName - transaction
public X_CM_ChatEntry(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_User_ID(int AD_User_ID)
AD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
public void setCM_ChatEntryGrandParent_ID(int CM_ChatEntryGrandParent_ID)
CM_ChatEntryGrandParent_ID - Link to Grand Parent (root level)public int getCM_ChatEntryGrandParent_ID()
public void setCM_ChatEntryParent_ID(int CM_ChatEntryParent_ID)
CM_ChatEntryParent_ID - Link to direct Parentpublic int getCM_ChatEntryParent_ID()
public void setCM_ChatEntry_ID(int CM_ChatEntry_ID)
CM_ChatEntry_ID - Individual Chat / Discussion Entrypublic int getCM_ChatEntry_ID()
public KeyNamePair getKeyNamePair()
public void setCM_Chat_ID(int CM_Chat_ID)
CM_Chat_ID - Chat or discussion threadpublic int getCM_Chat_ID()
public void setCharacterData(String CharacterData)
CharacterData - Long Character Fieldpublic String getCharacterData()
public boolean isChatEntryTypeValid(String test)
test - testvalue
public void setChatEntryType(String ChatEntryType)
ChatEntryType - Type of Chat/Forum Entrypublic String getChatEntryType()
public boolean isConfidentialTypeValid(String test)
test - testvalue
public void setConfidentialType(String ConfidentialType)
ConfidentialType - Type of Confidentialitypublic String getConfidentialType()
public boolean isModeratorStatusValid(String test)
test - testvalue
public void setModeratorStatus(String ModeratorStatus)
ModeratorStatus - Status of Moderationpublic String getModeratorStatus()
public void setSubject(String Subject)
Subject - Email Message Subjectpublic String getSubject()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||