|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface History
| Field Summary | |
|---|---|
static String |
ACTION
|
static String |
ACTION_DATE
|
static String |
TARGET
|
static String |
TYPE
|
static String |
USER_ID
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
int |
getAction()
getAction : |
Date |
getActionDate()
getActionDate : |
String |
getTarget()
getTarget : |
String |
getType()
getType : |
String |
getUserId()
getUserId : |
void |
setAction(int action)
setAction : |
void |
setAction(String action)
setAction : |
void |
setActionDate(Date actionDate)
setActionDate : |
void |
setTarget(String target)
setTarget : |
void |
setType(String type)
setType : |
void |
setTypeAndTarget(String target)
setTypeAndTarget : |
void |
setUserId(String userId)
setUserId : |
| Field Detail |
|---|
static final String ACTION_DATE
static final String USER_ID
static final String ACTION
static final String TYPE
static final String TARGET
| Method Detail |
|---|
void setActionDate(Date actionDate)
actionDate - La valeur de l'attribut actionDate à positionner.Date getActionDate()
void setUserId(String userId)
userId - La valeur de l'attribut userId à positionner.String getUserId()
void setAction(int action)
action - La valeur de l'attribut action à positionner.int getAction()
void setType(String type)
type - La valeur de l'attribut type à positionner.String getType()
void setTarget(String target)
target - La valeur de l'attribut target à positionner.String getTarget()
void setTypeAndTarget(String target)
target - void setAction(String action)
action -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||