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 public abstract class AbstractRebindValue extends Object implements RebindValue
Deprecated.
  • Constructor Details

    • AbstractRebindValue

      public AbstractRebindValue()
      Deprecated.
  • Method Details

    • getComponentId

      public String getComponentId()
      Deprecated.
      Specified by:
      getComponentId in interface RebindValue
    • setComponentId

      public void setComponentId(String componentId)
      Deprecated.
    • getFieldUri

      public URI getFieldUri()
      Deprecated.
      Specified by:
      getFieldUri in interface RebindValue
    • setFieldUri

      public void setFieldUri(URI fieldUri)
      Deprecated.
    • getVersion

      public long getVersion()
      Deprecated.
      Specified by:
      getVersion in interface RebindValue
    • setVersion

      public void setVersion(long version)
      Deprecated.
    • isDirty

      public boolean isDirty()
      Deprecated.
      Specified by:
      isDirty in interface RebindValue
    • setDirty

      public void setDirty(boolean dirty)
      Deprecated.