org.omg.CosTrading
Class Offer

java.lang.Object
  |
  +--org.omg.CosTrading.Offer
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

This structure describes an Offer. An offer is a pair that contains an object reference and a set a properties.

See Also:
Serialized Form

Field Summary
 Property[] properties
          Struct member properties
 org.omg.CORBA.Object reference
          Struct member reference
 
Constructor Summary
Offer()
          Default constructor
Offer(org.omg.CORBA.Object reference, Property[] properties)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reference

public org.omg.CORBA.Object reference
Struct member reference

properties

public Property[] properties
Struct member properties
Constructor Detail

Offer

public Offer()
Default constructor

Offer

public Offer(org.omg.CORBA.Object reference,
             Property[] properties)
Constructor with fields initialization
Parameters:
reference - reference struct member
properties - properties struct member