com.ibm.tivoli.maximo.skd.service

Class SKDOriginDestMatrixODPair

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.service.SKDOriginDestMatrixODPair


  • public class SKDOriginDestMatrixODPair
    extends java.lang.Object
    This class is just a container for data handled by the updateTravelTimeMatrixFor API in SKDAppService The data stored here represent a pair of SKDOriginDestMatrixPointParams objects (an origin and a destination)
    • Method Detail

      • isOriginEqualToDestination

        public boolean isOriginEqualToDestination()
      • hashCode

        public int hashCode()
        Two instances of this class are considered to be equal if both origin and destination are the same
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals(java.lang.Object obj)
        Two instances of this class are considered to be equal if both origin and destination are the same
        Overrides:
        equals in class java.lang.Object