|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.common.Foq
public class Foq
Description
Foq Object
Infos : KLB - IPMC - 12/2005
| Field Summary | |
|---|---|
private java.lang.String |
ac_ref
Corrective action reference |
private boolean |
action_corrective
Is there a corrective action launch whith this Foq Object |
private boolean |
action_ok
Efficacity of action |
private java.util.Date |
date
Date of Foq creation |
private int |
foq_id
ID of Foq Object |
private java.lang.String |
precision
Precision concerning the type of Foq Object |
private java.lang.String |
probleme
Problem observed |
private java.lang.String |
solution
Action anwser to the problem observed |
private java.lang.String |
type_foq
Type of the Foq Object |
private int |
user_dest_id
ID of User Object for which the Foq Object is destinate |
private int |
user_id
ID of User Object who describe the Foq Object |
| Constructor Summary | |
|---|---|
Foq()
Default constructor |
|
Foq(int foq_id)
Constructs a Foq object from Foq ID |
|
| Method Summary | |
|---|---|
java.lang.String |
getAc_ref()
Corrective action reference |
boolean |
getAction_corrective()
Is there a corrective action launch whith this Foq Object |
boolean |
getAction_ok()
Efficacity of action |
java.util.Date |
getDate()
Date of Foq creation |
int |
getFoq_id()
ID of Foq Object |
java.lang.String |
getPrecision()
Precision concerning the type of Foq Object |
java.lang.String |
getProbleme()
Problem observed |
java.lang.String |
getSolution()
Action anwser to the problem observed |
java.lang.String |
getType_foq()
Type of the Foq Object |
int |
getUser_dest_id()
ID of User Object for which the Foq Object is destinate |
int |
getUser_id()
ID of User Object who describe the Foq Object |
void |
loadParams(java.util.Hashtable hashParams)
This function loadParams from HTML form. |
boolean |
save()
This function save or update this Foq Object into database NB : (user_id, date, type_foq, probleme, solution) ! |
void |
setAc_ref(java.lang.String ac_ref)
|
void |
setAction_corrective(boolean action_corrective)
|
void |
setAction_ok(boolean action_ok)
|
void |
setDate(java.util.Date date)
|
void |
setFoq_id(int foq_id)
|
void |
setPrecision(java.lang.String precision)
|
void |
setProbleme(java.lang.String probleme)
|
void |
setSolution(java.lang.String solution)
|
void |
setType_foq(java.lang.String type_foq)
|
void |
setUser_dest_id(int user_dest_id)
|
void |
setUser_id(int user_id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int foq_id
private int user_id
private int user_dest_id
private java.util.Date date
private java.lang.String type_foq
private java.lang.String precision
private java.lang.String probleme
private java.lang.String solution
private boolean action_ok
private boolean action_corrective
private java.lang.String ac_ref
| Constructor Detail |
|---|
public Foq()
public Foq(int foq_id)
foq_id - ID of existing Foq| Method Detail |
|---|
public int getFoq_id()
public void setFoq_id(int foq_id)
public int getUser_id()
public void setUser_id(int user_id)
public int getUser_dest_id()
public void setUser_dest_id(int user_dest_id)
public java.util.Date getDate()
public void setDate(java.util.Date date)
public java.lang.String getType_foq()
public void setType_foq(java.lang.String type_foq)
public java.lang.String getPrecision()
public void setPrecision(java.lang.String precision)
public java.lang.String getProbleme()
public void setProbleme(java.lang.String probleme)
public java.lang.String getSolution()
public void setSolution(java.lang.String solution)
public boolean getAction_ok()
public void setAction_ok(boolean action_ok)
public boolean getAction_corrective()
public void setAction_corrective(boolean action_corrective)
public java.lang.String getAc_ref()
public void setAc_ref(java.lang.String ac_ref)
public void loadParams(java.util.Hashtable hashParams)
hashParams - Hashtable containing :public boolean save()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||