net.ezcontent.impl.eos.base
Class BaseTipoAccion

java.lang.Object
  extended bynet.ezcontent.impl.eos.base.BaseTipoAccion
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TipoAccion

public abstract class BaseTipoAccion
extends Object
implements Serializable

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

See Also:
Serialized Form

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

hashCode

private int hashCode

tipoID

private int tipoID

name

private String name

siguientes

private Set siguientes

grupos

private Set grupos
Constructor Detail

BaseTipoAccion

public BaseTipoAccion()

BaseTipoAccion

public BaseTipoAccion(int tipoID)
Constructor for primary key


BaseTipoAccion

public BaseTipoAccion(int tipoID,
                      String name)
Constructor for required fields

Method Detail

getTipoID

public int getTipoID()
Return the unique identifier of this class


setTipoID

public void setTipoID(int tipoID)
Set the unique identifier of this class

Parameters:
tipoID - the new ID

getName

public String getName()

setName

public void setName(String name)
Set the value related to the column: nombre

Parameters:
name - the nombre value

getSiguientes

public Set getSiguientes()

setSiguientes

public void setSiguientes(Set siguientes)

addToSiguientes

public void addToSiguientes(Object obj)

getGrupos

public Set getGrupos()

setGrupos

public void setGrupos(Set grupos)

addToGrupos

public void addToGrupos(Object obj)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()