edu.iris.Fissures.IfNetwork
Class NetworkId

java.lang.Object
  extended by edu.iris.Fissures.IfNetwork.NetworkId
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class NetworkId
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Identifies a network. The additional begin_time is needed for temporary PASSCAL networks. The begin_time should be equal to the beginin effective time of the network, which is also in the NetworkAttributes.

See Also:
Serialized Form

Field Summary
 Time begin_time
           
 java.lang.String network_code
           
 
Constructor Summary
NetworkId()
           
NetworkId(java.lang.String network_code, Time begin_time)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

network_code

public java.lang.String network_code

begin_time

public Time begin_time
Constructor Detail

NetworkId

public NetworkId()

NetworkId

public NetworkId(java.lang.String network_code,
                 Time begin_time)