public class DepartmentLinks extends Links
Constructor and Description |
---|
DepartmentLinks() |
Modifier and Type | Method and Description |
---|---|
Link |
getChildren()
Link to get the child departments.
|
Link |
getCompany()
Link to the department's company.
|
Link |
getParent()
Link to department parent.
|
Link |
getPositions()
Link to get the job positions of this department.
|
void |
setChildren(Link children) |
void |
setCompany(Link company) |
void |
setParent(Link parent) |
DepartmentLinks |
setPositions(Link positions) |
public Link getCompany()
public void setCompany(Link company)
public Link getParent()
public void setParent(Link parent)
public Link getChildren()
public void setChildren(Link children)
public Link getPositions()
public DepartmentLinks setPositions(Link positions)