Adempiere 3.5.2a

org.compiere.model
Class X_CM_ChatEntry

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_CM_ChatEntry
All Implemented Interfaces:
Serializable, Comparator, I_CM_ChatEntry, I_Persistent, Evaluatee
Direct Known Subclasses:
MChatEntry

public class X_CM_ChatEntry
extends PO
implements I_CM_ChatEntry, I_Persistent

Generated Model for CM_ChatEntry

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
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
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
 
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_ChatEntry
accessLevel, COLUMNNAME_AD_User_ID, COLUMNNAME_CharacterData, COLUMNNAME_ChatEntryType, COLUMNNAME_CM_Chat_ID, COLUMNNAME_CM_ChatEntry_ID, COLUMNNAME_CM_ChatEntryGrandParent_ID, COLUMNNAME_CM_ChatEntryParent_ID, COLUMNNAME_ConfidentialType, COLUMNNAME_ModeratorStatus, COLUMNNAME_Subject, Model, Table_ID, Table_Name
 
Constructor Summary
X_CM_ChatEntry(Properties ctx, int CM_ChatEntry_ID, String trxName)
          Standard Constructor
X_CM_ChatEntry(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 String getCharacterData()
          Get Character Data.
 String getChatEntryType()
          Get Chat Entry Type.
 int getCM_Chat_ID()
          Get Chat.
 I_CM_Chat getCM_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(Properties ctx)
          Load Meta Data
 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()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
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

CHATENTRYTYPE_AD_Reference_ID

public static final int CHATENTRYTYPE_AD_Reference_ID
ChatEntryType AD_Reference_ID=398

See Also:
Constant Field Values

CHATENTRYTYPE_Wiki

public static final String CHATENTRYTYPE_Wiki
Wiki = W

See Also:
Constant Field Values

CHATENTRYTYPE_NoteFlat

public static final String CHATENTRYTYPE_NoteFlat
Note (flat) = N

See Also:
Constant Field Values

CHATENTRYTYPE_ForumThreaded

public static final String CHATENTRYTYPE_ForumThreaded
Forum (threaded) = F

See Also:
Constant Field Values

CM_CHATENTRYGRANDPARENT_ID_AD_Reference_ID

public static final int CM_CHATENTRYGRANDPARENT_ID_AD_Reference_ID
CM_ChatEntryGrandParent_ID AD_Reference_ID=399

See Also:
Constant Field Values

CM_CHATENTRYPARENT_ID_AD_Reference_ID

public static final int CM_CHATENTRYPARENT_ID_AD_Reference_ID
CM_ChatEntryParent_ID AD_Reference_ID=399

See Also:
Constant Field Values

CONFIDENTIALTYPE_AD_Reference_ID

public static final int CONFIDENTIALTYPE_AD_Reference_ID
ConfidentialType AD_Reference_ID=340

See Also:
Constant Field Values

CONFIDENTIALTYPE_PublicInformation

public static final String CONFIDENTIALTYPE_PublicInformation
Public Information = A

See Also:
Constant Field Values

CONFIDENTIALTYPE_PartnerConfidential

public static final String CONFIDENTIALTYPE_PartnerConfidential
Partner Confidential = C

See Also:
Constant Field Values

CONFIDENTIALTYPE_Internal

public static final String CONFIDENTIALTYPE_Internal
Internal = I

See Also:
Constant Field Values

CONFIDENTIALTYPE_PrivateInformation

public static final String CONFIDENTIALTYPE_PrivateInformation
Private Information = P

See Also:
Constant Field Values

MODERATORSTATUS_AD_Reference_ID

public static final int MODERATORSTATUS_AD_Reference_ID
ModeratorStatus AD_Reference_ID=396

See Also:
Constant Field Values

MODERATORSTATUS_NotDisplayed

public static final String MODERATORSTATUS_NotDisplayed
Not Displayed = N

See Also:
Constant Field Values

MODERATORSTATUS_Published

public static final String MODERATORSTATUS_Published
Published = P

See Also:
Constant Field Values

MODERATORSTATUS_ToBeReviewed

public static final String MODERATORSTATUS_ToBeReviewed
To be reviewed = R

See Also:
Constant Field Values

MODERATORSTATUS_Suspicious

public static final String MODERATORSTATUS_Suspicious
Suspicious = S

See Also:
Constant Field Values
Constructor Detail

X_CM_ChatEntry

public X_CM_ChatEntry(Properties ctx,
                      int CM_ChatEntry_ID,
                      String trxName)
Standard Constructor


X_CM_ChatEntry

public X_CM_ChatEntry(Properties ctx,
                      ResultSet rs,
                      String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
7 - System - Client - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getAD_User

public I_AD_User getAD_User()
                     throws Exception
Specified by:
getAD_User in interface I_CM_ChatEntry
Throws:
Exception

setAD_User_ID

public void setAD_User_ID(int AD_User_ID)
Set User/Contact.

Specified by:
setAD_User_ID in interface I_CM_ChatEntry
Parameters:
AD_User_ID - User within the system - Internal or Business Partner Contact

getAD_User_ID

public int getAD_User_ID()
Get User/Contact.

Specified by:
getAD_User_ID in interface I_CM_ChatEntry
Returns:
User within the system - Internal or Business Partner Contact

setCharacterData

public void setCharacterData(String CharacterData)
Set Character Data.

Specified by:
setCharacterData in interface I_CM_ChatEntry
Parameters:
CharacterData - Long Character Field

getCharacterData

public String getCharacterData()
Get Character Data.

Specified by:
getCharacterData in interface I_CM_ChatEntry
Returns:
Long Character Field

setChatEntryType

public void setChatEntryType(String ChatEntryType)
Set Chat Entry Type.

Specified by:
setChatEntryType in interface I_CM_ChatEntry
Parameters:
ChatEntryType - Type of Chat/Forum Entry

getChatEntryType

public String getChatEntryType()
Get Chat Entry Type.

Specified by:
getChatEntryType in interface I_CM_ChatEntry
Returns:
Type of Chat/Forum Entry

setCM_ChatEntryGrandParent_ID

public void setCM_ChatEntryGrandParent_ID(int CM_ChatEntryGrandParent_ID)
Set Chat Entry Grandparent.

Specified by:
setCM_ChatEntryGrandParent_ID in interface I_CM_ChatEntry
Parameters:
CM_ChatEntryGrandParent_ID - Link to Grand Parent (root level)

getCM_ChatEntryGrandParent_ID

public int getCM_ChatEntryGrandParent_ID()
Get Chat Entry Grandparent.

Specified by:
getCM_ChatEntryGrandParent_ID in interface I_CM_ChatEntry
Returns:
Link to Grand Parent (root level)

setCM_ChatEntry_ID

public void setCM_ChatEntry_ID(int CM_ChatEntry_ID)
Set Chat Entry.

Specified by:
setCM_ChatEntry_ID in interface I_CM_ChatEntry
Parameters:
CM_ChatEntry_ID - Individual Chat / Discussion Entry

getCM_ChatEntry_ID

public int getCM_ChatEntry_ID()
Get Chat Entry.

Specified by:
getCM_ChatEntry_ID in interface I_CM_ChatEntry
Returns:
Individual Chat / Discussion Entry

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setCM_ChatEntryParent_ID

public void setCM_ChatEntryParent_ID(int CM_ChatEntryParent_ID)
Set Chat Entry Parent.

Specified by:
setCM_ChatEntryParent_ID in interface I_CM_ChatEntry
Parameters:
CM_ChatEntryParent_ID - Link to direct Parent

getCM_ChatEntryParent_ID

public int getCM_ChatEntryParent_ID()
Get Chat Entry Parent.

Specified by:
getCM_ChatEntryParent_ID in interface I_CM_ChatEntry
Returns:
Link to direct Parent

getCM_Chat

public I_CM_Chat getCM_Chat()
                     throws Exception
Specified by:
getCM_Chat in interface I_CM_ChatEntry
Throws:
Exception

setCM_Chat_ID

public void setCM_Chat_ID(int CM_Chat_ID)
Set Chat.

Specified by:
setCM_Chat_ID in interface I_CM_ChatEntry
Parameters:
CM_Chat_ID - Chat or discussion thread

getCM_Chat_ID

public int getCM_Chat_ID()
Get Chat.

Specified by:
getCM_Chat_ID in interface I_CM_ChatEntry
Returns:
Chat or discussion thread

setConfidentialType

public void setConfidentialType(String ConfidentialType)
Set Confidentiality.

Specified by:
setConfidentialType in interface I_CM_ChatEntry
Parameters:
ConfidentialType - Type of Confidentiality

getConfidentialType

public String getConfidentialType()
Get Confidentiality.

Specified by:
getConfidentialType in interface I_CM_ChatEntry
Returns:
Type of Confidentiality

setModeratorStatus

public void setModeratorStatus(String ModeratorStatus)
Set Moderation Status.

Specified by:
setModeratorStatus in interface I_CM_ChatEntry
Parameters:
ModeratorStatus - Status of Moderation

getModeratorStatus

public String getModeratorStatus()
Get Moderation Status.

Specified by:
getModeratorStatus in interface I_CM_ChatEntry
Returns:
Status of Moderation

setSubject

public void setSubject(String Subject)
Set Subject.

Specified by:
setSubject in interface I_CM_ChatEntry
Parameters:
Subject - Email Message Subject

getSubject

public String getSubject()
Get Subject.

Specified by:
getSubject in interface I_CM_ChatEntry
Returns:
Email Message Subject

Adempiere 3.5.2a

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