|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_PA_Goal
public class X_PA_Goal
Generated Model for PA_Goal
| Field Summary | |
|---|---|
static int |
MEASUREDISPLAY_AD_Reference_ID
MeasureDisplay AD_Reference_ID=367 |
static String |
MEASUREDISPLAY_Day
Day = 8 |
static String |
MEASUREDISPLAY_Month
Month = 5 |
static String |
MEASUREDISPLAY_Quarter
Quarter = 3 |
static String |
MEASUREDISPLAY_Total
Total = 0 |
static String |
MEASUREDISPLAY_Week
Week = 7 |
static String |
MEASUREDISPLAY_Year
Year = 1 |
static int |
MEASURESCOPE_AD_Reference_ID
MeasureScope AD_Reference_ID=367 |
static String |
MEASURESCOPE_Day
Day = 8 |
static String |
MEASURESCOPE_Month
Month = 5 |
static String |
MEASURESCOPE_Quarter
Quarter = 3 |
static String |
MEASURESCOPE_Total
Total = 0 |
static String |
MEASURESCOPE_Week
Week = 7 |
static String |
MEASURESCOPE_Year
Year = 1 |
static int |
PA_GOALPARENT_ID_AD_Reference_ID
PA_GoalParent_ID AD_Reference_ID=230 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_PA_Goal(Properties ctx,
int PA_Goal_ID,
String trxName)
Standard Constructor |
|
X_PA_Goal(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int MEASUREDISPLAY_AD_Reference_ID
public static final String MEASUREDISPLAY_Year
public static final String MEASUREDISPLAY_Quarter
public static final String MEASUREDISPLAY_Month
public static final String MEASUREDISPLAY_Total
public static final String MEASUREDISPLAY_Week
public static final String MEASUREDISPLAY_Day
public static final int MEASURESCOPE_AD_Reference_ID
public static final String MEASURESCOPE_Year
public static final String MEASURESCOPE_Quarter
public static final String MEASURESCOPE_Month
public static final String MEASURESCOPE_Total
public static final String MEASURESCOPE_Week
public static final String MEASURESCOPE_Day
public static final int PA_GOALPARENT_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_PA_Goal(Properties ctx,
int PA_Goal_ID,
String trxName)
public X_PA_Goal(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_AD_Role getAD_Role()
throws Exception
getAD_Role in interface I_PA_GoalExceptionpublic void setAD_Role_ID(int AD_Role_ID)
setAD_Role_ID in interface I_PA_GoalAD_Role_ID - Responsibility Rolepublic int getAD_Role_ID()
getAD_Role_ID in interface I_PA_Goal
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_PA_GoalExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_PA_GoalAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_PA_Goalpublic void setDateFrom(Timestamp DateFrom)
setDateFrom in interface I_PA_GoalDateFrom - Starting date for a rangepublic Timestamp getDateFrom()
getDateFrom in interface I_PA_Goalpublic void setDateLastRun(Timestamp DateLastRun)
setDateLastRun in interface I_PA_GoalDateLastRun - Date the process was last run.public Timestamp getDateLastRun()
getDateLastRun in interface I_PA_Goalpublic void setDateTo(Timestamp DateTo)
setDateTo in interface I_PA_GoalDateTo - End date of a date rangepublic Timestamp getDateTo()
getDateTo in interface I_PA_Goalpublic void setDescription(String Description)
setDescription in interface I_PA_GoalDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_PA_Goalpublic void setGoalPerformance(BigDecimal GoalPerformance)
setGoalPerformance in interface I_PA_GoalGoalPerformance - Target achievement from 0..1public BigDecimal getGoalPerformance()
getGoalPerformance in interface I_PA_Goalpublic void setIsSummary(boolean IsSummary)
setIsSummary in interface I_PA_GoalIsSummary - This is a summary entitypublic boolean isSummary()
isSummary in interface I_PA_Goalpublic void setMeasureActual(BigDecimal MeasureActual)
setMeasureActual in interface I_PA_GoalMeasureActual - Actual value that has been measured.public BigDecimal getMeasureActual()
getMeasureActual in interface I_PA_Goalpublic void setMeasureDisplay(String MeasureDisplay)
setMeasureDisplay in interface I_PA_GoalMeasureDisplay - Measure Scope initially displayedpublic String getMeasureDisplay()
getMeasureDisplay in interface I_PA_Goalpublic void setMeasureScope(String MeasureScope)
setMeasureScope in interface I_PA_GoalMeasureScope - Performance Measure Scopepublic String getMeasureScope()
getMeasureScope in interface I_PA_Goalpublic void setMeasureTarget(BigDecimal MeasureTarget)
setMeasureTarget in interface I_PA_GoalMeasureTarget - Target value for measurepublic BigDecimal getMeasureTarget()
getMeasureTarget in interface I_PA_Goalpublic void setName(String Name)
setName in interface I_PA_GoalName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_PA_Goalpublic KeyNamePair getKeyNamePair()
public void setNote(String Note)
setNote in interface I_PA_GoalNote - Optional additional user defined informationpublic String getNote()
getNote in interface I_PA_Goal
public I_PA_ColorSchema getPA_ColorSchema()
throws Exception
getPA_ColorSchema in interface I_PA_GoalExceptionpublic void setPA_ColorSchema_ID(int PA_ColorSchema_ID)
setPA_ColorSchema_ID in interface I_PA_GoalPA_ColorSchema_ID - Performance Color Schemapublic int getPA_ColorSchema_ID()
getPA_ColorSchema_ID in interface I_PA_Goalpublic void setPA_Goal_ID(int PA_Goal_ID)
setPA_Goal_ID in interface I_PA_GoalPA_Goal_ID - Performance Goalpublic int getPA_Goal_ID()
getPA_Goal_ID in interface I_PA_Goalpublic void setPA_GoalParent_ID(int PA_GoalParent_ID)
setPA_GoalParent_ID in interface I_PA_GoalPA_GoalParent_ID - Parent Goalpublic int getPA_GoalParent_ID()
getPA_GoalParent_ID in interface I_PA_Goal
public I_PA_Measure getPA_Measure()
throws Exception
getPA_Measure in interface I_PA_GoalExceptionpublic void setPA_Measure_ID(int PA_Measure_ID)
setPA_Measure_ID in interface I_PA_GoalPA_Measure_ID - Concrete Performance Measurementpublic int getPA_Measure_ID()
getPA_Measure_ID in interface I_PA_Goalpublic void setRelativeWeight(BigDecimal RelativeWeight)
setRelativeWeight in interface I_PA_GoalRelativeWeight - Relative weight of this step (0 = ignored)public BigDecimal getRelativeWeight()
getRelativeWeight in interface I_PA_Goalpublic void setSeqNo(int SeqNo)
setSeqNo in interface I_PA_GoalSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_PA_Goal
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||