Class WebSchedEntry


  • public class WebSchedEntry
    extends java.lang.Object

    WebSchedEntry class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Constructor Summary

      Constructors 
      Constructor Description
      WebSchedEntry​(int schedIndex, int timeIndex, java.lang.String user, java.util.Date startDate, java.util.Date endDate)
      Constructor for WebSchedEntry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isNew()
      isNew
      void update​(Role role)
      update
      • Methods inherited from class java.lang.Object

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

      • WebSchedEntry

        public WebSchedEntry​(int schedIndex,
                             int timeIndex,
                             java.lang.String user,
                             java.util.Date startDate,
                             java.util.Date endDate)

        Constructor for WebSchedEntry.

        Parameters:
        schedIndex - a int.
        timeIndex - a int.
        user - a String object.
        startDate - a java$util$Date object.
        endDate - a java$util$Date object.
    • Method Detail

      • isNew

        public boolean isNew()

        isNew

        Returns:
        a boolean.
      • update

        public void update​(Role role)

        update

        Parameters:
        role - a Role object.