Adempiere 3.5.2a

org.compiere.model
Interface I_PA_Achievement

All Known Implementing Classes:
MAchievement, X_PA_Achievement

public interface I_PA_Achievement

Generated Interface for PA_Achievement

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_DateDoc
          Column name DateDoc
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsAchieved
          Column name IsAchieved
static String COLUMNNAME_ManualActual
          Column name ManualActual
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Note
          Column name Note
static String COLUMNNAME_PA_Achievement_ID
          Column name PA_Achievement_ID
static String COLUMNNAME_PA_Measure_ID
          Column name PA_Measure_ID
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=438
static String Table_Name
          TableName=PA_Achievement
 
Method Summary
 Timestamp getDateDoc()
          Get Document Date.
 String getDescription()
          Get Description.
 BigDecimal getManualActual()
          Get Manual Actual.
 String getName()
          Get Name.
 String getNote()
          Get Note.
 int getPA_Achievement_ID()
          Get Achievement.
 int getPA_Measure_ID()
          Get Measure.
 I_PA_Measure getPA_Measure()
           
 int getSeqNo()
          Get Sequence.
 boolean isAchieved()
          Get Achieved.
 void setDateDoc(Timestamp DateDoc)
          Set Document Date.
 void setDescription(String Description)
          Set Description.
 void setIsAchieved(boolean IsAchieved)
          Set Achieved.
 void setManualActual(BigDecimal ManualActual)
          Set Manual Actual.
 void setName(String Name)
          Set Name.
 void setNote(String Note)
          Set Note.
 void setPA_Achievement_ID(int PA_Achievement_ID)
          Set Achievement.
 void setPA_Measure_ID(int PA_Measure_ID)
          Set Measure.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_Achievement

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=438


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_DateDoc

static final String COLUMNNAME_DateDoc
Column name DateDoc

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsAchieved

static final String COLUMNNAME_IsAchieved
Column name IsAchieved

See Also:
Constant Field Values

COLUMNNAME_ManualActual

static final String COLUMNNAME_ManualActual
Column name ManualActual

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_Achievement_ID

static final String COLUMNNAME_PA_Achievement_ID
Column name PA_Achievement_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_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setDateDoc

void setDateDoc(Timestamp DateDoc)
Set Document Date. Date of the Document


getDateDoc

Timestamp getDateDoc()
Get Document Date. Date of the Document


setDescription

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


getDescription

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


setIsAchieved

void setIsAchieved(boolean IsAchieved)
Set Achieved. The goal is achieved


isAchieved

boolean isAchieved()
Get Achieved. The goal is achieved


setManualActual

void setManualActual(BigDecimal ManualActual)
Set Manual Actual. Manually entered actual value


getManualActual

BigDecimal getManualActual()
Get Manual Actual. Manually entered actual value


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_Achievement_ID

void setPA_Achievement_ID(int PA_Achievement_ID)
Set Achievement. Performance Achievement


getPA_Achievement_ID

int getPA_Achievement_ID()
Get Achievement. Performance Achievement


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

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.