SCS

scs.core
Class ComponentId

java.lang.Object
  extended by scs.core.ComponentId
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

scs/core/ComponentId.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/scs.idl Friday, October 3, 2008 9:13:51 AM BRT

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 int version
           
 
Constructor Summary
ComponentId()
           
ComponentId(java.lang.String _name, int _version)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

version

public int version
Constructor Detail

ComponentId

public ComponentId()

ComponentId

public ComponentId(java.lang.String _name,
                   int _version)

SCS