|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseAccion
net.ezcontent.impl.eos.Accion
This is the object class that relates to the Accion table. Any customizations belong here. Implementa la interfaz Action.
Action
,
Serialized FormField Summary |
Fields inherited from class net.ezcontent.impl.eos.base.BaseAccion |
|
Constructor Summary | |
Accion()
|
|
Accion(int accionID)
Constructor for primary key |
|
Accion(int accionID,
Date actionDate)
Constructor for required fields |
Method Summary | |
ActionType |
getActionType()
|
Record |
getRecord()
|
int |
getRecordID()
Devuelve la clave de la accion. |
Status |
getStatus()
|
String |
getType()
Devuelve la cadena "Action". |
User |
getUser()
|
void |
setActionType(ActionType tipo)
Fija el tipo de accion. |
void |
setRecord(Record rec)
Fija el registro destino de esta accion. |
void |
setStatus(Status status)
Fija el status de la accion. |
void |
setUser(User user)
Fija el usuario que debe realizar la accion. |
Methods inherited from class net.ezcontent.impl.eos.base.BaseAccion |
equals, getAccionID, getActionDate, getEstado, getFinishDate, getPriority, getTipo, getUsuario, hashCode, setAccionID, setActionDate, setEstado, setFinishDate, setPriority, setTipo, setUsuario |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.ezcontent.flow.Action |
getFinishDate, getPriority, setFinishDate, setPriority |
Constructor Detail |
public Accion()
public Accion(int accionID)
public Accion(int accionID, Date actionDate)
Method Detail |
public void setActionType(ActionType tipo)
setActionType
in interface Action
public ActionType getActionType()
getActionType
in interface Action
public String getType()
getType
in interface Record
public void setStatus(Status status)
setStatus
in interface Record
public Status getStatus()
getStatus
in interface Record
public void setRecord(Record rec)
setRecord
in interface Action
public Record getRecord()
getRecord
in interface Action
public void setUser(User user)
setUser
in interface Action
public User getUser()
getUser
in interface Action
public int getRecordID()
getRecordID
in interface Record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |