Adempiere 3.5.2a

org.compiere.model
Interface I_K_Source

All Known Implementing Classes:
X_K_Source

public interface I_K_Source

Generated Interface for K_Source

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_DescriptionURL
          Column name DescriptionURL
static String COLUMNNAME_K_Source_ID
          Column name K_Source_ID
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=609
static String Table_Name
          TableName=K_Source
 
Method Summary
 String getDescriptionURL()
          Get Description URL.
 int getK_Source_ID()
          Get Knowledge Source.
 String getName()
          Get Name.
 void setDescriptionURL(String DescriptionURL)
          Set Description URL.
 void setK_Source_ID(int K_Source_ID)
          Set Knowledge Source.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=K_Source

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=609


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_DescriptionURL

static final String COLUMNNAME_DescriptionURL
Column name DescriptionURL

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_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setDescriptionURL

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


getDescriptionURL

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


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


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.