tecgraf.openbus.core.v1_05.registry_service
Class ServiceOfferEntry

java.lang.Object
  extended by tecgraf.openbus.core.v1_05.registry_service.ServiceOfferEntry
All Implemented Interfaces:
Serializable, IDLEntity

public final class ServiceOfferEntry
extends Object
implements IDLEntity

Generated from IDL struct "ServiceOfferEntry".

Version:
generated at Jan 25, 2017 11:06:46 AM
Author:
JacORB IDL compiler V 3.8
See Also:
Serialized Form

Field Summary
 Credential aCredential
           
 ServiceOffer aServiceOffer
           
 String authorizedFacets
           
 String identifier
           
 Property[] properties
           
 
Constructor Summary
ServiceOfferEntry()
           
ServiceOfferEntry(ServiceOffer aServiceOffer, Credential aCredential, String identifier, String authorizedFacets, Property[] properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aServiceOffer

public ServiceOffer aServiceOffer

aCredential

public Credential aCredential

identifier

public String identifier

authorizedFacets

public String authorizedFacets

properties

public Property[] properties
Constructor Detail

ServiceOfferEntry

public ServiceOfferEntry()

ServiceOfferEntry

public ServiceOfferEntry(ServiceOffer aServiceOffer,
                         Credential aCredential,
                         String identifier,
                         String authorizedFacets,
                         Property[] properties)


Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.