Class StateImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.placeholder.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 Summary
Constructors Constructor Description StateImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetChanged()Gets the changed.java.util.DategetCreated()Gets the created.PlaceholderStategetSync()Gets the sync.booleanisVisible()Checks if is visible.voidsetChanged(java.util.Date changed)Sets the changed.voidsetCreated(java.util.Date created)Sets the created.voidsetSync(PlaceholderState sync)Sets the sync.voidsetVisible(boolean visible)Sets the visible.
-
-
-
Method Detail
-
getSync
public PlaceholderState getSync()
Description copied from interface:StateGets the sync.- Specified by:
getSyncin interfaceState- Returns:
- the sync
- See Also:
PlaceholderState
-
setSync
public void setSync(PlaceholderState sync)
Description copied from interface:StateSets the sync.- Specified by:
setSyncin interfaceState- Parameters:
sync- the new sync- See Also:
PlaceholderState
-
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
public java.util.Date getCreated()
Description copied from interface:StateGets the created.- Specified by:
getCreatedin interfaceState- Returns:
- the created
- See Also:
Date
-
setCreated
public void setCreated(java.util.Date created)
Description copied from interface:StateSets the created.- Specified by:
setCreatedin interfaceState- Parameters:
created- the new created- See Also:
Date
-
getChanged
public java.util.Date getChanged()
Description copied from interface:StateGets the changed.- Specified by:
getChangedin interfaceState- Returns:
- the changed
- See Also:
Date
-
setChanged
public void setChanged(java.util.Date changed)
Description copied from interface:StateSets the changed.- Specified by:
setChangedin interfaceState- Parameters:
changed- the new changed- See Also:
Date
-
-