|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.programStrategy.Program2Person
public abstract class Program2Person
Nested Class Summary | |
---|---|
static class |
Program2Person.Factory
Constructs new instances of Program2Person . |
Constructor Summary | |
---|---|
Program2Person()
|
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. |
java.lang.Integer |
getId()
|
Location |
getLocation()
|
Person |
getPerson()
Utilisateurs saisisseurs sur le programme. |
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 |
setId(java.lang.Integer id)
|
void |
setLocation(Location location)
|
void |
setPerson(Person person)
|
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 Program2Person()
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()
public void setLocation(Location location)
public ProgramPrivilege getProgramPrivilege()
Identifiant du privil??ge (droit) sur les programmes
public void setProgramPrivilege(ProgramPrivilege programPrivilege)
public Person getPerson()
Utilisateurs saisisseurs sur le programme.
public void setPerson(Person person)
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 |