|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_PA_Goal
Generated Interface for PA_Goal
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_Role_ID
static final String COLUMNNAME_AD_User_ID
static final String COLUMNNAME_DateFrom
static final String COLUMNNAME_DateLastRun
static final String COLUMNNAME_DateTo
static final String COLUMNNAME_Description
static final String COLUMNNAME_GoalPerformance
static final String COLUMNNAME_IsSummary
static final String COLUMNNAME_MeasureActual
static final String COLUMNNAME_MeasureDisplay
static final String COLUMNNAME_MeasureScope
static final String COLUMNNAME_MeasureTarget
static final String COLUMNNAME_Name
static final String COLUMNNAME_Note
static final String COLUMNNAME_PA_ColorSchema_ID
static final String COLUMNNAME_PA_Goal_ID
static final String COLUMNNAME_PA_GoalParent_ID
static final String COLUMNNAME_PA_Measure_ID
static final String COLUMNNAME_RelativeWeight
static final String COLUMNNAME_SeqNo
| Method Detail |
|---|
void setAD_Role_ID(int AD_Role_ID)
int getAD_Role_ID()
I_AD_Role getAD_Role()
throws Exception
Exceptionvoid setAD_User_ID(int AD_User_ID)
int getAD_User_ID()
I_AD_User getAD_User()
throws Exception
Exceptionvoid setDateFrom(Timestamp DateFrom)
Timestamp getDateFrom()
void setDateLastRun(Timestamp DateLastRun)
Timestamp getDateLastRun()
void setDateTo(Timestamp DateTo)
Timestamp getDateTo()
void setDescription(String Description)
String getDescription()
void setGoalPerformance(BigDecimal GoalPerformance)
BigDecimal getGoalPerformance()
void setIsSummary(boolean IsSummary)
boolean isSummary()
void setMeasureActual(BigDecimal MeasureActual)
BigDecimal getMeasureActual()
void setMeasureDisplay(String MeasureDisplay)
String getMeasureDisplay()
void setMeasureScope(String MeasureScope)
String getMeasureScope()
void setMeasureTarget(BigDecimal MeasureTarget)
BigDecimal getMeasureTarget()
void setName(String Name)
String getName()
void setNote(String Note)
String getNote()
void setPA_ColorSchema_ID(int PA_ColorSchema_ID)
int getPA_ColorSchema_ID()
I_PA_ColorSchema getPA_ColorSchema()
throws Exception
Exceptionvoid setPA_Goal_ID(int PA_Goal_ID)
int getPA_Goal_ID()
void setPA_GoalParent_ID(int PA_GoalParent_ID)
int getPA_GoalParent_ID()
void setPA_Measure_ID(int PA_Measure_ID)
int getPA_Measure_ID()
I_PA_Measure getPA_Measure()
throws Exception
Exceptionvoid setRelativeWeight(BigDecimal RelativeWeight)
BigDecimal getRelativeWeight()
void setSeqNo(int SeqNo)
int getSeqNo()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||