Adempiere 3.5.2a

org.compiere.model
Interface I_K_EntryRelated

All Known Implementing Classes:
X_K_EntryRelated

public interface I_K_EntryRelated

Generated Interface for K_EntryRelated

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_K_Entry_ID
          Column name K_Entry_ID
static String COLUMNNAME_K_EntryRelated_ID
          Column name K_EntryRelated_ID
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=610
static String Table_Name
          TableName=K_EntryRelated
 
Method Summary
 int getK_Entry_ID()
          Get Entry.
 I_K_Entry getK_Entry()
           
 int getK_EntryRelated_ID()
          Get Related Entry.
 String getName()
          Get Name.
 void setK_Entry_ID(int K_Entry_ID)
          Set Entry.
 void setK_EntryRelated_ID(int K_EntryRelated_ID)
          Set Related Entry.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=K_EntryRelated

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=610


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_K_Entry_ID

static final String COLUMNNAME_K_Entry_ID
Column name K_Entry_ID

See Also:
Constant Field Values

COLUMNNAME_K_EntryRelated_ID

static final String COLUMNNAME_K_EntryRelated_ID
Column name K_EntryRelated_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

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

setK_EntryRelated_ID

void setK_EntryRelated_ID(int K_EntryRelated_ID)
Set Related Entry. Related Entry for this Enntry


getK_EntryRelated_ID

int getK_EntryRelated_ID()
Get Related Entry. Related Entry for this Enntry


setName

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


getName

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


Adempiere 3.5.2a

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