@Entity public class LaneType extends Object implements Serializable
Constructor and Description |
---|
LaneType() |
LaneType(Integer laneTypeId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getCode() |
Collection<Lane> |
getLaneCollection() |
Integer |
getLaneTypeId() |
String |
getName() |
int |
hashCode() |
void |
setCode(String code) |
void |
setLaneCollection(Collection<Lane> laneCollection) |
void |
setLaneTypeId(Integer laneTypeId) |
void |
setName(String name) |
String |
toString() |
public LaneType()
public LaneType(Integer laneTypeId)
public Integer getLaneTypeId()
public void setLaneTypeId(Integer laneTypeId)
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
public Collection<Lane> getLaneCollection()
public void setLaneCollection(Collection<Lane> laneCollection)
Copyright © 2015 SeqWare. All rights reserved.