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
|
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 |
reference
public org.omg.CORBA.Object reference
- Struct member reference
properties
public Property[] properties
- Struct member properties
Offer
public Offer()
- Default constructor
Offer
public Offer(org.omg.CORBA.Object reference,
Property[] properties)
- Constructor with fields initialization
- Parameters:
reference - reference struct memberproperties - properties struct member