public class URolesId extends Object implements Serializable
Constructor and Description |
---|
URolesId()
default constructor
|
URolesId(Integer id,
Integer idProyecto,
String descripcion)
full constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDescripcion() |
Integer |
getId() |
Integer |
getIdProyecto() |
int |
hashCode() |
void |
setDescripcion(String descripcion) |
void |
setId(Integer id) |
void |
setIdProyecto(Integer idProyecto) |