Class COM.ibm.jaws.models.trs.CarFilepoManaged
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.CarFilepoManaged
java.lang.Object
|
+----COM.ibm.jaws.models.trs.CarFilepoManaged
- public class CarFilepoManaged
- extends Object
- implements Car, FilepoManaged, Syncable
The emitted ManagedDel class derived from:
COM.ibm.jaws.models.trs.Car
- See Also:
- Car
-
CarFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
-
airlineCompanyBC()
-
-
airlineFlightPlanRCBC()
-
-
airlinePlaneRCBC()
-
-
airportBC()
-
-
applicationRootBC()
-
-
carBC()
-
-
carFleetAvailabilityBC()
-
-
carFleetBC()
-
-
carFleetCarFleetAvailabilityRCBC()
-
-
carFleetCarRCBC()
-
-
carRentalCarFleetRCBC()
-
-
carRentalCarRCBC()
-
-
carRentalCompanyBC()
-
-
carReservationBC()
-
-
cityBC()
-
-
confirmationBC()
-
-
contactBC()
-
-
countryBC()
-
-
creditCardBC()
-
-
externalizeToStream(OutputEDStream)
-
-
flightBC()
-
-
flightPlanBC()
-
-
flightPlanFlightRCBC()
-
-
flightReservationBC()
-
-
getConstantRandomId()
-
-
getIdentifier(BaseCollection)
-
Implementation of the Managed.getIdentifier() method.
-
getImage()
-
-
getManagedDelBase()
-
-
getManagedDelCacheEntry()
-
-
getManagedDelKey()
-
-
getName()
-
-
hotelCompanyBC()
-
-
hotelReservationBC()
-
-
hotelRoomRCBC()
-
-
internalizeFromStream(InputEDStream)
-
-
isIdentical(Identifiable)
- Implementation of the Managed's Identifiable methods.
-
planeBC()
-
-
release()
-
-
remove()
- Implementation of the Managed Lifecycle.remove() interface.
-
roomGroupAvailabilityBC()
-
-
roomGroupBC()
-
-
roomGroupRoomGroupAvailabilityRCBC()
-
-
setDependentContext(KeyedCollection)
-
-
setManagedDelBase(BaseCollection)
-
Implementation of the ManagedDel interface methods.
-
setManagedDelCacheEntry(CacheEntry)
-
-
setManagedDelKey(String)
-
-
setSelf(Object)
-
-
stateBC()
-
-
sync()
-
Implementation of the Syncable.sync() method.
-
toString()
- Returns a String that represents the value of this Object.
-
travelProfileBC()
-
-
travelProfileCreditCardRCBC()
-
-
tripBC()
-
-
tripReservationRCBC()
-
-
userBC()
-
-
userTripRCBC()
-
CarFilepoManaged
public CarFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
setManagedDelBase
public void setManagedDelBase(BaseCollection bc)
- Implementation of the ManagedDel interface methods.
getManagedDelBase
public BaseCollection getManagedDelBase()
setManagedDelKey
public void setManagedDelKey(String yourKey)
getManagedDelKey
public String getManagedDelKey()
setManagedDelCacheEntry
public void setManagedDelCacheEntry(CacheEntry ce)
getManagedDelCacheEntry
public CacheEntry getManagedDelCacheEntry()
remove
public void remove()
- Implementation of the Managed Lifecycle.remove() interface.
The Managed Lifecycle.release() is never used in the Java
bindings for Corba.
release
public void release()
getIdentifier
public String getIdentifier(BaseCollection relativeTo)
- Implementation of the Managed.getIdentifier() method.
isIdentical
public boolean isIdentical(Identifiable other)
- Implementation of the Managed's Identifiable methods.
Does not activate the objects unnecessarily.
getConstantRandomId
public int getConstantRandomId()
sync
public void sync()
- Implementation of the Syncable.sync() method.
getName
public String getName()
getImage
public String getImage()
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
airlinePlaneRCBC
public BaseCollection airlinePlaneRCBC()
roomGroupBC
public BaseCollection roomGroupBC()
internalizeFromStream
public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError
carBC
public BaseCollection carBC()
flightPlanFlightRCBC
public BaseCollection flightPlanFlightRCBC()
carFleetBC
public BaseCollection carFleetBC()
setDependentContext
public void setDependentContext(KeyedCollection parm1)
hotelCompanyBC
public BaseCollection hotelCompanyBC()
confirmationBC
public BaseCollection confirmationBC()
setSelf
public void setSelf(Object parm1)
carReservationBC
public BaseCollection carReservationBC()
planeBC
public BaseCollection planeBC()
countryBC
public BaseCollection countryBC()
airlineFlightPlanRCBC
public BaseCollection airlineFlightPlanRCBC()
cityBC
public BaseCollection cityBC()
carFleetCarFleetAvailabilityRCBC
public BaseCollection carFleetCarFleetAvailabilityRCBC()
tripReservationRCBC
public BaseCollection tripReservationRCBC()
carFleetAvailabilityBC
public BaseCollection carFleetAvailabilityBC()
hotelReservationBC
public BaseCollection hotelReservationBC()
flightPlanBC
public BaseCollection flightPlanBC()
contactBC
public BaseCollection contactBC()
travelProfileCreditCardRCBC
public BaseCollection travelProfileCreditCardRCBC()
hotelRoomRCBC
public BaseCollection hotelRoomRCBC()
airlineCompanyBC
public BaseCollection airlineCompanyBC()
userTripRCBC
public BaseCollection userTripRCBC()
applicationRootBC
public BaseCollection applicationRootBC()
externalizeToStream
public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
tripBC
public BaseCollection tripBC()
travelProfileBC
public BaseCollection travelProfileBC()
roomGroupAvailabilityBC
public BaseCollection roomGroupAvailabilityBC()
roomGroupRoomGroupAvailabilityRCBC
public BaseCollection roomGroupRoomGroupAvailabilityRCBC()
userBC
public BaseCollection userBC()
stateBC
public BaseCollection stateBC()
carRentalCarFleetRCBC
public BaseCollection carRentalCarFleetRCBC()
carFleetCarRCBC
public BaseCollection carFleetCarRCBC()
carRentalCompanyBC
public BaseCollection carRentalCompanyBC()
creditCardBC
public BaseCollection creditCardBC()
airportBC
public BaseCollection airportBC()
flightBC
public BaseCollection flightBC()
carRentalCarRCBC
public BaseCollection carRentalCarRCBC()
flightReservationBC
public BaseCollection flightReservationBC()
All Packages Class Hierarchy This Package Previous Next Index