|
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_Measure
org.compiere.model.MSLAMeasure
public class MSLAMeasure
Service Level Agreement Measure
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_PA_SLA_Measure |
|---|
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 | |
|---|---|
MSLAMeasure(Ctx ctx,
int PA_SLA_Measure_ID,
String trxName)
Standard Constructor |
|
MSLAMeasure(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MSLAMeasure(MSLAGoal goal,
Timestamp DateTrx,
BigDecimal MeasureActual,
String Description)
Parent Constructor |
|
| Method Summary | |
|---|---|
void |
setLink(int AD_Table_ID,
int Record_ID)
Set Link to Source |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_PA_SLA_Measure |
|---|
get_AccessLevel, getAD_Table_ID, getDateTrx, getDescription, getKeyNamePair, getMeasureActual, getPA_SLA_Goal_ID, getPA_SLA_Measure_ID, getRecord_ID, initPO, isProcessed, isProcessing, setAD_Table_ID, setDateTrx, setDescription, setMeasureActual, setPA_SLA_Goal_ID, setPA_SLA_Measure_ID, setProcessed, setProcessing, setRecord_ID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MSLAMeasure(Ctx ctx,
int PA_SLA_Measure_ID,
String trxName)
ctx - contextPA_SLA_Measure_ID - idtrxName - transaction
public MSLAMeasure(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MSLAMeasure(MSLAGoal goal,
Timestamp DateTrx,
BigDecimal MeasureActual,
String Description)
goal - parentDateTrx - optional dateMeasureActual - optional measureDescription - optional description| Method Detail |
|---|
public void setLink(int AD_Table_ID,
int Record_ID)
AD_Table_ID - tableRecord_ID - recordpublic String toString()
toString in class X_PA_SLA_Measure
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||