Package ch.tocco.nice2.netui.spi.bind
Class AbstractRebindValue
java.lang.Object
ch.tocco.nice2.netui.spi.bind.AbstractRebindValue
- All Implemented Interfaces:
RebindValue
- Direct Known Subclasses:
FreeSearchRebindValue
,GeoSearchRebindValue
,RangeRebindValue
,RoomProposalRebindValue
,SelectionRebindValue
,SimpleRebindValue
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.long
Deprecated.boolean
isDirty()
Deprecated.void
setComponentId
(String componentId) Deprecated.void
setDirty
(boolean dirty) Deprecated.void
setFieldUri
(URI fieldUri) Deprecated.void
setVersion
(long version) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.netui.api.bind.entity.RebindValue
hasNonEmptyValue, hasValue
-
Constructor Details
-
AbstractRebindValue
public AbstractRebindValue()Deprecated.
-
-
Method Details
-
getComponentId
Deprecated.- Specified by:
getComponentId
in interfaceRebindValue
-
setComponentId
Deprecated. -
getFieldUri
Deprecated.- Specified by:
getFieldUri
in interfaceRebindValue
-
setFieldUri
Deprecated. -
getVersion
public long getVersion()Deprecated.- Specified by:
getVersion
in interfaceRebindValue
-
setVersion
public void setVersion(long version) Deprecated. -
isDirty
public boolean isDirty()Deprecated.- Specified by:
isDirty
in interfaceRebindValue
-
setDirty
public void setDirty(boolean dirty) Deprecated.
-