|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseAccion
This is an object that contains data related to the `Accion` table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified. For more information visit The Hibernate Synchronizer page, or contact Joe Hudson
Field Summary | |
private int |
accionID
|
private Date |
actionDate
|
private Status |
estado
|
private Date |
finishDate
|
private int |
hashCode
|
private int |
priority
|
private TipoAccion |
tipo
|
private Usuario |
usuario
|
Constructor Summary | |
BaseAccion()
|
|
BaseAccion(int accionID)
Constructor for primary key |
|
BaseAccion(int accionID,
Date actionDate)
Constructor for required fields |
Method Summary | |
boolean |
equals(Object obj)
|
int |
getAccionID()
Return the unique identifier of this class |
Date |
getActionDate()
|
Status |
getEstado()
|
Date |
getFinishDate()
|
int |
getPriority()
|
TipoAccion |
getTipo()
|
Usuario |
getUsuario()
|
int |
hashCode()
|
void |
setAccionID(int accionID)
Set the unique identifier of this class |
void |
setActionDate(Date actionDate)
Set the value related to the column: fecha_alta |
void |
setEstado(Status estado)
Set the value related to the column: stat_id |
void |
setFinishDate(Date finishDate)
Set the value related to the column: fecha_fin |
void |
setPriority(int priority)
Set the value related to the column: prioridad |
void |
setTipo(TipoAccion tipo)
Set the value related to the column: tipo_id |
void |
setUsuario(Usuario usuario)
Set the value related to the column: uid |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int accionID
private Date actionDate
private Date finishDate
private int priority
private Usuario usuario
private TipoAccion tipo
private Status estado
Constructor Detail |
public BaseAccion()
public BaseAccion(int accionID)
public BaseAccion(int accionID, Date actionDate)
Method Detail |
public int getAccionID()
public void setAccionID(int accionID)
accionID
- the new IDpublic Date getActionDate()
public void setActionDate(Date actionDate)
actionDate
- the fecha_alta valuepublic Date getFinishDate()
public void setFinishDate(Date finishDate)
finishDate
- the fecha_fin valuepublic int getPriority()
public void setPriority(int priority)
priority
- the prioridad valuepublic Usuario getUsuario()
public void setUsuario(Usuario usuario)
usuario
- the uid valuepublic TipoAccion getTipo()
public void setTipo(TipoAccion tipo)
tipo
- the tipo_id valuepublic Status getEstado()
public void setEstado(Status estado)
estado
- the stat_id valuepublic boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |