public class TransferLines
extends java.lang.Object
implements java.io.Serializable
Traffic transfer lines class, records the available route information in this line.
| Modifier and Type | Field and Description |
|---|---|
TransferLine[] |
lineItems
The collection of available routes in this line.
|
| Constructor and Description |
|---|
TransferLines()
The Constructor.
|
TransferLines(TransferLines transferLines)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares whether the specified object equals to the current
TransferLines object. |
int |
hashCode() |
public TransferLine[] lineItems
The collection of available routes in this line.
public TransferLines()
The Constructor.
public TransferLines(TransferLines transferLines)
The Constructor.
transferLines - Traffic transfer lines object.public boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current TransferLines object.
equals in class java.lang.Objectobj - the object to compare with the current TransferLines object.public int hashCode()
Gets TransferLines the hash value of the object.
hashCode in class java.lang.Object