public class TargetLocation extends Object implements Serializable
| Constructor and Description |
|---|
TargetLocation() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getProximity() |
String |
getStatus() |
String |
getTargetlocationname() |
List<TargetLocationSelector> |
getTargetlocationselectors() |
UUID |
getTargetlocationuuid() |
void |
setProximity(Integer proximity) |
void |
setStatus(String status) |
void |
setTargetlocationname(String targetlocationname) |
void |
setTargetlocationselectors(List<TargetLocationSelector> targetlocationselectors) |
void |
setTargetlocationuuid(UUID targetlocationuuid) |
public UUID getTargetlocationuuid()
public void setTargetlocationuuid(UUID targetlocationuuid)
targetlocationuuid - the targetlocationuuid to setpublic String getTargetlocationname()
public void setTargetlocationname(String targetlocationname)
targetlocationname - the targetlocationname to setpublic Integer getProximity()
public void setProximity(Integer proximity)
proximity - the proximity to setpublic List<TargetLocationSelector> getTargetlocationselectors()
public void setTargetlocationselectors(List<TargetLocationSelector> targetlocationselectors)
targetlocationselectors - the targetlocationselectors to setpublic String getStatus()
public void setStatus(String status)
status - the status to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.