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

public abstract class AbstractRebindValue extends Object implements RebindValue
  • Constructor Details

    • AbstractRebindValue

      public AbstractRebindValue()
  • Method Details

    • getComponentId

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

      public void setComponentId(String componentId)
    • getFieldUri

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

      public void setFieldUri(URI fieldUri)
    • getVersion

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

      public void setVersion(long version)
    • isDirty

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

      public void setDirty(boolean dirty)