|
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_SLA_Goal
public class X_PA_SLA_Goal
Generated Model for PA_SLA_Goal
| Field Summary |
|---|
| 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 |
| Fields inherited from interface org.compiere.model.I_PA_SLA_Goal |
|---|
accessLevel, COLUMNNAME_C_BPartner_ID, COLUMNNAME_DateLastRun, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_MeasureActual, COLUMNNAME_MeasureTarget, COLUMNNAME_Name, COLUMNNAME_PA_SLA_Criteria_ID, COLUMNNAME_PA_SLA_Goal_ID, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_ValidFrom, COLUMNNAME_ValidTo, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_PA_SLA_Goal(Properties ctx,
int PA_SLA_Goal_ID,
String trxName)
Standard Constructor |
|
X_PA_SLA_Goal(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
Timestamp |
getDateLastRun()
Get Date last run. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getMeasureActual()
Get Measure Actual. |
BigDecimal |
getMeasureTarget()
Get Measure Target. |
String |
getName()
Get Name. |
int |
getPA_SLA_Criteria_ID()
Get SLA Criteria. |
I_PA_SLA_Criteria |
getPA_SLA_Criteria()
|
int |
getPA_SLA_Goal_ID()
Get SLA Goal. |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setDateLastRun(Timestamp DateLastRun)
Set Date last run. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setMeasureActual(BigDecimal MeasureActual)
Set Measure Actual. |
void |
setMeasureTarget(BigDecimal MeasureTarget)
Set Measure Target. |
void |
setName(String Name)
Set Name. |
void |
setPA_SLA_Criteria_ID(int PA_SLA_Criteria_ID)
Set SLA Criteria. |
void |
setPA_SLA_Goal_ID(int PA_SLA_Goal_ID)
Set SLA Goal. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setValidFrom(Timestamp ValidFrom)
Set Valid from. |
void |
setValidTo(Timestamp ValidTo)
Set Valid to. |
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 |
| Constructor Detail |
|---|
public X_PA_SLA_Goal(Properties ctx,
int PA_SLA_Goal_ID,
String trxName)
public X_PA_SLA_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_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_PA_SLA_GoalExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_PA_SLA_GoalC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_PA_SLA_Goalpublic void setDateLastRun(Timestamp DateLastRun)
setDateLastRun in interface I_PA_SLA_GoalDateLastRun - Date the process was last run.public Timestamp getDateLastRun()
getDateLastRun in interface I_PA_SLA_Goalpublic void setDescription(String Description)
setDescription in interface I_PA_SLA_GoalDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_PA_SLA_Goalpublic void setHelp(String Help)
setHelp in interface I_PA_SLA_GoalHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_PA_SLA_Goalpublic void setMeasureActual(BigDecimal MeasureActual)
setMeasureActual in interface I_PA_SLA_GoalMeasureActual - Actual value that has been measured.public BigDecimal getMeasureActual()
getMeasureActual in interface I_PA_SLA_Goalpublic void setMeasureTarget(BigDecimal MeasureTarget)
setMeasureTarget in interface I_PA_SLA_GoalMeasureTarget - Target value for measurepublic BigDecimal getMeasureTarget()
getMeasureTarget in interface I_PA_SLA_Goalpublic void setName(String Name)
setName in interface I_PA_SLA_GoalName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_PA_SLA_Goalpublic KeyNamePair getKeyNamePair()
public I_PA_SLA_Criteria getPA_SLA_Criteria()
throws Exception
getPA_SLA_Criteria in interface I_PA_SLA_GoalExceptionpublic void setPA_SLA_Criteria_ID(int PA_SLA_Criteria_ID)
setPA_SLA_Criteria_ID in interface I_PA_SLA_GoalPA_SLA_Criteria_ID - Service Level Agreement Criteriapublic int getPA_SLA_Criteria_ID()
getPA_SLA_Criteria_ID in interface I_PA_SLA_Goalpublic void setPA_SLA_Goal_ID(int PA_SLA_Goal_ID)
setPA_SLA_Goal_ID in interface I_PA_SLA_GoalPA_SLA_Goal_ID - Service Level Agreement Goalpublic int getPA_SLA_Goal_ID()
getPA_SLA_Goal_ID in interface I_PA_SLA_Goalpublic void setProcessed(boolean Processed)
setProcessed in interface I_PA_SLA_GoalProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_PA_SLA_Goalpublic void setProcessing(boolean Processing)
setProcessing in interface I_PA_SLA_GoalProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_PA_SLA_Goalpublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_PA_SLA_GoalValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_PA_SLA_Goalpublic void setValidTo(Timestamp ValidTo)
setValidTo in interface I_PA_SLA_GoalValidTo - Valid to including this date (last day)public Timestamp getValidTo()
getValidTo in interface I_PA_SLA_Goal
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||