Class IncludeCellArgs


  • public class IncludeCellArgs
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IncludeCellArgs()  
    • Method Summary

      Modifier and Type Method Description
      DateTime getEnd()  
      DateTime getStart()  
      boolean isVisible()  
      void setEnd​(DateTime end)  
      void setStart​(DateTime start)  
      void setVisible​(boolean visible)  
      • Methods inherited from class java.lang.Object

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

      • IncludeCellArgs

        public IncludeCellArgs()
    • Method Detail

      • setStart

        public void setStart​(DateTime start)
      • setEnd

        public void setEnd​(DateTime end)
      • isVisible

        public boolean isVisible()
      • setVisible

        public void setVisible​(boolean visible)