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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.longDeprecated.booleanisDirty()Deprecated.voidsetComponentId(String componentId) Deprecated.voidsetDirty(boolean dirty) Deprecated.voidsetFieldUri(URI fieldUri) Deprecated.voidsetVersion(long version) Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RebindValue
hasNonEmptyValue, hasValue
-
Constructor Details
-
AbstractRebindValue
public AbstractRebindValue()Deprecated.
-
-
Method Details
-
getComponentId
-
setComponentId
Deprecated. -
getFieldUri
-
setFieldUri
Deprecated. -
getVersion
-
setVersion
public void setVersion(long version) Deprecated. -
isDirty
-
setDirty
public void setDirty(boolean dirty) Deprecated.
-