public abstract class Program2Person extends Object implements Serializable, Comparable<Program2Person>
Modifier and Type | Class and Description |
---|---|
static class |
Program2Person.Factory
Constructs new instances of
Program2Person . |
Constructor and Description |
---|
Program2Person() |
Modifier and Type | Method and Description |
---|---|
boolean |
addProgram2PersonExceptions(Program2PersonException elementToAdd) |
int |
compareTo(Program2Person o) |
boolean |
equals(Object object)
Returns
true if the argument is an Program2Person instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Integer |
getId() |
Location |
getLocation()
Représente un lieu au sens général du terme.
|
Person |
getPerson()
Utilisateurs saisisseurs sur le programme.
|
Program |
getProgram()
Code unique du programme
|
Collection<Program2PersonException> |
getProgram2PersonExceptions() |
ProgramPrivilege |
getProgramPrivilege()
Identifiant du privilège (droit) sur les programmes
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
removeProgram2PersonExceptions(Program2PersonException elementToRemove) |
void |
setId(Integer idIn) |
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setPerson(Person personIn)
Utilisateurs saisisseurs sur le programme.
|
void |
setProgram(Program programIn)
Code unique du programme
|
void |
setProgram2PersonExceptions(Collection<Program2PersonException> program2PersonExceptionsIn) |
void |
setProgramPrivilege(ProgramPrivilege programPrivilegeIn)
Identifiant du privilège (droit) sur les programmes
|
public Program2Person()
public Collection<Program2PersonException> getProgram2PersonExceptions()
public void setProgram2PersonExceptions(Collection<Program2PersonException> program2PersonExceptionsIn)
program2PersonExceptionsIn
- Collectionpublic boolean addProgram2PersonExceptions(Program2PersonException elementToAdd)
elementToAdd
- Program2PersonExceptionpublic boolean removeProgram2PersonExceptions(Program2PersonException elementToRemove)
elementToRemove
- Program2PersonExceptionpublic Program getProgram()
public void setProgram(Program programIn)
programIn
- Programpublic ProgramPrivilege getProgramPrivilege()
public void setProgramPrivilege(ProgramPrivilege programPrivilegeIn)
programPrivilegeIn
- ProgramPrivilegepublic Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic Person getPerson()
public void setPerson(Person personIn)
personIn
- Personpublic boolean equals(Object object)
true
if the argument is an Program2Person instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(Program2Person o)
compareTo
in interface Comparable<Program2Person>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.