org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class IncarnationNumber

java.lang.Object
  extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPackage.IncarnationNumber
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class IncarnationNumber
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "IncarnationNumber"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int high
           
 int low
           
 
Constructor Summary
IncarnationNumber()
           
IncarnationNumber(int high, int low)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

high

public int high

low

public int low
Constructor Detail

IncarnationNumber

public IncarnationNumber()

IncarnationNumber

public IncarnationNumber(int high,
                         int low)