com.ibm.tivoli.maximo.miniapps.scheduler.compare

Class CompareViewBean.CompareID

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.compare.CompareViewBean.CompareID
  • Enclosing class:
    CompareViewBean


    public static class CompareViewBean.CompareID
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int modelIndex
      Model index, 0, 1, or 2
      java.lang.String nodeId
      Actual id in the model (ie, no .0, .1, or .2 postfix
      java.lang.String treegridNodeId
      Original ID with .0, .1, or .2 postfix
    • Constructor Summary

      Constructors 
      Constructor and Description
      CompareID(java.lang.String id)
      Given the TreeGrid id populate the model id, treegrid id, and the node id
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • treegridNodeId

        public java.lang.String treegridNodeId
        Original ID with .0, .1, or .2 postfix
      • nodeId

        public java.lang.String nodeId
        Actual id in the model (ie, no .0, .1, or .2 postfix
      • modelIndex

        public int modelIndex
        Model index, 0, 1, or 2
    • Constructor Detail

      • CompareID

        public CompareID(java.lang.String id)
        Given the TreeGrid id populate the model id, treegrid id, and the node id
        Parameters:
        id -