Class StateImpl
java.lang.Object
com.priint.pubserver.metadata.xml.placeholder.StateImpl
- All Implemented Interfaces:
State,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
StateImpl
public StateImpl()
-
-
Method Details
-
getSync
Description copied from interface:StateGets the sync. -
setSync
Description copied from interface:StateSets the sync. -
isVisible
public boolean isVisible()Description copied from interface:StateChecks if is visible. -
setVisible
public void setVisible(boolean visible) Description copied from interface:StateSets the visible.- Specified by:
setVisiblein interfaceState- Parameters:
visible- the new visible
-
getCreated
Description copied from interface:StateGets the created.- Specified by:
getCreatedin interfaceState- Returns:
- the created
- See Also:
-
setCreated
Description copied from interface:StateSets the created.- Specified by:
setCreatedin interfaceState- Parameters:
created- the new created- See Also:
-
getChanged
Description copied from interface:StateGets the changed.- Specified by:
getChangedin interfaceState- Returns:
- the changed
- See Also:
-
setChanged
Description copied from interface:StateSets the changed.- Specified by:
setChangedin interfaceState- Parameters:
changed- the new changed- See Also:
-