public abstract class Program2Department extends Object implements Serializable
Liste des droits d''un service pour un programme particulier
| Modifier and Type | Class and Description |
|---|---|
static class |
Program2Department.Factory
Constructs new instances of
Program2Department. |
| Constructor and Description |
|---|
Program2Department() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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
|
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(Integer id) |
void |
setLocation(Location location) |
void |
setProgram(Program program) |
void |
setProgramPrivilege(ProgramPrivilege programPrivilege) |
public Integer getId()
public void setId(Integer id)
public Department getDepartment()
Identifiant interne d''un service
public void setDepartment(Department department)
public Location getLocation()
Lieu sur lequel le département a les droits
public void setLocation(Location location)
public Program getProgram()
Code unique du programme
public void setProgram(Program program)
public ProgramPrivilege getProgramPrivilege()
Identifiant du privilège (droit) sur les programmes
public void setProgramPrivilege(ProgramPrivilege programPrivilege)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.