Class PlaneSlicingContext

    • Field Detail

      • upperLimit

        protected java.lang.Integer upperLimit
      • lowerLimit

        protected java.lang.Integer lowerLimit
      • planeSelected

        protected java.lang.Integer planeSelected
      • planePrevious

        protected java.lang.Integer planePrevious
      • constant

        protected java.lang.Boolean constant
      • FIELDS

        public static final java.util.Set<java.lang.String> FIELDS
    • Constructor Detail

      • PlaneSlicingContext

        public PlaneSlicingContext()
      • PlaneSlicingContext

        protected PlaneSlicingContext​(java.lang.Long id)
      • PlaneSlicingContext

        public PlaneSlicingContext​(java.lang.Long id,
                                   boolean loaded)
        Main constructor.
      • PlaneSlicingContext

        public PlaneSlicingContext​(java.lang.Integer _upperLimit,
                                   java.lang.Integer _lowerLimit,
                                   java.lang.Integer _planeSelected,
                                   java.lang.Integer _planePrevious,
                                   java.lang.Boolean _constant)
    • Method Detail

      • getUpperLimit

        @Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.Integer getUpperLimit()
        Simple field ome.model.display.PlaneSlicingContext.upperLimit (java.lang.Integer)
      • setUpperLimit

        public void setUpperLimit​(java.lang.Integer upperLimit)
      • getLowerLimit

        @Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.Integer getLowerLimit()
        Simple field ome.model.display.PlaneSlicingContext.lowerLimit (java.lang.Integer)
      • setLowerLimit

        public void setLowerLimit​(java.lang.Integer lowerLimit)
      • getPlaneSelected

        @Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.Integer getPlaneSelected()
        Simple field ome.model.display.PlaneSlicingContext.planeSelected (java.lang.Integer)
      • setPlaneSelected

        public void setPlaneSelected​(java.lang.Integer planeSelected)
      • getPlanePrevious

        @Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.Integer getPlanePrevious()
        Simple field ome.model.display.PlaneSlicingContext.planePrevious (java.lang.Integer)
      • setPlanePrevious

        public void setPlanePrevious​(java.lang.Integer planePrevious)
      • getConstant

        public java.lang.Boolean getConstant()
        Simple field ome.model.display.PlaneSlicingContext.constant (java.lang.Boolean)
      • setConstant

        public void setConstant​(java.lang.Boolean constant)
      • fields

        public java.util.Set<java.lang.String> fields()
        Description copied from interface: IObject
        returns a Set of field names that belong to this class
        Specified by:
        fields in interface IObject
        Overrides:
        fields in class CodomainMapContext
      • retrieve

        public java.lang.Object retrieve​(java.lang.String field)
        Description copied from interface: IObject
        retrieves a value from this instance. Values for field which match a field of this instance will be delegated to the accessors. Otherwise, values will be retrieved from a lazy-loaded map filled by calls to IObject.putAt(String, Object)
        Specified by:
        retrieve in interface IObject
        Overrides:
        retrieve in class CodomainMapContext
      • putAt

        public void putAt​(java.lang.String field,
                          java.lang.Object value)
        Description copied from interface: IObject
        stores a value in this instance. Values for field which match a field of this instance will be delegated to the accessors. Otherwise, values will be stored in a lazy-loaded map.
        Specified by:
        putAt in interface IObject
        Overrides:
        putAt in class CodomainMapContext
        Parameters:
        field - Field name
        value - Any object to be stored.
      • unload

        public void unload()
        Description copied from interface: IObject
        set the loaded field to false, and set all non-ID fields to null. Subsequent calls to all accessors other than getId/setId will throw an ApiUsageException
        Specified by:
        unload in interface IObject
        Overrides:
        unload in class CodomainMapContext