|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.tfc.dbmodel.security.Operation
public abstract class Operation
Classe que representa una operació al model de base de dades
Nested Class Summary | |
---|---|
static class |
Operation.Factory
Constructs new instances of Operation . |
Constructor Summary | |
---|---|
Operation()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if the argument is an Operation instance and all identifiers for this entity
equal the identifiers of the argument entity. |
java.lang.String |
getDescription()
Descripció de la operació |
java.lang.Long |
getId()
|
java.lang.String |
getName()
Nom de la operació |
java.lang.Integer |
getOrdre()
Ordre d'aparició en el menú |
java.lang.Integer |
getParent()
Menú pare de la opció |
java.util.Collection |
getRoles()
|
java.lang.String |
getUrl()
URL d'accés |
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.Long id)
|
void |
setName(java.lang.String name)
|
void |
setOrdre(java.lang.Integer ordre)
|
void |
setParent(java.lang.Integer parent)
|
void |
setRoles(java.util.Collection roles)
|
void |
setUrl(java.lang.String url)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Operation()
Method Detail |
---|
public java.lang.String getName()
Nom de la operació
public void setName(java.lang.String name)
public java.lang.String getDescription()
Descripció de la operació
public void setDescription(java.lang.String description)
public java.lang.String getUrl()
URL d'accés
public void setUrl(java.lang.String url)
public java.lang.Integer getParent()
Menú pare de la opció
public void setParent(java.lang.Integer parent)
public java.lang.Integer getOrdre()
Ordre d'aparició en el menú
public void setOrdre(java.lang.Integer ordre)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.util.Collection getRoles()
public void setRoles(java.util.Collection roles)
public boolean equals(java.lang.Object object)
true
if the argument is an Operation instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |