com.ibm.tivoli.maximo.skd.max.model

Class ReservationBuilder

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.max.model.ReservationBuilder


  • public class ReservationBuilder
    extends java.lang.Object
    Builder Factory class for the Reservation object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Reservation build(IMXResource resource, IMXActivity activity, java.sql.ResultSet resultSet)
      Builds a Resource object based on the values retrieved from a ResultSet.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReservationBuilder

        public ReservationBuilder()
    • Method Detail

      • build

        public Reservation build(IMXResource resource,
                                 IMXActivity activity,
                                 java.sql.ResultSet resultSet)
                          throws MXException,
                                 java.rmi.RemoteException
        Builds a Resource object based on the values retrieved from a ResultSet.
        Parameters:
        resultSet -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException