|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.programStrategy.Program2Department
public abstract class Program2Department
Liste des droits d''un service pour un programme particulier
Nested Class Summary | |
---|---|
static class |
Program2Department.Factory
Constructs new instances of Program2Department . |
Constructor Summary | |
---|---|
Program2Department()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this
refer to the same object. |
Department |
getDepartment()
Identifiant interne d''un service |
java.lang.Integer |
getId()
|
Location |
getLocation()
Lieu sur lequel le d??partement a les droits |
Program |
getProgram()
Code unique du programme |
ProgramPrivilege |
getProgramPrivilege()
Identifiant du privil??ge (droit) sur les programmes |
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setDepartment(Department department)
|
void |
setId(java.lang.Integer id)
|
void |
setLocation(Location location)
|
void |
setProgram(Program program)
|
void |
setProgramPrivilege(ProgramPrivilege programPrivilege)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Program2Department()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public Program getProgram()
Code unique du programme
public void setProgram(Program program)
public Location getLocation()
Lieu sur lequel le d??partement a les droits
public void setLocation(Location location)
public ProgramPrivilege getProgramPrivilege()
Identifiant du privil??ge (droit) sur les programmes
public void setProgramPrivilege(ProgramPrivilege programPrivilege)
public Department getDepartment()
Identifiant interne d''un service
public void setDepartment(Department department)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
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 |