com.ibm.tivoli.maximo.appt.model

Class SimpleModelData

  • java.lang.Object
    • com.ibm.tivoli.maximo.appt.model.SimpleModelData
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.lang.String id 
      protected java.util.Map props 
    • Constructor Summary

      Constructors 
      Constructor and Description
      SimpleModelData(java.lang.String id) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getId() 
      java.lang.Object getProperty(java.lang.String key) 
      void setId(java.lang.String id) 
      void setProperty(java.lang.String key, java.lang.Object value) 
      • Methods inherited from class java.lang.Object

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

      • id

        protected java.lang.String id
      • props

        protected java.util.Map props
    • Constructor Detail

      • SimpleModelData

        public SimpleModelData(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface ModelData
      • setProperty

        public void setProperty(java.lang.String key,
                                java.lang.Object value)
        Specified by:
        setProperty in interface ModelData
      • getProperty

        public java.lang.Object getProperty(java.lang.String key)
        Specified by:
        getProperty in interface ModelData
      • setId

        public void setId(java.lang.String id)
        Specified by:
        setId in interface ModelData