Class PageSequence

  • All Implemented Interfaces:
    java.io.Serializable

    public class PageSequence
    extends java.lang.Object
    implements java.io.Serializable
    Use this container to list the page in the order they are to be accessed for monitoring or (soon) datacollection.
    See Also:
    Serialized Form
    • Constructor Detail

      • PageSequence

        public PageSequence()
    • Method Detail

      • getPages

        public java.util.List<Page> getPages()
      • setPages

        public void setPages​(java.util.List<Page> pages)
      • addPage

        public void addPage​(Page page)
                     throws java.lang.IndexOutOfBoundsException
        Throws:
        java.lang.IndexOutOfBoundsException
      • removePage

        public boolean removePage​(Page page)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object