|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_K_Comment
Generated Interface for K_Comment
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_Session_ID
static final String COLUMNNAME_IsPublic
static final String COLUMNNAME_K_Comment_ID
static final String COLUMNNAME_K_Entry_ID
static final String COLUMNNAME_Rating
static final String COLUMNNAME_TextMsg
| Method Detail |
|---|
void setAD_Session_ID(int AD_Session_ID)
int getAD_Session_ID()
I_AD_Session getAD_Session()
throws Exception
Exceptionvoid setIsPublic(boolean IsPublic)
boolean isPublic()
void setK_Comment_ID(int K_Comment_ID)
int getK_Comment_ID()
void setK_Entry_ID(int K_Entry_ID)
int getK_Entry_ID()
I_K_Entry getK_Entry()
throws Exception
Exceptionvoid setRating(int Rating)
int getRating()
void setTextMsg(String TextMsg)
String getTextMsg()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||