org.omg.CosTrading.RegisterPackage
Class OfferInfo

java.lang.Object
  extended by org.omg.CosTrading.RegisterPackage.OfferInfo
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL definition of struct "OfferInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 Property[] properties
           
 Object reference
           
 java.lang.String type
           
 
Constructor Summary
OfferInfo()
           
OfferInfo(Object reference, java.lang.String type, Property[] properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reference

public Object reference

type

public java.lang.String type

properties

public Property[] properties
Constructor Detail

OfferInfo

public OfferInfo()

OfferInfo

public OfferInfo(Object reference,
                 java.lang.String type,
                 Property[] properties)