Interface State

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    StateImpl

    public interface State
    extends java.io.Serializable
    The Interface State.
    • Method Detail

      • isVisible

        boolean isVisible()
        Checks if is visible.
        Returns:
        true, if is visible
      • setVisible

        void setVisible​(boolean visible)
        Sets the visible.
        Parameters:
        visible - the new visible
      • getCreated

        java.util.Date getCreated()
        Gets the created.
        Returns:
        the created
        See Also:
        Date
      • setCreated

        void setCreated​(java.util.Date created)
        Sets the created.
        Parameters:
        created - the new created
        See Also:
        Date
      • getChanged

        java.util.Date getChanged()
        Gets the changed.
        Returns:
        the changed
        See Also:
        Date
      • setChanged

        void setChanged​(java.util.Date changed)
        Sets the changed.
        Parameters:
        changed - the new changed
        See Also:
        Date