public class Position extends Object implements Serializable
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Object |
getExperience() |
Object |
getLevel() |
Location |
getLocation() |
String |
getName() |
String |
getNotes() |
String |
getPositioncode() |
UUID |
getPositionuuid() |
String |
getStatus() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setExperience(Object experience) |
void |
setLevel(Object level) |
void |
setLocation(Location location) |
void |
setName(String name) |
void |
setNotes(String notes) |
void |
setPositioncode(String positioncode) |
void |
setPositionuuid(UUID positionuuid) |
void |
setStatus(String status) |
void |
setTitle(String title) |
public UUID getPositionuuid()
public void setPositionuuid(UUID positionuuid)
positionuuid - the positionuuid to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getNotes()
public void setNotes(String notes)
notes - the notes to setpublic Location getLocation()
public void setLocation(Location location)
location - the location to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getPositioncode()
public void setPositioncode(String positioncode)
positioncode - the positioncode to setpublic Object getExperience()
public void setExperience(Object experience)
experience - the experience to setpublic String getName()
public void setName(String name)
name - the name to setpublic Object getLevel()
public void setLevel(Object level)
level - the level to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.