public class InterpolationMember extends Object implements Comparable<InterpolationMember>
Constructor and Description |
---|
InterpolationMember() |
InterpolationMember(String id,
int sequenceId,
com.vividsolutions.jts.geom.Point location,
String houseNumber,
String streetname) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(InterpolationMember o) |
boolean |
equals(Object obj) |
String |
getHouseNumber() |
String |
getId() |
com.vividsolutions.jts.geom.Point |
getLocation() |
int |
getSequenceId() |
String |
getStreetname() |
int |
hashCode() |
void |
setHouseNumber(String houseNumber) |
void |
setId(String id) |
void |
setLocation(com.vividsolutions.jts.geom.Point location) |
void |
setSequenceId(int sequenceId) |
void |
setStreetname(String streetname) |
String |
toString() |
public InterpolationMember(String id, int sequenceId, com.vividsolutions.jts.geom.Point location, String houseNumber, String streetname)
public InterpolationMember()
public String getId()
public void setId(String id)
id
- the id to setpublic int getSequenceId()
public void setSequenceId(int sequenceId)
sequenceId
- the sequenceId to setpublic com.vividsolutions.jts.geom.Point getLocation()
public void setLocation(com.vividsolutions.jts.geom.Point location)
location
- the location to setpublic String getStreetname()
public void setStreetname(String streetname)
streetname
- the streetname to setpublic String getHouseNumber()
public void setHouseNumber(String houseNumber)
houseNumber
- the houseNumber to setpublic int compareTo(InterpolationMember o)
compareTo
in interface Comparable<InterpolationMember>
Copyright © 2015. All rights reserved.