|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_PA_SLA_Goal
org.compiere.model.MSLAGoal
public class MSLAGoal
Service Level Agreement Goals
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_PA_SLA_Goal |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MSLAGoal(Ctx ctx,
int PA_SLA_Goal_ID,
String trxName)
Standard Constructor |
|
MSLAGoal(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
MSLAMeasure[] |
getAllMeasures()
Get All Measures |
MSLAMeasure[] |
getNewMeasures()
Get New Measures only |
boolean |
isDateValid(Timestamp date)
Is the Date in the Valid Range |
| Methods inherited from class org.compiere.model.X_PA_SLA_Goal |
|---|
get_AccessLevel, getC_BPartner_ID, getDateLastRun, getDescription, getHelp, getKeyNamePair, getMeasureActual, getMeasureTarget, getName, getPA_SLA_Criteria_ID, getPA_SLA_Goal_ID, getValidFrom, getValidTo, initPO, isProcessed, isProcessing, setC_BPartner_ID, setDateLastRun, setDescription, setHelp, setMeasureActual, setMeasureTarget, setName, setPA_SLA_Criteria_ID, setPA_SLA_Goal_ID, setProcessed, setProcessing, setValidFrom, setValidTo, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MSLAGoal(Ctx ctx,
int PA_SLA_Goal_ID,
String trxName)
ctx - contextPA_SLA_Goal_ID - idtrxName - transaction
public MSLAGoal(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public MSLAMeasure[] getAllMeasures()
public MSLAMeasure[] getNewMeasures()
public boolean isDateValid(Timestamp date)
date - date
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||