Adempiere 3.5.2a

org.compiere.model
Interface I_K_Comment

All Known Implementing Classes:
X_K_Comment

public interface I_K_Comment

Generated Interface for K_Comment

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_Session_ID
          Column name AD_Session_ID
static String COLUMNNAME_IsPublic
          Column name IsPublic
static String COLUMNNAME_K_Comment_ID
          Column name K_Comment_ID
static String COLUMNNAME_K_Entry_ID
          Column name K_Entry_ID
static String COLUMNNAME_Rating
          Column name Rating
static String COLUMNNAME_TextMsg
          Column name TextMsg
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=613
static String Table_Name
          TableName=K_Comment
 
Method Summary
 int getAD_Session_ID()
          Get Session.
 I_AD_Session getAD_Session()
           
 int getK_Comment_ID()
          Get Entry Comment.
 int getK_Entry_ID()
          Get Entry.
 I_K_Entry getK_Entry()
           
 int getRating()
          Get Rating.
 String getTextMsg()
          Get Text Message.
 boolean isPublic()
          Get Public.
 void setAD_Session_ID(int AD_Session_ID)
          Set Session.
 void setIsPublic(boolean IsPublic)
          Set Public.
 void setK_Comment_ID(int K_Comment_ID)
          Set Entry Comment.
 void setK_Entry_ID(int K_Entry_ID)
          Set Entry.
 void setRating(int Rating)
          Set Rating.
 void setTextMsg(String TextMsg)
          Set Text Message.
 

Field Detail

Table_Name

static final String Table_Name
TableName=K_Comment

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=613


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_Session_ID

static final String COLUMNNAME_AD_Session_ID
Column name AD_Session_ID

See Also:
Constant Field Values

COLUMNNAME_IsPublic

static final String COLUMNNAME_IsPublic
Column name IsPublic

See Also:
Constant Field Values

COLUMNNAME_K_Comment_ID

static final String COLUMNNAME_K_Comment_ID
Column name K_Comment_ID

See Also:
Constant Field Values

COLUMNNAME_K_Entry_ID

static final String COLUMNNAME_K_Entry_ID
Column name K_Entry_ID

See Also:
Constant Field Values

COLUMNNAME_Rating

static final String COLUMNNAME_Rating
Column name Rating

See Also:
Constant Field Values

COLUMNNAME_TextMsg

static final String COLUMNNAME_TextMsg
Column name TextMsg

See Also:
Constant Field Values
Method Detail

setAD_Session_ID

void setAD_Session_ID(int AD_Session_ID)
Set Session. User Session Online or Web


getAD_Session_ID

int getAD_Session_ID()
Get Session. User Session Online or Web


getAD_Session

I_AD_Session getAD_Session()
                           throws Exception
Throws:
Exception

setIsPublic

void setIsPublic(boolean IsPublic)
Set Public. Public can read entry


isPublic

boolean isPublic()
Get Public. Public can read entry


setK_Comment_ID

void setK_Comment_ID(int K_Comment_ID)
Set Entry Comment. Knowledge Entry Comment


getK_Comment_ID

int getK_Comment_ID()
Get Entry Comment. Knowledge Entry Comment


setK_Entry_ID

void setK_Entry_ID(int K_Entry_ID)
Set Entry. Knowledge Entry


getK_Entry_ID

int getK_Entry_ID()
Get Entry. Knowledge Entry


getK_Entry

I_K_Entry getK_Entry()
                     throws Exception
Throws:
Exception

setRating

void setRating(int Rating)
Set Rating. Classification or Importance


getRating

int getRating()
Get Rating. Classification or Importance


setTextMsg

void setTextMsg(String TextMsg)
Set Text Message. Text Message


getTextMsg

String getTextMsg()
Get Text Message. Text Message


Adempiere 3.5.2a

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