Adempiere 3.5.2a

org.compiere.model
Interface I_PA_SLA_Goal

All Known Implementing Classes:
MSLAGoal, X_PA_SLA_Goal

public interface I_PA_SLA_Goal

Generated Interface for PA_SLA_Goal

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_DateLastRun
          Column name DateLastRun
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_MeasureActual
          Column name MeasureActual
static String COLUMNNAME_MeasureTarget
          Column name MeasureTarget
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PA_SLA_Criteria_ID
          Column name PA_SLA_Criteria_ID
static String COLUMNNAME_PA_SLA_Goal_ID
          Column name PA_SLA_Goal_ID
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ValidFrom
          Column name ValidFrom
static String COLUMNNAME_ValidTo
          Column name ValidTo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=745
static String Table_Name
          TableName=PA_SLA_Goal
 
Method Summary
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 Timestamp getDateLastRun()
          Get Date last run.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 BigDecimal getMeasureActual()
          Get Measure Actual.
 BigDecimal getMeasureTarget()
          Get Measure Target.
 String getName()
          Get Name.
 int getPA_SLA_Criteria_ID()
          Get SLA Criteria.
 I_PA_SLA_Criteria getPA_SLA_Criteria()
           
 int getPA_SLA_Goal_ID()
          Get SLA Goal.
 Timestamp getValidFrom()
          Get Valid from.
 Timestamp getValidTo()
          Get Valid to.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setDateLastRun(Timestamp DateLastRun)
          Set Date last run.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setMeasureActual(BigDecimal MeasureActual)
          Set Measure Actual.
 void setMeasureTarget(BigDecimal MeasureTarget)
          Set Measure Target.
 void setName(String Name)
          Set Name.
 void setPA_SLA_Criteria_ID(int PA_SLA_Criteria_ID)
          Set SLA Criteria.
 void setPA_SLA_Goal_ID(int PA_SLA_Goal_ID)
          Set SLA Goal.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setValidFrom(Timestamp ValidFrom)
          Set Valid from.
 void setValidTo(Timestamp ValidTo)
          Set Valid to.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_SLA_Goal

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=745


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_DateLastRun

static final String COLUMNNAME_DateLastRun
Column name DateLastRun

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_MeasureActual

static final String COLUMNNAME_MeasureActual
Column name MeasureActual

See Also:
Constant Field Values

COLUMNNAME_MeasureTarget

static final String COLUMNNAME_MeasureTarget
Column name MeasureTarget

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PA_SLA_Criteria_ID

static final String COLUMNNAME_PA_SLA_Criteria_ID
Column name PA_SLA_Criteria_ID

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_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_ValidFrom

static final String COLUMNNAME_ValidFrom
Column name ValidFrom

See Also:
Constant Field Values

COLUMNNAME_ValidTo

static final String COLUMNNAME_ValidTo
Column name ValidTo

See Also:
Constant Field Values
Method Detail

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setDateLastRun

void setDateLastRun(Timestamp DateLastRun)
Set Date last run. Date the process was last run.


getDateLastRun

Timestamp getDateLastRun()
Get Date last run. Date the process was last run.


setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


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.


setMeasureTarget

void setMeasureTarget(BigDecimal MeasureTarget)
Set Measure Target. Target value for measure


getMeasureTarget

BigDecimal getMeasureTarget()
Get Measure Target. Target value for measure


setName

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


getName

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


setPA_SLA_Criteria_ID

void setPA_SLA_Criteria_ID(int PA_SLA_Criteria_ID)
Set SLA Criteria. Service Level Agreement Criteria


getPA_SLA_Criteria_ID

int getPA_SLA_Criteria_ID()
Get SLA Criteria. Service Level Agreement Criteria


getPA_SLA_Criteria

I_PA_SLA_Criteria getPA_SLA_Criteria()
                                     throws Exception
Throws:
Exception

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


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


setValidFrom

void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)


getValidFrom

Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)


setValidTo

void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)


getValidTo

Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)


Adempiere 3.5.2a

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