Adempiere 3.5.2a

org.compiere.model
Interface I_PA_DashboardContent

All Known Implementing Classes:
X_PA_DashboardContent

public interface I_PA_DashboardContent

Generated Interface for PA_DashboardContent

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_AD_Window_ID
          Column name AD_Window_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_HTML
          Column name HTML
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PA_DashboardContent_ID
          Column name PA_DashboardContent_ID
static String COLUMNNAME_PA_Goal_ID
          Column name PA_Goal_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=50010
static String Table_Name
          TableName=PA_DashboardContent
 
Method Summary
 int getAD_Window_ID()
          Get Window.
 I_AD_Window getAD_Window()
           
 String getDescription()
          Get Description.
 String getHTML()
          Get HTML
 BigDecimal getLine()
          Get Line No.
 String getName()
          Get Name.
 int getPA_DashboardContent_ID()
          Get PA_DashboardContent_ID
 int getPA_Goal_ID()
          Get Goal.
 I_PA_Goal getPA_Goal()
           
 void setAD_Window_ID(int AD_Window_ID)
          Set Window.
 void setDescription(String Description)
          Set Description.
 void setHTML(String HTML)
          Set HTML
 void setLine(BigDecimal Line)
          Set Line No.
 void setName(String Name)
          Set Name.
 void setPA_DashboardContent_ID(int PA_DashboardContent_ID)
          Set PA_DashboardContent_ID
 void setPA_Goal_ID(int PA_Goal_ID)
          Set Goal.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_DashboardContent

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=50010


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_AD_Window_ID

static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_HTML

static final String COLUMNNAME_HTML
Column name HTML

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PA_DashboardContent_ID

static final String COLUMNNAME_PA_DashboardContent_ID
Column name PA_DashboardContent_ID

See Also:
Constant Field Values

COLUMNNAME_PA_Goal_ID

static final String COLUMNNAME_PA_Goal_ID
Column name PA_Goal_ID

See Also:
Constant Field Values
Method Detail

setAD_Window_ID

void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window


getAD_Window_ID

int getAD_Window_ID()
Get Window. Data entry or display window


getAD_Window

I_AD_Window getAD_Window()
                         throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setHTML

void setHTML(String HTML)
Set HTML


getHTML

String getHTML()
Get HTML


setLine

void setLine(BigDecimal Line)
Set Line No. Unique line for this document


getLine

BigDecimal getLine()
Get Line No. Unique line for this document


setName

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


getName

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


setPA_DashboardContent_ID

void setPA_DashboardContent_ID(int PA_DashboardContent_ID)
Set PA_DashboardContent_ID


getPA_DashboardContent_ID

int getPA_DashboardContent_ID()
Get PA_DashboardContent_ID


setPA_Goal_ID

void setPA_Goal_ID(int PA_Goal_ID)
Set Goal. Performance Goal


getPA_Goal_ID

int getPA_Goal_ID()
Get Goal. Performance Goal


getPA_Goal

I_PA_Goal getPA_Goal()
                     throws Exception
Throws:
Exception

Adempiere 3.5.2a

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