public class TransferNetworkSetting
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | datasetNameNet dataset name. | 
| java.lang.String | datasourceNameThe datasource name. | 
| java.lang.String | edgeIDFieldThe field name that identifies the network arc ID. | 
| java.lang.String | fromNodeIDFieldIdentifies the field name of the arc start node ID. | 
| java.lang.String | nodeIDFieldThe field name that identifies the network node ID. | 
| java.lang.String | toNodeIDFieldIdentifies the field name of the arc stop node ID. | 
| Constructor and Description | 
|---|
| TransferNetworkSetting()The Constructor. | 
| TransferNetworkSetting(TransferNetworkSetting trafficNetworkSetting)The Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj)Determines whether the specified object is equal to the current  TransferNetworkSettingobject. | 
| int | hashCode()Gets  TransferNetworkSettingthe hash value of the object. | 
public java.lang.String datasourceName
The datasource name.
public java.lang.String datasetName
Net dataset name.
public java.lang.String edgeIDField
The field name that identifies the network arc ID.
The default value is "SmEdgeID".
Can not be modifiedpublic java.lang.String nodeIDField
The field name that identifies the network node ID.
The default value is “SmNodeID”.
Can not be modifiedpublic java.lang.String fromNodeIDField
Identifies the field name of the arc start node ID.
The default value is “SmFNode”.
Can not be modifiedpublic java.lang.String toNodeIDField
Identifies the field name of the arc stop node ID.
The default value is “SmTNode”.
Can not be modifiedpublic TransferNetworkSetting()
The Constructor.
public TransferNetworkSetting(TransferNetworkSetting trafficNetworkSetting)
The Constructor.
trafficNetworkSetting -public boolean equals(java.lang.Object obj)
Determines whether the specified object is equal to the current TransferNetworkSetting object.
equals in class java.lang.Objectobj - the Java object to compare with this object.public int hashCode()
Gets TransferNetworkSetting the hash value of the object.
hashCode in class java.lang.Object