public abstract class DepartmentHierarchy extends Object implements Serializable, Comparable<DepartmentHierarchy>
Modifier and Type | Class and Description |
---|---|
static class |
DepartmentHierarchy.Factory
Constructs new instances of
DepartmentHierarchy . |
Constructor and Description |
---|
DepartmentHierarchy() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DepartmentHierarchy o) |
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 |
getChildDepartment()
Service d'appartenance d'une personne.
|
DepartmentHierarchyPK |
getDepartmentHierarchyPk()
Get the composite primary key identifier class
|
Department |
getParentDepartment()
Service d'appartenance d'une personne.
|
int |
hashCode()
This entity does not have any identifiers
and is not extending any other entity,
so this method will only take the identifiers of this entity into account when calculating the hash code.
|
void |
setChildDepartment(Department childDepartmentIn)
Service d'appartenance d'une personne.
|
void |
setDepartmentHierarchyPk(DepartmentHierarchyPK departmentHierarchyPkIn)
Set the composite primary key identifier class
|
void |
setParentDepartment(Department parentDepartmentIn)
Service d'appartenance d'une personne.
|
public DepartmentHierarchy()
public DepartmentHierarchyPK getDepartmentHierarchyPk()
public void setDepartmentHierarchyPk(DepartmentHierarchyPK departmentHierarchyPkIn)
departmentHierarchyPkIn
- public Department getParentDepartment()
public void setParentDepartment(Department parentDepartmentIn)
parentDepartmentIn
- Departmentpublic Department getChildDepartment()
public void setChildDepartment(Department childDepartmentIn)
childDepartmentIn
- Departmentpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(DepartmentHierarchy o)
compareTo
in interface Comparable<DepartmentHierarchy>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.