|
||||||||||
| 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 Form| Field 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 Actionpublic ActionType getActionType()
getActionType in interface Actionpublic String getType()
getType in interface Recordpublic void setStatus(Status status)
setStatus in interface Recordpublic Status getStatus()
getStatus in interface Recordpublic void setRecord(Record rec)
setRecord in interface Actionpublic Record getRecord()
getRecord in interface Actionpublic void setUser(User user)
setUser in interface Actionpublic User getUser()
getUser in interface Actionpublic int getRecordID()
getRecordID in interface Record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||