Interface State
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StateImpl
The Interface State.
-
Method Summary
Modifier and TypeMethodDescriptionGets the changed.Gets the created.getSync()Gets the sync.booleanChecks if is visible.voidsetChanged(Date changed) Sets the changed.voidsetCreated(Date created) Sets the created.voidsetSync(PlaceholderState sync) Sets the sync.voidsetVisible(boolean visible) Sets the visible.
-
Method Details
-
getSync
PlaceholderState getSync()Gets the sync.- Returns:
- the sync
- See Also:
-
setSync
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
Sets the created.- Parameters:
created- the new created- See Also:
-
getChanged
Date getChanged()Gets the changed.- Returns:
- the changed
- See Also:
-
setChanged
Sets the changed.- Parameters:
changed- the new changed- See Also:
-