Adempiere 3.5.2a

org.compiere.model
Interface I_K_Entry

All Known Implementing Classes:
X_K_Entry

public interface I_K_Entry

Generated Interface for K_Entry

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_DescriptionURL
          Column name DescriptionURL
static String COLUMNNAME_IsPublic
          Column name IsPublic
static String COLUMNNAME_K_Entry_ID
          Column name K_Entry_ID
static String COLUMNNAME_K_Source_ID
          Column name K_Source_ID
static String COLUMNNAME_K_Topic_ID
          Column name K_Topic_ID
static String COLUMNNAME_Keywords
          Column name Keywords
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Rating
          Column name Rating
static String COLUMNNAME_TextMsg
          Column name TextMsg
static String COLUMNNAME_ValidTo
          Column name ValidTo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=612
static String Table_Name
          TableName=K_Entry
 
Method Summary
 int getAD_Session_ID()
          Get Session.
 I_AD_Session getAD_Session()
           
 String getDescriptionURL()
          Get Description URL.
 int getK_Entry_ID()
          Get Entry.
 int getK_Source_ID()
          Get Knowledge Source.
 I_K_Source getK_Source()
           
 int getK_Topic_ID()
          Get Knowledge Topic.
 I_K_Topic getK_Topic()
           
 String getKeywords()
          Get Keywords.
 String getName()
          Get Name.
 int getRating()
          Get Rating.
 String getTextMsg()
          Get Text Message.
 Timestamp getValidTo()
          Get Valid to.
 boolean isPublic()
          Get Public.
 void setAD_Session_ID(int AD_Session_ID)
          Set Session.
 void setDescriptionURL(String DescriptionURL)
          Set Description URL.
 void setIsPublic(boolean IsPublic)
          Set Public.
 void setK_Entry_ID(int K_Entry_ID)
          Set Entry.
 void setK_Source_ID(int K_Source_ID)
          Set Knowledge Source.
 void setK_Topic_ID(int K_Topic_ID)
          Set Knowledge Topic.
 void setKeywords(String Keywords)
          Set Keywords.
 void setName(String Name)
          Set Name.
 void setRating(int Rating)
          Set Rating.
 void setTextMsg(String TextMsg)
          Set Text Message.
 void setValidTo(Timestamp ValidTo)
          Set Valid to.
 

Field Detail

Table_Name

static final String Table_Name
TableName=K_Entry

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=612


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_DescriptionURL

static final String COLUMNNAME_DescriptionURL
Column name DescriptionURL

See Also:
Constant Field Values

COLUMNNAME_IsPublic

static final String COLUMNNAME_IsPublic
Column name IsPublic

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_Keywords

static final String COLUMNNAME_Keywords
Column name Keywords

See Also:
Constant Field Values

COLUMNNAME_K_Source_ID

static final String COLUMNNAME_K_Source_ID
Column name K_Source_ID

See Also:
Constant Field Values

COLUMNNAME_K_Topic_ID

static final String COLUMNNAME_K_Topic_ID
Column name K_Topic_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

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

COLUMNNAME_ValidTo

static final String COLUMNNAME_ValidTo
Column name ValidTo

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

setDescriptionURL

void setDescriptionURL(String DescriptionURL)
Set Description URL. URL for the description


getDescriptionURL

String getDescriptionURL()
Get Description URL. URL for the description


setIsPublic

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


isPublic

boolean isPublic()
Get Public. Public can read entry


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


setKeywords

void setKeywords(String Keywords)
Set Keywords. List of Keywords - separated by space, comma or semicolon


getKeywords

String getKeywords()
Get Keywords. List of Keywords - separated by space, comma or semicolon


setK_Source_ID

void setK_Source_ID(int K_Source_ID)
Set Knowledge Source. Source of a Knowledge Entry


getK_Source_ID

int getK_Source_ID()
Get Knowledge Source. Source of a Knowledge Entry


getK_Source

I_K_Source getK_Source()
                       throws Exception
Throws:
Exception

setK_Topic_ID

void setK_Topic_ID(int K_Topic_ID)
Set Knowledge Topic. Knowledge Topic


getK_Topic_ID

int getK_Topic_ID()
Get Knowledge Topic. Knowledge Topic


getK_Topic

I_K_Topic getK_Topic()
                     throws Exception
Throws:
Exception

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


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


setValidTo

void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)


getValidTo

Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)


Adempiere 3.5.2a

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