Class StateImpl

  • All Implemented Interfaces:
    State, java.io.Serializable

    public class StateImpl
    extends java.lang.Object
    implements java.io.Serializable, State
    See Also:
    Serialized Form
    • Constructor Detail

      • StateImpl

        public StateImpl()
    • Method Detail

      • isVisible

        public boolean isVisible()
        Description copied from interface: State
        Checks if is visible.
        Specified by:
        isVisible in interface State
        Returns:
        true, if is visible
      • setVisible

        public void setVisible​(boolean visible)
        Description copied from interface: State
        Sets the visible.
        Specified by:
        setVisible in interface State
        Parameters:
        visible - the new visible
      • getCreated

        public java.util.Date getCreated()
        Description copied from interface: State
        Gets the created.
        Specified by:
        getCreated in interface State
        Returns:
        the created
        See Also:
        Date
      • setCreated

        public void setCreated​(java.util.Date created)
        Description copied from interface: State
        Sets the created.
        Specified by:
        setCreated in interface State
        Parameters:
        created - the new created
        See Also:
        Date
      • getChanged

        public java.util.Date getChanged()
        Description copied from interface: State
        Gets the changed.
        Specified by:
        getChanged in interface State
        Returns:
        the changed
        See Also:
        Date
      • setChanged

        public void setChanged​(java.util.Date changed)
        Description copied from interface: State
        Sets the changed.
        Specified by:
        setChanged in interface State
        Parameters:
        changed - the new changed
        See Also:
        Date