public class EmployeeView extends AbstractPersistable
| Constructor and Description |
|---|
EmployeeView() |
EmployeeView(Integer tenantId,
String name,
Contract contract,
Set<Skill> skillProficiencySet) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
getContract() |
String |
getName() |
Set<Skill> |
getSkillProficiencySet() |
void |
setContract(Contract contract) |
void |
setName(String name) |
void |
setSkillProficiencySet(Set<Skill> skillProficiencySet) |
String |
toString() |
equals, getId, getTenantId, getVersion, hashCode, setId, setTenantId, setVersionCopyright © 2017–2019 JBoss by Red Hat. All rights reserved.