@Entity public class Spot extends AbstractPersistable
| Constructor and Description |
|---|
Spot() |
Spot(Integer tenantId,
String name,
Set<Skill> requiredSkillSet) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Set<Skill> |
getRequiredSkillSet() |
void |
setName(String name) |
void |
setRequiredSkillSet(Set<Skill> requiredSkillSet) |
String |
toString() |
equals, getId, getTenantId, getVersion, hashCode, setId, setTenantId, setVersionpublic String toString()
toString in class AbstractPersistablepublic String getName()
public void setName(String name)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.