com.ibm.tivoli.maximo.weather

Class WeatherAssetInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.weather.WeatherAssetInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public final class WeatherAssetInfo
    extends java.lang.Object
    implements java.io.Serializable
    Holds information for a given MaxIntObject object
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ADD 
      static java.lang.String DELETE 
      static java.lang.String UPDATE 
    • Constructor Summary

      Constructors 
      Constructor and Description
      WeatherAssetInfo(java.lang.String refId, java.lang.String osName, long objectId, java.lang.String wsiId, java.lang.String action, double lat, double longt)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAction()
      Get weather organization
      java.lang.String getIntObjectName()
      Get weather organization
      double getLatitude()
      Returns product list
      double getLongtitude()
      Returns api key
      long getObjectId()
      Get weather organization
      java.lang.String getRefId()
      Get weather organization
      java.lang.String getWsiId()
      Get weather organization
      void setWsiId(java.lang.String id)
      Returns api key
      • Methods inherited from class java.lang.Object

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

      • WeatherAssetInfo

        public WeatherAssetInfo(java.lang.String refId,
                                java.lang.String osName,
                                long objectId,
                                java.lang.String wsiId,
                                java.lang.String action,
                                double lat,
                                double longt)
        Constructor
        Parameters:
        mapName - map name
        intObectName - object structure name
        objectName - object name
        mapType - map type
        direction - inbound or outbound
        scriptName - script name
    • Method Detail

      • getRefId

        public java.lang.String getRefId()
        Get weather organization
        Returns:
        weather organization
      • getLatitude

        public double getLatitude()
        Returns product list
        Returns:
        product list
      • getLongtitude

        public double getLongtitude()
        Returns api key
        Returns:
        api key
      • setWsiId

        public void setWsiId(java.lang.String id)
        Returns api key
      • getWsiId

        public java.lang.String getWsiId()
        Get weather organization
        Returns:
        weather organization
      • getAction

        public java.lang.String getAction()
        Get weather organization
        Returns:
        weather organization
      • getIntObjectName

        public java.lang.String getIntObjectName()
        Get weather organization
        Returns:
        weather organization
      • getObjectId

        public long getObjectId()
        Get weather organization
        Returns:
        weather organization