org.omg.CosTrading.RegisterPackage
Class OfferInfo
java.lang.Object
|
+--org.omg.CosTrading.RegisterPackage.OfferInfo
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class OfferInfo
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Struct definition : OfferInfo
- Author:
- OpenORB Compiler
- See Also:
- Serialized Form
|
Field Summary |
Property[] |
properties
Struct member properties |
org.omg.CORBA.Object |
reference
Struct member reference |
java.lang.String |
type
Struct member type |
|
Constructor Summary |
OfferInfo()
Default constructor |
OfferInfo(org.omg.CORBA.Object reference,
java.lang.String type,
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
type
public java.lang.String type
- Struct member type
properties
public Property[] properties
- Struct member properties
OfferInfo
public OfferInfo()
- Default constructor
OfferInfo
public OfferInfo(org.omg.CORBA.Object reference,
java.lang.String type,
Property[] properties)
- Constructor with fields initialization
- Parameters:
reference - reference struct membertype - type struct memberproperties - properties struct member