|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CosTrading.Offer
public final class Offer
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 |
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 |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public org.omg.CORBA.Object reference
public Property[] properties
| Constructor Detail |
|---|
public Offer()
public Offer(org.omg.CORBA.Object reference,
Property[] properties)
reference - reference struct memberproperties - properties struct member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||