public class Occupancy extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
pId |
Timestamp |
time |
OccupancyType |
type |
float |
value |
| Constructor and Description |
|---|
Occupancy() |
Occupancy(long pId,
Timestamp time,
float value,
OccupancyType type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getpId() |
Timestamp |
getTime() |
OccupancyType |
getType() |
float |
getValue() |
void |
setpId(long pId) |
void |
setTime(Timestamp time) |
void |
setType(OccupancyType type) |
void |
setValue(float value) |
String |
toString() |
public long pId
public Timestamp time
public float value
public OccupancyType type
public Occupancy()
public Occupancy(long pId,
Timestamp time,
float value,
OccupancyType type)
public long getpId()
public void setpId(long pId)
public Timestamp getTime()
public void setTime(Timestamp time)
public float getValue()
public void setValue(float value)
public OccupancyType getType()
public void setType(OccupancyType type)
Copyright © 2018. All rights reserved.