public class Location extends Object implements Serializable
Constructor and Description |
---|
Location() |
Location(String id,
String name,
String description,
String street,
String city,
String state) |
Modifier and Type | Method and Description |
---|---|
Location |
copy() |
String |
getCity() |
String |
getDescription() |
String |
getId() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getName() |
String |
getState() |
String |
getStreet() |
String |
getStreetDirection() |
String |
getStreetNumber() |
String |
getZip() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCity(String city) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setName(String name) |
void |
setState(String state) |
void |
setStreet(String street) |
void |
setStreetDirection(String streetDirection) |
void |
setStreetNumber(String streetNumber) |
void |
setZip(String zip) |
String |
toJson() |
public Location()
public String getStreetNumber()
public void setStreetNumber(String streetNumber)
public String getStreetDirection()
public void setStreetDirection(String streetDirection)
public Double getLatitude()
public void setLatitude(Double latitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public boolean isActive()
public void setActive(boolean active)
public String getDescription()
public void setDescription(String description)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.