Adempiere 3.5.2a

org.compiere.model
Interface I_PA_BenchmarkData

All Known Implementing Classes:
X_PA_BenchmarkData

public interface I_PA_BenchmarkData

Generated Interface for PA_BenchmarkData

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_BenchmarkDate
          Column name BenchmarkDate
static String COLUMNNAME_BenchmarkValue
          Column name BenchmarkValue
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PA_Benchmark_ID
          Column name PA_Benchmark_ID
static String COLUMNNAME_PA_BenchmarkData_ID
          Column name PA_BenchmarkData_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=834
static String Table_Name
          TableName=PA_BenchmarkData
 
Method Summary
 Timestamp getBenchmarkDate()
          Get Date.
 BigDecimal getBenchmarkValue()
          Get Value.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 int getPA_Benchmark_ID()
          Get Benchmark.
 I_PA_Benchmark getPA_Benchmark()
           
 int getPA_BenchmarkData_ID()
          Get Benchmark Data.
 void setBenchmarkDate(Timestamp BenchmarkDate)
          Set Date.
 void setBenchmarkValue(BigDecimal BenchmarkValue)
          Set Value.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 void setPA_Benchmark_ID(int PA_Benchmark_ID)
          Set Benchmark.
 void setPA_BenchmarkData_ID(int PA_BenchmarkData_ID)
          Set Benchmark Data.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_BenchmarkData

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=834


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_BenchmarkDate

static final String COLUMNNAME_BenchmarkDate
Column name BenchmarkDate

See Also:
Constant Field Values

COLUMNNAME_BenchmarkValue

static final String COLUMNNAME_BenchmarkValue
Column name BenchmarkValue

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PA_BenchmarkData_ID

static final String COLUMNNAME_PA_BenchmarkData_ID
Column name PA_BenchmarkData_ID

See Also:
Constant Field Values

COLUMNNAME_PA_Benchmark_ID

static final String COLUMNNAME_PA_Benchmark_ID
Column name PA_Benchmark_ID

See Also:
Constant Field Values
Method Detail

setBenchmarkDate

void setBenchmarkDate(Timestamp BenchmarkDate)
Set Date. Benchmark Date


getBenchmarkDate

Timestamp getBenchmarkDate()
Get Date. Benchmark Date


setBenchmarkValue

void setBenchmarkValue(BigDecimal BenchmarkValue)
Set Value. Benchmark Value


getBenchmarkValue

BigDecimal getBenchmarkValue()
Get Value. Benchmark Value


setDescription

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


getDescription

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


setName

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


getName

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


setPA_BenchmarkData_ID

void setPA_BenchmarkData_ID(int PA_BenchmarkData_ID)
Set Benchmark Data. Performance Benchmark Data Point


getPA_BenchmarkData_ID

int getPA_BenchmarkData_ID()
Get Benchmark Data. Performance Benchmark Data Point


setPA_Benchmark_ID

void setPA_Benchmark_ID(int PA_Benchmark_ID)
Set Benchmark. Performance Benchmark


getPA_Benchmark_ID

int getPA_Benchmark_ID()
Get Benchmark. Performance Benchmark


getPA_Benchmark

I_PA_Benchmark getPA_Benchmark()
                               throws Exception
Throws:
Exception

Adempiere 3.5.2a

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