public abstract class ProgramPrivilege extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgramPrivilege.Factory
Constructs new instances of
ProgramPrivilege. |
| Constructor and Description |
|---|
ProgramPrivilege() |
| 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. |
Integer |
getId()
Identifiant interne.
|
String |
getLabel() |
String |
getName() |
Collection<Program2Department> |
getProgram2Departments() |
Collection<Program2Person> |
getProgram2Persons() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Integer id) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setProgram2Departments(Collection<Program2Department> program2Departments) |
void |
setProgram2Persons(Collection<Program2Person> program2Persons) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Identifiant interne. généré par le système.
public void setId(Integer id)
public String getLabel()
public void setLabel(String label)
public String getName()
public void setName(String name)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Collection<Program2Person> getProgram2Persons()
public void setProgram2Persons(Collection<Program2Person> program2Persons)
public Collection<Program2Department> getProgram2Departments()
public void setProgram2Departments(Collection<Program2Department> program2Departments)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.