|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.common.Journal
public class Journal
Description
Journal object
Infos : KLB - IPMC - 02/2005
| Field Summary | |
|---|---|
private java.lang.String |
action
Action performed by the User |
private java.lang.String |
comments
Comments added by the User cocnerning the action performed |
private java.util.Date |
date
Date of this Journal Object |
private int |
order_id
ID of Order Object related to this journal Object |
private int |
user_id
ID of User owner of this journal Object |
| Constructor Summary | |
|---|---|
Journal()
Default constructor |
|
Journal(int order_id,
java.util.Date date,
int user_id,
java.lang.String action,
java.lang.String comments)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Action performed by the User |
java.lang.String |
getComments()
Comments added by the User cocnerning the action performed |
java.util.Date |
getDate()
Date of this Journal Object |
int |
getOrder_id()
ID of order_id Object related to this journal Object |
int |
getUser_id()
ID of User owner of this journal Object |
void |
save()
This function save this Journal Object into database. |
void |
setAction(java.lang.String action)
|
void |
setComments(java.lang.String comments)
|
void |
setDate(java.util.Date date)
|
void |
setOrder_id(int order_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 order_id
private java.util.Date date
private int user_id
private java.lang.String action
private java.lang.String comments
| Constructor Detail |
|---|
public Journal()
public Journal(int order_id,
java.util.Date date,
int user_id,
java.lang.String action,
java.lang.String comments)
| Method Detail |
|---|
public int getOrder_id()
public void setOrder_id(int order_id)
public java.util.Date getDate()
public void setDate(java.util.Date date)
public int getUser_id()
public void setUser_id(int user_id)
public java.lang.String getAction()
public void setAction(java.lang.String action)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public void save()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||