net.ezcontent.impl.eos
Class Permiso

java.lang.Object
  extended bynet.ezcontent.impl.eos.base.BasePermiso
      extended bynet.ezcontent.impl.eos.Permiso
All Implemented Interfaces:
Permission, Serializable

public class Permiso
extends BasePermiso
implements Permission

Implementacion en Hibernate de la entidad Permission.

See Also:
Permission, Serialized Form

Field Summary
 
Fields inherited from class net.ezcontent.impl.eos.base.BasePermiso
 
Constructor Summary
Permiso()
           
Permiso(int perm_id)
          Constructor for primary key
Permiso(int perm_id, String name)
          Constructor for required fields
 
Method Summary
 String toString()
           
 
Methods inherited from class net.ezcontent.impl.eos.base.BasePermiso
addToGrupos, equals, getGrupos, getName, getPerm_id, hashCode, setGrupos, setName, setPerm_id
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.ezcontent.auth.Permission
getName, setName
 

Constructor Detail

Permiso

public Permiso()

Permiso

public Permiso(int perm_id)
Constructor for primary key


Permiso

public Permiso(int perm_id,
               String name)
Constructor for required fields

Method Detail

toString

public String toString()