Adempiere 3.5.2a

org.compiere.model
Interface I_PA_SLA_Measure

All Known Implementing Classes:
MSLAMeasure, X_PA_SLA_Measure

public interface I_PA_SLA_Measure

Generated Interface for PA_SLA_Measure

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_DateTrx
          Column name DateTrx
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_MeasureActual
          Column name MeasureActual
static String COLUMNNAME_PA_SLA_Goal_ID
          Column name PA_SLA_Goal_ID
static String COLUMNNAME_PA_SLA_Measure_ID
          Column name PA_SLA_Measure_ID
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Record_ID
          Column name Record_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=743
static String Table_Name
          TableName=PA_SLA_Measure
 
Method Summary
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 Timestamp getDateTrx()
          Get Transaction Date.
 String getDescription()
          Get Description.
 BigDecimal getMeasureActual()
          Get Measure Actual.
 int getPA_SLA_Goal_ID()
          Get SLA Goal.
 I_PA_SLA_Goal getPA_SLA_Goal()
           
 int getPA_SLA_Measure_ID()
          Get SLA Measure.
 int getRecord_ID()
          Get Record ID.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setDateTrx(Timestamp DateTrx)
          Set Transaction Date.
 void setDescription(String Description)
          Set Description.
 void setMeasureActual(BigDecimal MeasureActual)
          Set Measure Actual.
 void setPA_SLA_Goal_ID(int PA_SLA_Goal_ID)
          Set SLA Goal.
 void setPA_SLA_Measure_ID(int PA_SLA_Measure_ID)
          Set SLA Measure.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setRecord_ID(int Record_ID)
          Set Record ID.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_SLA_Measure

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=743


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_DateTrx

static final String COLUMNNAME_DateTrx
Column name DateTrx

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_MeasureActual

static final String COLUMNNAME_MeasureActual
Column name MeasureActual

See Also:
Constant Field Values

COLUMNNAME_PA_SLA_Goal_ID

static final String COLUMNNAME_PA_SLA_Goal_ID
Column name PA_SLA_Goal_ID

See Also:
Constant Field Values

COLUMNNAME_PA_SLA_Measure_ID

static final String COLUMNNAME_PA_SLA_Measure_ID
Column name PA_SLA_Measure_ID

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

See Also:
Constant Field Values
Method Detail

setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

setDateTrx

void setDateTrx(Timestamp DateTrx)
Set Transaction Date. Transaction Date


getDateTrx

Timestamp getDateTrx()
Get Transaction Date. Transaction Date


setDescription

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


getDescription

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


setMeasureActual

void setMeasureActual(BigDecimal MeasureActual)
Set Measure Actual. Actual value that has been measured.


getMeasureActual

BigDecimal getMeasureActual()
Get Measure Actual. Actual value that has been measured.


setPA_SLA_Goal_ID

void setPA_SLA_Goal_ID(int PA_SLA_Goal_ID)
Set SLA Goal. Service Level Agreement Goal


getPA_SLA_Goal_ID

int getPA_SLA_Goal_ID()
Get SLA Goal. Service Level Agreement Goal


getPA_SLA_Goal

I_PA_SLA_Goal getPA_SLA_Goal()
                             throws Exception
Throws:
Exception

setPA_SLA_Measure_ID

void setPA_SLA_Measure_ID(int PA_SLA_Measure_ID)
Set SLA Measure. Service Level Agreement Measure


getPA_SLA_Measure_ID

int getPA_SLA_Measure_ID()
Get SLA Measure. Service Level Agreement Measure


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


Adempiere 3.5.2a

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