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