org.omg.CosTrading

Class Offer

public final class Offer extends Object implements IDLEntity

This structure describes an Offer. An offer is a pair that contains an object reference and a set a properties.
Field Summary
Property[]properties
Struct member properties
Objectreference
Struct member reference
Constructor Summary
Offer()
Default constructor
Offer(Object reference, Property[] properties)
Constructor with fields initialization

Field Detail

properties

public Property[] properties
Struct member properties

reference

public Object reference
Struct member reference

Constructor Detail

Offer

public Offer()
Default constructor

Offer

public Offer(Object reference, Property[] properties)
Constructor with fields initialization

Parameters: reference reference struct member properties properties struct member