Adempiere 3.5.2a

org.compiere.model
Interface I_PA_Goal

All Known Implementing Classes:
MGoal, X_PA_Goal

public interface I_PA_Goal

Generated Interface for PA_Goal

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Role_ID
          Column name AD_Role_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_DateFrom
          Column name DateFrom
static String COLUMNNAME_DateLastRun
          Column name DateLastRun
static String COLUMNNAME_DateTo
          Column name DateTo
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_GoalPerformance
          Column name GoalPerformance
static String COLUMNNAME_IsSummary
          Column name IsSummary
static String COLUMNNAME_MeasureActual
          Column name MeasureActual
static String COLUMNNAME_MeasureDisplay
          Column name MeasureDisplay
static String COLUMNNAME_MeasureScope
          Column name MeasureScope
static String COLUMNNAME_MeasureTarget
          Column name MeasureTarget
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Note
          Column name Note
static String COLUMNNAME_PA_ColorSchema_ID
          Column name PA_ColorSchema_ID
static String COLUMNNAME_PA_Goal_ID
          Column name PA_Goal_ID
static String COLUMNNAME_PA_GoalParent_ID
          Column name PA_GoalParent_ID
static String COLUMNNAME_PA_Measure_ID
          Column name PA_Measure_ID
static String COLUMNNAME_RelativeWeight
          Column name RelativeWeight
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=440
static String Table_Name
          TableName=PA_Goal
 
Method Summary
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 Timestamp getDateFrom()
          Get Date From.
 Timestamp getDateLastRun()
          Get Date last run.
 Timestamp getDateTo()
          Get Date To.
 String getDescription()
          Get Description.
 BigDecimal getGoalPerformance()
          Get Performance Goal.
 BigDecimal getMeasureActual()
          Get Measure Actual.
 String getMeasureDisplay()
          Get Measure Display.
 String getMeasureScope()
          Get Measure Scope.
 BigDecimal getMeasureTarget()
          Get Measure Target.
 String getName()
          Get Name.
 String getNote()
          Get Note.
 int getPA_ColorSchema_ID()
          Get Color Schema.
 I_PA_ColorSchema getPA_ColorSchema()
           
 int getPA_Goal_ID()
          Get Goal.
 int getPA_GoalParent_ID()
          Get Parent Goal.
 int getPA_Measure_ID()
          Get Measure.
 I_PA_Measure getPA_Measure()
           
 BigDecimal getRelativeWeight()
          Get Relative Weight.
 int getSeqNo()
          Get Sequence.
 boolean isSummary()
          Get Summary Level.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setDateFrom(Timestamp DateFrom)
          Set Date From.
 void setDateLastRun(Timestamp DateLastRun)
          Set Date last run.
 void setDateTo(Timestamp DateTo)
          Set Date To.
 void setDescription(String Description)
          Set Description.
 void setGoalPerformance(BigDecimal GoalPerformance)
          Set Performance Goal.
 void setIsSummary(boolean IsSummary)
          Set Summary Level.
 void setMeasureActual(BigDecimal MeasureActual)
          Set Measure Actual.
 void setMeasureDisplay(String MeasureDisplay)
          Set Measure Display.
 void setMeasureScope(String MeasureScope)
          Set Measure Scope.
 void setMeasureTarget(BigDecimal MeasureTarget)
          Set Measure Target.
 void setName(String Name)
          Set Name.
 void setNote(String Note)
          Set Note.
 void setPA_ColorSchema_ID(int PA_ColorSchema_ID)
          Set Color Schema.
 void setPA_Goal_ID(int PA_Goal_ID)
          Set Goal.
 void setPA_GoalParent_ID(int PA_GoalParent_ID)
          Set Parent Goal.
 void setPA_Measure_ID(int PA_Measure_ID)
          Set Measure.
 void setRelativeWeight(BigDecimal RelativeWeight)
          Set Relative Weight.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_Goal

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=440


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Role_ID

static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_DateFrom

static final String COLUMNNAME_DateFrom
Column name DateFrom

See Also:
Constant Field Values

COLUMNNAME_DateLastRun

static final String COLUMNNAME_DateLastRun
Column name DateLastRun

See Also:
Constant Field Values

COLUMNNAME_DateTo

static final String COLUMNNAME_DateTo
Column name DateTo

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_GoalPerformance

static final String COLUMNNAME_GoalPerformance
Column name GoalPerformance

See Also:
Constant Field Values

COLUMNNAME_IsSummary

static final String COLUMNNAME_IsSummary
Column name IsSummary

See Also:
Constant Field Values

COLUMNNAME_MeasureActual

static final String COLUMNNAME_MeasureActual
Column name MeasureActual

See Also:
Constant Field Values

COLUMNNAME_MeasureDisplay

static final String COLUMNNAME_MeasureDisplay
Column name MeasureDisplay

See Also:
Constant Field Values

COLUMNNAME_MeasureScope

static final String COLUMNNAME_MeasureScope
Column name MeasureScope

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_Note

static final String COLUMNNAME_Note
Column name Note

See Also:
Constant Field Values

COLUMNNAME_PA_ColorSchema_ID

static final String COLUMNNAME_PA_ColorSchema_ID
Column name PA_ColorSchema_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

COLUMNNAME_PA_GoalParent_ID

static final String COLUMNNAME_PA_GoalParent_ID
Column name PA_GoalParent_ID

See Also:
Constant Field Values

COLUMNNAME_PA_Measure_ID

static final String COLUMNNAME_PA_Measure_ID
Column name PA_Measure_ID

See Also:
Constant Field Values

COLUMNNAME_RelativeWeight

static final String COLUMNNAME_RelativeWeight
Column name RelativeWeight

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setAD_Role_ID

void setAD_Role_ID(int AD_Role_ID)
Set Role. Responsibility Role


getAD_Role_ID

int getAD_Role_ID()
Get Role. Responsibility Role


getAD_Role

I_AD_Role getAD_Role()
                     throws Exception
Throws:
Exception

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setDateFrom

void setDateFrom(Timestamp DateFrom)
Set Date From. Starting date for a range


getDateFrom

Timestamp getDateFrom()
Get Date From. Starting date for a range


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.


setDateTo

void setDateTo(Timestamp DateTo)
Set Date To. End date of a date range


getDateTo

Timestamp getDateTo()
Get Date To. End date of a date range


setDescription

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


getDescription

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


setGoalPerformance

void setGoalPerformance(BigDecimal GoalPerformance)
Set Performance Goal. Target achievement from 0..1


getGoalPerformance

BigDecimal getGoalPerformance()
Get Performance Goal. Target achievement from 0..1


setIsSummary

void setIsSummary(boolean IsSummary)
Set Summary Level. This is a summary entity


isSummary

boolean isSummary()
Get Summary Level. This is a summary entity


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.


setMeasureDisplay

void setMeasureDisplay(String MeasureDisplay)
Set Measure Display. Measure Scope initially displayed


getMeasureDisplay

String getMeasureDisplay()
Get Measure Display. Measure Scope initially displayed


setMeasureScope

void setMeasureScope(String MeasureScope)
Set Measure Scope. Performance Measure Scope


getMeasureScope

String getMeasureScope()
Get Measure Scope. Performance Measure Scope


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


setNote

void setNote(String Note)
Set Note. Optional additional user defined information


getNote

String getNote()
Get Note. Optional additional user defined information


setPA_ColorSchema_ID

void setPA_ColorSchema_ID(int PA_ColorSchema_ID)
Set Color Schema. Performance Color Schema


getPA_ColorSchema_ID

int getPA_ColorSchema_ID()
Get Color Schema. Performance Color Schema


getPA_ColorSchema

I_PA_ColorSchema getPA_ColorSchema()
                                   throws Exception
Throws:
Exception

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


setPA_GoalParent_ID

void setPA_GoalParent_ID(int PA_GoalParent_ID)
Set Parent Goal. Parent Goal


getPA_GoalParent_ID

int getPA_GoalParent_ID()
Get Parent Goal. Parent Goal


setPA_Measure_ID

void setPA_Measure_ID(int PA_Measure_ID)
Set Measure. Concrete Performance Measurement


getPA_Measure_ID

int getPA_Measure_ID()
Get Measure. Concrete Performance Measurement


getPA_Measure

I_PA_Measure getPA_Measure()
                           throws Exception
Throws:
Exception

setRelativeWeight

void setRelativeWeight(BigDecimal RelativeWeight)
Set Relative Weight. Relative weight of this step (0 = ignored)


getRelativeWeight

BigDecimal getRelativeWeight()
Get Relative Weight. Relative weight of this step (0 = ignored)


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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