@Entity public class LaneAttribute extends Object implements Serializable
Constructor and Description |
---|
LaneAttribute() |
LaneAttribute(Integer laneAttributeId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Integer |
getLaneAttributeId() |
Lane |
getLaneId() |
String |
getTag() |
String |
getUnits() |
String |
getValue() |
int |
hashCode() |
void |
setLaneAttributeId(Integer laneAttributeId) |
void |
setLaneId(Lane laneId) |
void |
setTag(String tag) |
void |
setUnits(String units) |
void |
setValue(String value) |
String |
toString() |
public LaneAttribute()
public LaneAttribute(Integer laneAttributeId)
public Integer getLaneAttributeId()
public void setLaneAttributeId(Integer laneAttributeId)
public String getTag()
public void setTag(String tag)
public String getValue()
public void setValue(String value)
public String getUnits()
public void setUnits(String units)
public Lane getLaneId()
public void setLaneId(Lane laneId)
Copyright © 2015 SeqWare. All rights reserved.