Class COM.ibm.jaws.models.trs.TravelProfileImpl
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.TravelProfileImpl
java.lang.Object
|
+----COM.ibm.jaws.models.trs.CommonBase
|
+----COM.ibm.jaws.models.trs.TravelProfileBase
|
+----COM.ibm.jaws.models.trs.TravelProfileImpl
- public class TravelProfileImpl
- extends TravelProfileBase
- implements TravelProfile, Activation
This is the implementation class for the interface TravelProfile.
- See Also:
- TravelProfileBase, TravelProfile
-
TravelProfileImpl()
-
-
TravelProfileImpl(Object)
-
-
activate()
- See Activation.activate
-
externalizeToStream(OutputEDStream)
-
Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
-
internalizeFromStream(InputEDStream)
-
Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
-
prepareForExternalization()
- See Activation.prepareForExternalization
-
release()
- See Lifecycle.release
-
remove()
- See Lifecycle.remove
TravelProfileImpl
public TravelProfileImpl()
TravelProfileImpl
public TravelProfileImpl(Object parm1)
externalizeToStream
public void externalizeToStream(OutputEDStream out)
- Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
- Overrides:
- externalizeToStream in class CommonBase
internalizeFromStream
public void internalizeFromStream(InputEDStream in)
- Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
- Overrides:
- internalizeFromStream in class CommonBase
release
public void release()
- See Lifecycle.release
remove
public void remove()
- See Lifecycle.remove
activate
public void activate()
- See Activation.activate
prepareForExternalization
public void prepareForExternalization()
- See Activation.prepareForExternalization
All Packages Class Hierarchy This Package Previous Next Index