All Superinterfaces:
Serializable
All Known Implementing Classes:
StateImpl

public interface State extends Serializable
The Interface State.
  • Method Details

    • getSync

      PlaceholderState getSync()
      Gets the sync.
      Returns:
      the sync
      See Also:
    • setSync

      void setSync(PlaceholderState sync)
      Sets the sync.
      Parameters:
      sync - the new sync
      See Also:
    • 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

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

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

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

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