public class DepartmentHierarchyPK extends Object implements Serializable, Comparable<DepartmentHierarchyPK>
Constructor and Description |
---|
DepartmentHierarchyPK() |
DepartmentHierarchyPK(DepartmentImpl parentDepartment,
DepartmentImpl childDepartment) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DepartmentHierarchyPK o) |
boolean |
equals(Object object) |
DepartmentImpl |
getChildDepartment() |
DepartmentImpl |
getParentDepartment() |
int |
hashCode() |
void |
setChildDepartment(DepartmentImpl childDepartment) |
void |
setParentDepartment(DepartmentImpl parentDepartment) |
public DepartmentHierarchyPK()
public DepartmentHierarchyPK(DepartmentImpl parentDepartment, DepartmentImpl childDepartment)
public DepartmentImpl getParentDepartment()
public void setParentDepartment(DepartmentImpl parentDepartment)
public DepartmentImpl getChildDepartment()
public void setChildDepartment(DepartmentImpl childDepartment)
public int compareTo(DepartmentHierarchyPK o)
compareTo
in interface Comparable<DepartmentHierarchyPK>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.