Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.tivoli.maximo.skd.model.IMXPropertyGetterSetter

  • Packages that use IMXPropertyGetterSetter 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler.compare.max  
    com.ibm.tivoli.maximo.skd.gworkassign.model  
    com.ibm.tivoli.maximo.skd.max.model  
    com.ibm.tivoli.maximo.skd.model  
    com.ibm.tivoli.maximo.skd.model.datagroup.amcrew  
    com.ibm.tivoli.maximo.skd.model.datagroup.pm  
    • Uses of IMXPropertyGetterSetter in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max with parameters of type IMXPropertyGetterSetter 
      Modifier and Type Method and Description
      java.lang.String CompareMaxModelTGEmitter.ModelNumIDGenerator.generateId(IMXPropertyGetterSetter node) 
    • Uses of IMXPropertyGetterSetter in com.ibm.tivoli.maximo.skd.gworkassign.model

      Classes in com.ibm.tivoli.maximo.skd.gworkassign.model that implement IMXPropertyGetterSetter 
      Modifier and Type Class and Description
      class  Activity
      This class correspondents to WMASSIGNMENT objects.
      class  MinimalResource
      This class correspondents to records of LABOR and/or AMCREW objects.
      class  Resource
      This class correspondents to records of LABOR and/or AMCREW objects.
    • Uses of IMXPropertyGetterSetter in com.ibm.tivoli.maximo.skd.max.model

      Classes in com.ibm.tivoli.maximo.skd.max.model that implement IMXPropertyGetterSetter 
      Modifier and Type Class and Description
      class  Reservation 
    • Uses of IMXPropertyGetterSetter in com.ibm.tivoli.maximo.skd.model

      Subinterfaces of IMXPropertyGetterSetter in com.ibm.tivoli.maximo.skd.model 
      Modifier and Type Interface and Description
      interface  IMXActivity
      Interface used as an abstraction for Activity objects from both: ILOG and Scheduler MAX data models.
      interface  IMXReservation 
      interface  IMXResource 
      Classes in com.ibm.tivoli.maximo.skd.model that implement IMXPropertyGetterSetter 
      Modifier and Type Class and Description
      class  MXActivity 
      class  MXPMSegmentActivity
      MXPMSeqmentActivity is a Helper class that makes a PM segment, in an Activity, appear like a regular Activity object so that we can do manipulations on it, like setting the start/end times, etc.
      class  MXReservation 
      class  MXResource 
      class  MXSegmentActivity
      Run Activities are single level children of a PARENT container and would rendered on a single ROW (ie, they are running along the row)
      Methods in com.ibm.tivoli.maximo.skd.model with parameters of type IMXPropertyGetterSetter 
      Modifier and Type Method and Description
      static boolean MXPropertyUtil.clearBit(IMXPropertyGetterSetter from, java.lang.String field, long bit)
      Clears a bit in a bit field
      static boolean MXPropertyUtil.getBoolean(IMXPropertyGetterSetter holder, java.lang.String prop) 
      static java.util.Date MXPropertyUtil.getDate(IMXPropertyGetterSetter holder, java.lang.String prop) 
      static double MXPropertyUtil.getDouble(IMXPropertyGetterSetter holder, java.lang.String prop) 
      static float MXPropertyUtil.getFloat(IMXPropertyGetterSetter holder, java.lang.String prop) 
      static int MXPropertyUtil.getInt(IMXPropertyGetterSetter holder, java.lang.String prop) 
      static long MXPropertyUtil.getLong(IMXPropertyGetterSetter holder, java.lang.String prop) 
      static java.lang.String MXPropertyUtil.getString(IMXPropertyGetterSetter holder, java.lang.String prop) 
      static java.lang.String MXPropertyUtil.getString(IMXPropertyGetterSetter holder, java.lang.String fld, java.lang.String defValue) 
      static boolean MXPropertyUtil.isBitSet(IMXPropertyGetterSetter from, java.lang.String field, long bit)
      Tests if a bit is set in a bit field
      static boolean MXPropertyUtil.setBit(IMXPropertyGetterSetter from, java.lang.String field, long bit)
      Sets the BIT in a BIT field if the overall bit state changed
      static void MXPropertyUtil.toggleBit(IMXPropertyGetterSetter from, java.lang.String field, long bit)
      Toggles a bit in a bit field
      static java.lang.String MXPropertyUtil.toStringProps(IMXPropertyGetterSetter from, java.lang.String[] props)
      Given a UserPropertyHolder create a toString from the given properties
    • Uses of IMXPropertyGetterSetter in com.ibm.tivoli.maximo.skd.model.datagroup.amcrew

      Classes in com.ibm.tivoli.maximo.skd.model.datagroup.amcrew that implement IMXPropertyGetterSetter 
      Modifier and Type Class and Description
      class  SKDAMCrewSegmentInfo
      Class to hold information about each segment.
    • Uses of IMXPropertyGetterSetter in com.ibm.tivoli.maximo.skd.model.datagroup.pm

      Classes in com.ibm.tivoli.maximo.skd.model.datagroup.pm that implement IMXPropertyGetterSetter 
      Modifier and Type Class and Description
      class  SKDSegmentInfo
      Class to hold information about each segment.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes