java.lang.Object
com.priint.pubserver.metadata.xml.placeholder.StateImpl
All Implemented Interfaces:
State, Serializable

public class StateImpl extends Object implements Serializable, State
See Also:
  • Constructor Details

    • StateImpl

      public StateImpl()
  • Method Details

    • getSync

      public PlaceholderState getSync()
      Description copied from interface: State
      Gets the sync.
      Specified by:
      getSync in interface State
      Returns:
      the sync
      See Also:
    • setSync

      public void setSync(PlaceholderState sync)
      Description copied from interface: State
      Sets the sync.
      Specified by:
      setSync in interface State
      Parameters:
      sync - the new sync
      See Also:
    • 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 Date getCreated()
      Description copied from interface: State
      Gets the created.
      Specified by:
      getCreated in interface State
      Returns:
      the created
      See Also:
    • setCreated

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

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

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