public class LocationEntry extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LocationEntry.Type |
Constructor and Description |
---|
LocationEntry() |
LocationEntry(Integer relativeValue,
String value,
LocationEntry.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getRelativeValue() |
LocationEntry.Type |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setRelativeValue(Integer relativeValue) |
void |
setType(LocationEntry.Type type) |
void |
setValue(String value) |
String |
toString() |
public LocationEntry()
public LocationEntry(Integer relativeValue, String value, LocationEntry.Type type)
public Integer getRelativeValue()
public void setRelativeValue(Integer relativeValue)
public String getValue()
public void setValue(String value)
public LocationEntry.Type getType()
public void setType(LocationEntry.Type type)
Copyright © 2016. All rights reserved.