|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseTipoAccion
This is an object that contains data related to the `TipoAccion` 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 Set |
grupos
|
private int |
hashCode
|
private String |
name
|
private Set |
siguientes
|
private int |
tipoID
|
Constructor Summary | |
BaseTipoAccion()
|
|
BaseTipoAccion(int tipoID)
Constructor for primary key |
|
BaseTipoAccion(int tipoID,
String name)
Constructor for required fields |
Method Summary | |
void |
addToGrupos(Object obj)
|
void |
addToSiguientes(Object obj)
|
boolean |
equals(Object obj)
|
Set |
getGrupos()
|
String |
getName()
|
Set |
getSiguientes()
|
int |
getTipoID()
Return the unique identifier of this class |
int |
hashCode()
|
void |
setGrupos(Set grupos)
|
void |
setName(String name)
Set the value related to the column: nombre |
void |
setSiguientes(Set siguientes)
|
void |
setTipoID(int tipoID)
Set the unique identifier of this class |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int tipoID
private String name
private Set siguientes
private Set grupos
Constructor Detail |
public BaseTipoAccion()
public BaseTipoAccion(int tipoID)
public BaseTipoAccion(int tipoID, String name)
Method Detail |
public int getTipoID()
public void setTipoID(int tipoID)
tipoID
- the new IDpublic String getName()
public void setName(String name)
name
- the nombre valuepublic Set getSiguientes()
public void setSiguientes(Set siguientes)
public void addToSiguientes(Object obj)
public Set getGrupos()
public void setGrupos(Set grupos)
public void addToGrupos(Object obj)
public boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |