Class WmiGroupState


  • public class WmiGroupState
    extends Object

    WmiGroupState class.

    Version:
    $Id: $
    Author:
    ranger
    • Constructor Detail

      • WmiGroupState

        public WmiGroupState​(boolean isAvailable)

        Constructor for WmiGroupState.

        Parameters:
        isAvailable - a boolean.
      • WmiGroupState

        public WmiGroupState​(boolean isAvailable,
                             Date lastChecked)

        Constructor for WmiGroupState.

        Parameters:
        isAvailable - a boolean.
        lastChecked - a Date object.
    • Method Detail

      • isAvailable

        public boolean isAvailable()

        isAvailable

        Returns:
        a boolean.
      • setAvailable

        public void setAvailable​(boolean available)

        Setter for the field available.

        Parameters:
        available - a boolean.
      • getLastChecked

        public Date getLastChecked()

        Getter for the field lastChecked.

        Returns:
        a Date object.
      • setLastChecked

        public void setLastChecked​(Date lastChecked)

        Setter for the field lastChecked.

        Parameters:
        lastChecked - a Date object.